User Activity

hello:      I use STM32H7A3VGT6 in our board, two flash regions are available in the MCU and their start address are 0x08000000 and 0x08080000, all in bank1, when I use STM32CubeProgrammer to erase more than 3 sectors from 0x08080000, it works well, ...
hello:     I use NUCLEO-H7A3ZI-Q to implement a bootloader feature:the bootloader runs in 0x08000000 at flash, it'll copy the application stored in 0x08005000 to 0x24000000 in RAM, then jump to 0x24000000, if one LED turns on, indicates jumping to ap...
hello:    I use NUCLEO-H7A3ZI-Q to test a bootloader feature:the bootloader runs in 0x08000000 at flash, when it starts, it copies the application stored in 0x08005000 to 0x24000000 in RAM, then jump to 0x24000000, I turn on a led in main function to...
Hello:    I use STM32CubeIDE 1.16.0 to develop an OTA feature in STM32H7A3ZIT6:    The firmware should be programed at flash address 0x08000000,and run in ram, it will receive the whole update image in temporary memory and then program into the flash...
hello,     I use STM32CubeIDE 1.16.0 and working on a custom bootloader to jump to application at address 0x08100000, here're the jump code below:    void jump_to_application(uint32_t flash_address) { void (*app_reset_handler)(void); uint32_t main_st...
Kudos from
Kudos given to