STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1279 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
  • 137 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...

x-cube-freertos kernel update to 11.1.0

Hi Is there a plan to update the x-cube-freertos Kernel to 11.1.0? Github repo: STMicroelectronics/x-cube-freertos: X-CUBE-FREERTOS (FreeRTOS™ software expansion for STM32Cube) provides a full integration of the FreeRTOS™ kernel in the STM32Cube envi...

nobody by Associate II
  • 144 Views
  • 0 replies
  • 0 kudos