Hi 志成 项
楼主你好!
关于这个问题,我建议你去参考下我们RT1060 SDK 的ota bootloader, 会比较明白。
https://mcuxpresso.nxp.com/en/select
下载RT1060 SDK, middleware 一定要把mcuboot 选上, 建议你可以全选,然后生成代码下载。
然后你参考下SDK_2.7.0_EVK-MIMXRT1060\boards\evkmimxrt1060\bootloader_examples\ota_bootloader
这个bootloader就是从0X60002000 开始放,当然前面一段是用来放IVT DCD 还有FCBD等信息。
然后其他app可以放在#define BL_APP_VECTOR_TABLE_ADDRESS (0x60040000u)
关于都可以运行,你应该是debug的,那么IDE帮你直接跳过去了,你可以试试下载之后,如果前面没有引导程序,应该是不能直接跳转到后面去执行的。
你先参考下,如果还有问题,欢迎继续交流。
Wish it helps you!
If you still have questions about it, please kindly let me know.
Kerry
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------