stm32h573i_dk can't boot from external flash with mcuboot #87531
Labels
bug
The issue is a bug, or the PR is fixing a bug
platform: STM32
ST Micro STM32
priority: low
Low impact/importance bug
Describe the bug:
I'm trying to boot my application from the external ospi nor flash on the stm32h573i_dk board. My project (MCUBOOT_EXT_Test.zip) is based of the mcuboot sample. When I place the slot0 and slot1 partition in the internal flash everything works as expected, however when I place them in the external flash the code stops, when jumping to the application image. (As shown in the log below) At this point the MCU can't be accessed through the debugger (west attach or STM32CubeProgrammer), because it's in a locked up state.
To Reproduce:
I uploaded my project files as a zip. Build them with sysbuild and flash them to an stm32h573i_dk. And edit the board file (stm32h573i_dk.dts) in the zephyr folder, so the slot0 and slot1 partitions are placed in the ospi nor flash.
MCUBOOT_EXT_Test.zip
CMake Warnings for mcuboot target:
CMake Warnings for main app target:
Logs and console output:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: