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.

CC2530的flash的使用

Other Parts Discussed in Thread: CC2530

你好!flash_read函数只能看到一部分的内容,请问如何通过IAR软件观察CC2530 flash里面的所有内容(包括IEEE地址等信息)?

HalFlashWrite(0xC800,ys_tem,1); //(100*2048)/4 = 0xC800
HalFlashRead(100,0,my_addr,4);

这是我的flash写和读函数,读写没有问题,在读函数里面有这样一条语句:MEMCTR = (MEMCTR & 0xF8) | pg;是将计算所得的bank映射到XDATA的0x8000~0xFFFF中去,但用IAR观察XDATA并没有找到my_addr里面的数据,这是什么原因???           flash的映射和使用究竟是什么个情况???