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

How can I know if device entered sleep mode?

Hello I am using these lines in order to put my STM32F10x to sleep mode:void enter_LPSleep (void) { //Suspend SYS Tick HAL_SuspendTick(); //Enable Power Control Clock __HAL_RCC_PWR_CLK_ENABLE(); //Put regulator to low power mode HAL_PWR_EnterS...

GunkutA by Senior
  • 784 Views
  • 1 replies
  • 0 kudos

STM32L496 Bootloader

Hi,my STM32L496 Controller ist booting only into the internal bootloader. BOOT0 Pin is low, a valid program is on 0x08000000 and if I set the PC and SR with the values I found on 0x0800.0000 and 0x080.00004 the controller does it's job. What could be...

josef2 by Associate II
  • 2267 Views
  • 12 replies
  • 0 kudos

Binary file parsing and CAN boot-loader

Hi, I am developing CAN Bootloader .This BOOtloader receives Application binary file information through CAN and update the Application .But i have a confusion that the binary file doesn't contain any Address data like Hex file format and SREC File f...

Ssaho.1 by Associate II
  • 1129 Views
  • 4 replies
  • 0 kudos