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.

CC1310 FCFG1_O_MAC_15_4_0未定义

Other Parts Discussed in Thread: CC1310

macAddrLsb = HWREGB(FCFG1_BASE + FCFG1_O_MAC_15_4_0);  编译显示FCFG1_O_MAC_15_4_0未定义,FCFG1_BASE 在hw_memmap.h可以找到定义,

FCFG1_O_MAC_15_4_0在hw_fcfg1.h里面。为什么会找不到这个定义;

就是用的提供的源代码,然后加了个读取mac地址的代码