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.

5529的FLASH从0x10000以上地址开始写操作无法写入

在用5529的FLASH,发现了一个问题:只能往0x10000以下的地址里面写东西,不管是information还是code memory都能写进去,但0x10000以上就不行了。 debug的过程中发现是指针的值给不到0x10000以上,即便是用TI的例程原封不动下到板子里也不行。
定义指针方式:Flash_ptrD = (unsigned long *) 0x10000 这个定义方法是TI例程给出的,debug查看它的值,只有低16位,而没有其余高位。

目前只是往bank B(0xc400~0x143FF)里写东西,如果从0xc400开始写一切正常,但从0x10000开始就不行