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

USBx MSC Standalone

I'm trying to get USBX MSC working in standalone mode on the STM32H573I Discovery board.I've come across a few tutorials for setting up USBX in VCP  mode and have attempted to adapt them for MSC, but I haven’t been able to get the USB to enumerate pr...

CMSIS only project for STM32F0

How do I get a non-HAL project going but with CMSIS for a STM32F051? I've seen a few references describing how to add various folders containing the required files to the projects build settings. The problem for me is the folders described do not exi...

U_db by Associate
  • 223 Views
  • 1 replies
  • 1 kudos

Resolved! Issue with HAL_Delay() and ThreadX

Hello everyone,I am encountering an issue with the HAL_Delay() function and ThreadX in my project. Before initializing ThreadX, HAL_Delay() works as expected. Specifically, the callback function:void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *h...

JonConesa by Associate III
  • 245 Views
  • 3 replies
  • 1 kudos