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.

关于使用28335XINTF区域来接受数据的问题

最近做bootloader,我把接受到的APp程序数据存在了如图下的ZONE6B区域。这样就需要调用intxintf函数,我在开发板上试是没有问题的。可是当我把一样的程序下到另一块板子上时,xintf的区域没办法访问了。一直是65535,就是说我收到的数据存不进去这个区域了。软件都是一样的,我想问一下可能有什么硬件上的原因导致了无法访问这个区域了?