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

STM32L4 CDC handler

Hi all,I am now experiencing problems with USB stuck.I am using an STM32L433CC MCU.There are two blocks in Flash, one is Bootloader and the other is API code.Mainly at the beginning I entered the bootloader and can clearly know that USB can work.Also...

0690X000008w1EzQAI.jpg 0690X000008w1F4QAI.jpg 0690X000008w1F9QAI.jpg 0690X000008w1FEQAY.png
1123 by Associate II
  • 340 Views
  • 0 replies
  • 0 kudos

Resolved! RTC IRQ STM32L476

With the STM32 in stop mode 2, is it possible to use the RTC as a additional low power timer?I mean to trig IRQ periodically.I tried the PWR_STANDBY_RTC STM32Cube_FW_L4_V1.14.0 example for STM32L476 and the code never stop at the breakpoint in functi...

Mich1 by Associate III
  • 719 Views
  • 3 replies
  • 0 kudos

USB Host MSC - NULL byte in 512 byte block read.

Hello everyone,I'm using the STM32 Host library with FreeRTOS FAT, but when i read from a specific usb key, I always get a NULL ( 0x00 ) inserted at the beginning of the second 512 bytes block I read. If I put a breakpoint between every packet they a...