Posted on April 22, 2015 at 04:41
I'm trying to setup a STM32F429 as a SPI slave. I have another device transmitting SPI data as a master, and it looks good on the scope + logic analyzer. The STM32F4 never seems to raise the RXNE flag. Any thoug...
Posted on April 16, 2015 at 17:05
Hello,
I'm relatively new to the STM32F4 family but have worked with other microcontrollers in the the past. I'm trying to use DMA to send 8bits of data at a time from a memory array to a GPIO (GPIO_C) using ...