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

Usb device MSC problem

 I'm already achieved a USBX-MSC class, and also a FileX in MCU local.I know that using two file systems at the same time is not recommended, but still have some questions. 1. I implement the ux_deveice_msc.c as followed. Use PC-Windows to create a f...

Jason927 by Associate III
  • 362 Views
  • 3 replies
  • 0 kudos

Resolved! Bare metal USB HID

Hello,I am trying to implement a USB HID keyboard on an STM32F042 without HAL or LL, just simple register defs. I took an example code generated in CubeIDE with HAL and a few other examples. I extended the example with HAL to also implement the LEDs ...

Resolved! HAL API documentation and examples

Hi,where do I find the full HAL API documentation? Is there a wiki? And also is there a way to pull it up in CubeIDE (I'm not referring to the autocomplete)? Also is there a repository with all examples organised by topic, for example PWM, I2C etc.? ...

Ricko by Senior III
  • 15729 Views
  • 3 replies
  • 3 kudos

Resolved! RTC: RTC_EnterInitMode returns HAL_TIMEOUT

Hi,I'm using a SMT32H562ZGT6 uC with RTC pheripheral enabled and clock source from LSE. But HAL_RTC_Init() function returns HAL_TIMEOUT. Investigating I found the method RTC_EnterInitMode returns HAL_TIMEOUT.Clock configuration is performed before ca...

MattiaB by Associate III
  • 808 Views
  • 10 replies
  • 0 kudos