-
|
I'm having issues with mcuboot and MIMXRT1166 using XIP octal flash. When running either mcuboot or application, there are no problems. However when using mcuboot to load application, control is transferred correctly, then application initializes peripherals and crashes after configuring memory in When I comment out the call to My understanding is that the application gets a clean start and needs to re-initialize each peripheral, which is what I am trying to do. However it looks like that's not correct as application cannot start after being chain loaded. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The issue has been found - bootloader and application have used different flash lookup tables (bootloader has used XIP and flash has used DDR). |
Beta Was this translation helpful? Give feedback.
The issue has been found - bootloader and application have used different flash lookup tables (bootloader has used XIP and flash has used DDR).