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.
仿真调试出现Memory map prevented reading 0x7910EA08@Data, 请问这个问题怎么解决呢?
There is a GEL file associated with your target configuration. The file is specifying what memory is present on your board and what its properties are. In this case you are trying to access 0x7910EA08 on the Data page. The memory map either doesn't have memory as being defined there or has it as non-readable.
You can view the memory map when you are in a debug session by going to the Tools menu and selecting Memory Map. This will open a new view. In the memory map section you should see tabs for the Program, Data and I/O pages.
建议您通过 Tools-->Memory Map 来查看0x7910EA08的情况
看了下,0x400000-0xFFFFFFFF为NONE,应该是没有定义内存,那编译器怎么给函数分配了这个地址呢,根本跳不过去啊?