STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

About CubeMX using USB Host and Free RTOS and devices that cannot be identified by their Classcode (modems without real CDC implementation).

 When using devices that cannot be identified by ClassCode (0xFF) you have to hack usbh_core.c on the HOST_CHECK_CLASS handling and rather filter on the idVendor/idProduct. I found a better way to handle it (much cleaner) registering some class with ...

ABrid.1 by Associate
  • 374 Views
  • 0 replies
  • 0 kudos

No ACK after mass erase

I am trying to reprogram a custom board with STM32F411RC over I2C using the built-in bootloader. I am able to successfully issue the Get version, Get ID and Get command and get correct response. After that when I try to do a No-streach mass erase (da...

AKova.3 by Associate III
  • 661 Views
  • 1 replies
  • 0 kudos

Serial communication parity bit.

The data frame of BootLoader of STM32F207 : a start bit, data bits, even parity bit and a stop bit.The USART data contains a even parity to send to the BootLoader, then it replies with the correct data.Theoretically, USART data has no parity bit, th...

Sarah1 by Associate
  • 851 Views
  • 2 replies
  • 0 kudos