Posted on June 23, 2015 at 15:39
Hi,
I'm having troubles setting up the DMA with SPI2 on a STM32F4 I am using the streams 3 and 4 on channel 0 as said in the datasheet. Here is my init code :
void
MX_SPI2_Init(
void
)
{
DMA_InitTyp...
Posted on October 25, 2014 at 16:02
Hi,
I have just begun toying around with a STM32F103 (on a STM32 Nucleo board) and I have some troubles understanding the expected behavior of the clock divider in the timers.
So my original goal...
Posted on June 24, 2015 at 09:24Hi Jack, thanks for the reply.The HAL actually does all of what you are suggesting in the TX/RX sequence, and what bugs me is that the registers don't show any sign of error (and RXNE stays at 0 in the SPI2)The TXDMAE...