This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

cc3200 SDK application_bootloader 中 relocator作用

Other Parts Discussed in Thread: CC3200

请问一下,cc3200 sdk 工程:application_bootloader 中, relocator工程具体作用是什么?为什么要将bootmgr.bin 跟 relocator.bin 合并到 application_bootloader.bin?

  • 那个单词应该是重载,re-locator,单片机系统里有个概念叫重置,迁移。bootmgr启动管理器,合并后就是把他们打包呀,在软件中打包后,连续写入内存空间。

    官方资料也不多,没找到,重置的作用,是重置什么。

  • 按照一般BOOTLOADER思路,bootloader 把应用 application_xxx.bin 全部加载到SRAM之后,就可以跳转到应用执行。relocator.bin 这个工程主要是把:0x20004100后面16KB内容 拷贝到 0x20000000 ,然后跳转到0x20000000,。 那么从0x20004100 这16KB代码,到底是用来做什么的,TI所有手册都没有提到相关说明。谢谢你的回复。

  • 能否帮忙解决这个问题:

    http://www.deyisupport.com/question_answer/microcontrollers/f/23/t/85440.aspx

    谢谢!