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.

CC3000 MAC问题

Other Parts Discussed in Thread: MSP430G2553, MSP430F5529

CC3000EM 模块    MAC: 08 00 28 57 61 32
mac_status = nvmem_get_mac_address(cMacFromEeprom);    返回值为03

接在MSP430G2553运行 获取cMacFromEeprom:
40    22    71    BC    9C    DE

接在MSP430F5529运行 获取cMacFromEeprom:
40    22    71    BE    9C    DE

多运行几次发现每次获取的cMacFromEeprom值都不一样,不过   40    22    71    BC    9C    DE  的概率比较多

请问这是哪里出了问题。