STM32 MCUs Embedded 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
  • 298 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
  • 1557 Views
  • 20 replies
  • 1 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
  • 182 Views
  • 0 replies
  • 0 kudos

Resolved! cube MX issues with STM32U585OIY6QTR

  Hello,I'm currently using STM32CubeIDE, version 1.15.1 (Build: 21094_20240412_1041 UTC), with the embedded package version 1.5.0. I have set up a project with a secure zone configuration.After generating code from the IOC file, I encounter an issue...