2 posts / 0 new
Last post
bulbera
Offline
Last seen:3 years 10 months ago
Joined:2016-10-31 07:02
MAC Address

Hi Dialog,

定义的MAC地址在哪里inside the sdk? How can i read it?

Thanks!

Device:
MT_dialog
Offline
Last seen:4 weeks 15 hours ago
Staff
Joined:2015-06-08 11:34
Hi bulbera,

Hi bulbera,

There are several way to place a MAC address in your device, the bd address is obtained either from the SDK (in the da1458x_config_advanced.h file at the CFG_NVDS_TAG_DB_ADDRESS definition) or you can burn the OTP header with a 6-byte value in the Device Unique ID field, the value in the OTP if non-zero has greater priority than the value obtained from the OTP.

Thanks MT_dialog