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.
我怎么编程实现对CC2540芯片序列号的读取?
怎么读法?远程还是串口?
你的目的是什么?只是想知道某个CC2540的地址?最简单的办法是,在仿真器那儿有个按钮:read IEEE,就可以读取到了。
Hi,
芯片序列号?你是指其IEEE地址吗?
根据CC2540的user's guide的2.2 节介绍,IEEE地址在information page里面,直接读可以读出来。
uint8 systemId[DEVINFO_SYSTEM_ID_LEN]; GAPRole_GetParameter(GAPROLE_BD_ADDR, systemId);