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.
TI的工程师上午好,咨询一个程序读取和烧录的问题:
1.我用SmartRF Flash Programmer将某一个CC2530的Flash读出,保存为hex文件,这个模块的MAC地址为00 12 4B 00 01 4B E2 76;
2.我再用SmartRF Flash Programmer把保存好的hex文件烧录到其他的模块里去,然后通过串口读取MAC地址,发现所有烧录了这个hex文件的模块MAC地址都变成了00 12 4B 00 01 4B E2 76;
3.我用SmartRF Flash Programmer自带的Read IEEE就能读出每个模块的真实的MAC地址。
4.这是怎么回事呢,在无源程序的情况下如何能让通过串口也能读出模块的真实的MAC地址?