<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: DMA bug in libmaple stm32f2 !?</title>
		<link>http://forums.leaflabs.com/topic.php?id=11790</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:18:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=11790" rel="self" type="application/rss+xml" />

		<item>
			<title>mlundinse on "DMA bug in libmaple stm32f2 !?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=11790#post-26227</link>
			<pubDate>Sun, 26 May 2013 06:41:25 +0000</pubDate>
			<dc:creator>mlundinse</dc:creator>
			<guid isPermaLink="false">26227@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi folks, can anyone confirm that the test for dma transfer types at line 358 in stm32f2/dma.c should be changed from:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;case DMA_ATYPE_PER:
/* Peripheral-to-peripheral is illegal */
return _dma_addr_type(src) == DMA_ATYPE_PER;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;case DMA_ATYPE_PER:
/* Peripheral-to-peripheral is illegal */
return _dma_addr_type(src) == DMA_ATYPE_MEM;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The logic is that transferring from MEM to PER is ok.&#60;/p&#62;
&#60;p&#62;Best regards&#60;br /&#62;
Magnus
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
