请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:RM48L952 主题中讨论的其他器件: UNIFLASH
工具/软件:TI C/C++编译器
您好!
我已下载引导加载程序软件 RM48L952。 我`m 擦除闪存
请分享使用中的 Hercules RM48L952 引导加载程序源代码。
此致、
Murali
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.
您好 Murali、
您的应用程序位于0x180000、因此应用程序起始地址应为0x180000。 您还需要修改 int 矢量表(sys_intvecs.asm)
b _c_int00;0x00 
b #0x180000-0x8 
b #0x180000-0x8 ;;软件中断 
B #0x180000-0x8 ;中止(预取) 
b #0x180000-0x8;;中止(数据) 
保留尝试 
b 保留尝试    
LDR PC、[PC、#-0x1b0] 
LDR PC、[PC、#-0x1b0]