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

Resolved! What does STM32 System Bootloader do with unused pins?

Hello,In the past we have utilised the system bootloader on the STM32F429ZIT6, to implement a command to allow firmware upgrades to be completed by the end user. As part of this, the command would configure an LED Driver IC to update an RGB status LE...

CBigg.1 by Associate II
  • 1521 Views
  • 3 replies
  • 1 kudos

Systick is not ticking in Custom Bootloader for STM32H743 after jumping to the main application and then coming back to the Bootloader

I have written a Custom Bootloader for STM32H743. It resides at 0x08000000 (Sector 0) and occupies for a maximum of 1 sector (128KB). The main application resides at 0x08040000 (Sector 1 thru sector 7). Upon reset, Custom Bootloader starts and chec...

smati2 by Associate II
  • 1731 Views
  • 4 replies
  • 0 kudos

FreeRTOS: Stack overflow checking mechanism missing.

Hello,According to https://www.freertos.org/Stacks-and-stack-overflow-checking.html, i.e. the FreeRTOS reference, one needs to set configCHECK_FOR_STACK_OVERFLOW to 1 or 2 in order to activate stack overflow checking. In case of a stack overflow Free...

Johi by Senior III
  • 2783 Views
  • 1 replies
  • 0 kudos
SGoel.2 by Associate III
  • 2412 Views
  • 6 replies
  • 1 kudos