Other Parts Discussed in Thread: MSP430F5438
使用IAR For 430 5.2 为MSP430F5438制作Bootloader程序,使用IAR的Checksum功能生成校验码,请问我该如何确定IAR进行校验的起始地址和结束地址,或者默认校验地址范围是多少?谢谢
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.
使用IAR For 430 5.2 为MSP430F5438制作Bootloader程序,使用IAR的Checksum功能生成校验码,请问我该如何确定IAR进行校验的起始地址和结束地址,或者默认校验地址范围是多少?谢谢
请检查.icf文件中是否定义了校验和的范围。
类似于这种
define symbol __checksum_begin = 0x08000000;
define symbol __checksum_end = 0x08003FFF;