使用AISGEN生成烧录代码,感觉有的代码执行有问题。看AISGEN的说明里写了bootloader会使用0x11800000开始的16KB内存,哪位知道是如何使用的,那个内存是否还能够继续给用户的代码使用呢?
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.
这个16kB是在Legacy NOR boot 模式下, 用来存放Secondary Boot Loader, 所以用户代码应避开这段memory, 防止覆盖掉secondary bootloader, 具体可以参考下面文档第4页.
http://www.ti.com/lit/an/sprab04g/sprab04g.pdf