User Activity

Posted on July 31, 2014 at 14:11I'm using hardware controlled NSS in STM32F3. To have it enabled I need to set   hspi3.Init.NSSPMode = SPI_NSS_PULSE_ENABLED; in the initialization routine. Since there is  no option in Cube to set this the line get ...
Posted on July 19, 2014 at 23:29Hi all, I'm using the Nucleo F302R8 to build the firmware for a new board I'll develop using the same MCU. I'm trying to use USB CDC to have a VCP. I've started with CubeMX with the Nucleo F302R8 template, changed th...