In version 4, it was selected for each peripheral under Project > Settings > Advanced SettingsIn version 5, I can't figure out where it is?!? The docs haven't been updated, they still show the version 4 screenshots.
Posted on November 04, 2015 at 00:34
Hi guys, STM32 newbie here :)
I'm trying to get a simple project working with Nucleo STM32F302R8 board. I want to do full duplex SPI where the Nucleo is the master. Environment: I'm using theSTM32_Nucl...
Posted on November 04, 2015 at 03:19
Hi Clive,
Thanks! I found what was wrong with it, by looking at thestm32303c_eval_spi_ee.c just like you said.
It was missing one call:
...
SPI_Init(SPI2, &SPI_InitStruct);
SPI_RxFIFO...