User Activity

Posted on August 12, 2015 at 02:12 I have the example from the library showing DMA (mem to mem) working with the following initialization: /* Configure DMA Stream */ DMA_InitStructure.DMA_Channel = DMA_CHANNEL; DMA_InitStructure.DMA_...
Posted on August 08, 2015 at 06:17 I'm working with the Nucleo F446RE, and the project that I created using the STM32 Workbench as well as all the standard library files include the stm32f4xx.h file rather than the stm32f446xx.h I noticed...
Posted on July 29, 2015 at 16:14I've been developing on a NUCLEO-F302R8 but a recent change to the scope of the project has left me with a requirement for 40kB of RAM, and the part on this dev board only has 16kB. What's the best way to expand my RA...
Posted on July 21, 2015 at 21:27 Hi All, I'm configuring my DMA to transfer 48 bytes of data, and am triggering the DMA interrupt both on TC and HT events. Currently if I disable the DMA after the first interrupt, so I would expect to see...
Posted on July 20, 2015 at 23:34Hi All,I need to transfer a large amount of binary data to my STM32 and am trying to figure out what the best way to do this would be. The data throughput needs to be roughly 8Mbps. The device has USB so I was thinkin...