CC1310 做OAD升级时,Image B,要怎么设置TIRTOS config file ?
Susan Yang:
您可以在您的simplelink_cc13x0_sdk安装文件夹file:///C:/ti/simplelink_cc13x0_sdk/docs/proprietary-rf/proprietary-rf-users-guide/cc13x0/oad-easylink/oad_onchip.html 内找到相关说明
In the TI-RTOS .cfg file, the reset vector addresses must be configured
/** Assign an address for the reset vector.** Default is 0x0, which is the start of Flash. Ordinarily this setting should* not be changed.*/
// Image A Reset Vector Address
m3Hwi.resetVectorAddress = 0x1010;// Image B Reset Vector Address
//m3Hwi.resetVectorAddress = 0x10010;
Comment out the appropriate resetVectorAddress for the image you are not building.
user5302136:
回复 Susan Yang:
好的,谢谢
Susan Yang:
回复 user5302136:
很高兴能帮到您!