Posted on March 21, 2013 at 19:21
I am using an STM32F4, and I'm having difficulty getting SPI to transmit using DMA. If I manually write to the SPI data register, I see the appropriate activity on the logic analyzer, but if I use DMA to initiat...
Posted on January 21, 2013 at 20:33Chip: STM32F4Toolchain: AtollicI have a custom bootloader at 0x08000000, and regular code at 0x0800C000. On boot, the bootloader checks for a valid image and then jumps to regular code: typedef void (*pFunction)(v...