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! Blinky project for B-L462E-CELL1

Hello,I am a student and a newbie with microcontrollers. I have worked with ESP and Arduino before. For a low-powered IoT project, i got the B-L462E-CELL1 board. I looked for examples regarding this board but failed to find any. I saw the example fro...

SSWM by Associate III
  • 583 Views
  • 2 replies
  • 3 kudos

Resolved! Bootloader jump to app not working on STM32G491

Hi all,I am trying to launch the app from a bootloader code that I copied from a project on an STM32L0 and STM32F446, it worked fine there but somehow my app doesn't start on the STM32G491.Here's the code for the jump:  static void bootloader_jump_to...

Yves Bmnt by Associate III
  • 3209 Views
  • 20 replies
  • 2 kudos

FreeRTOS CMSIS2 STM32F407VET

FreeRTOS is not started, failed on configASSERT( ( portMAX_PRIGROUP_BITS - ulMaxPRIGROUPValue ) == configPRIO_BITS ); port.c 346It's working if change #define configPRIO_BITS from 4 to 3 in FreeRTOSConfig.hIn datasheet: NVIC; 16 programmable priority...

Screenshot_2024-12-02_14-06-23.png
Dimafon by Associate
  • 398 Views
  • 0 replies
  • 0 kudos