User Activity

Hi everyone,I’m currently facing an issue related to bootloaders and FreeRTOS on STM32 microcontrollers, specifically the STM32H735 and STM32H730.Here’s the background:STM32H735 Development Board: I have successfully implemented a bootloader that jum...
Hello ST Community,I'm working on implementing C++ exceptions in my project. My setup includes an STM32H735 board and I'm using FreeRTOS. Here’s a snippet of my code that involves try and catch blocks:   extern "C" void myTaskFunction(void* pvParamet...
Hello everyone,I have been working on a custom bootloader for the STM32H735 microcontroller and I am encountering an issue when attempting to jump to my main application stored in external flash memory. Here's a brief overview of what I've done so fa...
Hello everyone,I am currently working on a bootloader project for the STM32H735, using the pre-configured ExtMem_Boot project provided by the STM32CubeIDE. However, I am encountering an issue when trying to write to the external flash memory at addre...
Hi ST Community,I am working on a bootloader for my STM32H735 board, and I'm encountering issues with setting the Vector Table Offset Register (VTOR) correctly for my application, which is loaded at address 0x90000000. The main problem I'm facing is ...
Kudos from
Kudos given to