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.

关于IEEE地址的问题

1:我想在每次程序进入的时候就往IEEE的地址写入固定的数值,请问这样写对吗

uint8 chaddr[8]={0xa1,0xa2,0xa3,0xa4,0xa5,0xa6,0xa7,0xa8};
HalFlashWrite(HAL_FLASH_IEEE_PAGE+HAL_FLASH_IEEE_OSET,chaddr,8);

2:我的目的是想达到,channel固定,IEEE地址固定,如果上一个协调器坏掉了,我只需要使用一个新的协调器恢复到之前的PANID,不知道这样可行不?

请大神给与回复。谢谢

协议栈使用C:\Texas Instruments\ZStack-CC2530-2.5.1a\Projects\zstack\Samples\SampleApp