STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_FLASH_OB_Launch() Hangs STM32L5

I'm attempting to enable the SRAM2 parity bits on an STM32L552, and any time I call HAL_FLASH_OB_Launch, the chip hangs. I've also tried directly setting the OBL_LAUNCH bit in the NCSR register with the same results.I've looked through some of the L...

MBand.3 by Associate III
  • 719 Views
  • 3 replies
  • 0 kudos

I have an issue with STM32L552 USB library. After sending an HID message once, the usb will send empty packets indefinitely (len=27, data len =0).

This is the data I recorded with WireShark. As shown in the picture, when I send HID packet once (len=91), the USB will send empty data packets indefinitely (len=27), then trying to send packets from host to device (out direction) will cause the tran...

YGree.2 by Associate II
  • 525 Views
  • 2 replies
  • 0 kudos

STM32L552xx USB low speed mode?

Can STM32 USB device (ACM) be configured as a LOW SPEED device? It seems like USB SW and HW doesn't support configuring a low speed ACM device. Any help is appreciated in advance. From page 1953 of Ref. Manual:

0693W00000WLST6QAP.png
xinu2021 by Associate
  • 270 Views
  • 1 replies
  • 0 kudos

Resolved! STM32L552, SWAP_BANK dynamically

SWAP_BANK for the STM32L552 is a bit in the eeprom, but we want to swap the flash banks in an own bootloader dynamically and do not want to expire the eeprom's lifetime,Any option to swap the memory without eeprom settings?

mluerkens by Associate III
  • 330 Views
  • 2 replies
  • 0 kudos

undefined symbol ossemaphorecreate

Why the API for FreeRTOS middleware keeps changing every now and then? You barely start to wrap your head around an API, a new one gets released. I had to generate the initialization code from CubeMX, as it makes life much easier especially if you wa...

Zaher by Senior II
  • 729 Views
  • 3 replies
  • 0 kudos