Other Parts Discussed in Thread: CC2543, CC2540
About the CC2541 DIE_ID
I'm studying CC2543 BLE broadcaster example code (swrc291), and want to port this example to CC2541.
DIE_ID define in miniBLE.h and the define address as below:
------------------------------------------------
/* Information Page and Flash Addresses */
#define INFO_PAGE_FLASH_SIZE 0x7800 // bits 6..4
#define INFO_PAGE_CC2543_DIE_ID 0x7FF4 // LSB..MSB
------------------------------------------------
It seems DIE_ID is defined in the information page, and i can't find any description in CC254x user guide and datasheet.
my question is " is the DIE_ID address for CC2541 the same as CC2543 at flash address 0x7FF4?"