User Activity

After CubeMx 6.2.0 upgrade and firmware to STM32F373VCTx also updated, the CODE GENERATION of my project presents the message:"The Code is successfully generated under : (...)     but TrueSTUDIOproject generation have a problem."Compiling de project ...
I'm using a STM32F373 microcontroller as SPI slave and can't make it work properly using CubeMX and HAL functions.Master side is OK, confirmed in scope that byte string and calculated CRC for Tx are as expected.Slave side is programmed to transfer vi...
My application uses a STM8AF5288 as SPI slave with hardware Rx and Tx CRC calculator enabled.Despite the information available on the Ref Manuals, just writing '1' to CRCEN bit of SPI_CR2 seems to work only on SPI_RXCRCR.SPI_TXCRCR will not reset wit...
Hello there!I'm having serious trouble to configure CubeMX and HAL to obtain a Virtual COM port in a STM32F107VC application.Recently, I sucessfully acomplished it with zero effort for another board using STM32L443, and I'm repeating the steps for F1...