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

STM32H5 USB Host Cherry USB

The current state of the CherryUSB is no stm32h5 is listed.  Does anyone know if the IP is close enough to dwc2 to be portable? My needs are cdc-ecm host, and I'm looking at options.  Device is stm32h563, using FreeRTOS and not going to do threadx 1....

_EFrie by Senior
  • 567 Views
  • 5 replies
  • 1 kudos

Rust support.

From what i've seen the Rust programming language is becoming more and more popular and since it does not rely on a virtual machine, like java or python, it could be a good option for embedded development and other low-level programs. I know that the...

NMan.11 by Associate II
  • 33033 Views
  • 14 replies
  • 13 kudos

HAL_Delay() stops entire coding

Im trying to use the HAL_Delay function but it seems like to code does not get passed this function. I have no clue what to even check to figure out what the problem is. I have attached the main fail to this post.