大侠们,在x-loader中,board文件夹下的craneboard和am3517evm中,config.mk里定义的TEXT_BASE 不一样,craneboard定义为TEXT_BASE = 0x40208800,但是evm的定义为TEXT_BASE = 0x40200800, 对于同一个CPU,为什么要定义不同的地址,会带来什么影响,求指教。
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.
1. 没有多大区别,都是internal sram的一块地址
2. 你可以看看technical reference manual, Figure 24-7. 64KB RAM Memory Map of GP Devices
3. 我google的一篇文章,可以帮助你理解 19831028.blog.51cto.com/.../407760。
4.记得多用google,linux很多东西网上都有