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.

cc3220sf唯一芯片id读取问题

Other Parts Discussed in Thread: UNIFLASH

下面是代码,无法读取,请问要怎样正确

_u8 macAddressVal[SL_MAC_ADDR_LEN];
_u16 macAddressLen = SL_MAC_ADDR_LEN;
_u16 ConfigOpt = 1;
int mac=0;
sl_NetCfgGet(SL_NETCFG_MAC_ADDRESS_GET,&ConfigOpt,&macAddressLen,(_u8 *)macAddressVal);