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.
Hi,我在看官方例程的时候遇到了一个疑问。
在官方例程的f2838x_codestartbranch.asm文件开头的注释中说道For example, for boot to FLASH this code will be located at 0x3f7ff6.意思是这段代码会被放置于0x3f7ff6。
但cmd文件中,对于FLASH启动codestart段的地址被定义在0x80000。
按照我的理解系统复位后执行完BootRoM的程序后就会跳到codestart,TRM中默认的FLASH启动地址也是0x80000,所以我不确定这个0x3f7ff6地址的作用是什么,有点不太明白想请教一下。