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

HAL_Delay not working

hello, i´m using stm32f103c8t6 and cubeIDE to write a simple blink code. The program get stuck in the HAL_Delay call. I noticed that the program blocks in the second call of HAL_GetTick(void). I tried adding this to stm32f1xx_it.c as suggested in oth...

MGiov.2 by Associate
  • 577 Views
  • 2 replies
  • 0 kudos

Problem sending data concurrently via Composite USB

Hello there,I've setup a composite device (HID + CDC) on STM32F401RCT MCU. However, when sending data via CDC, the PC can only receive some HID packets (kind of lag issue) or no packet at all. I need to send data via HID and CDC concurrently. Is it ...

NChin.2 by Associate II
  • 785 Views
  • 3 replies
  • 0 kudos