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.

writing MAC or IEEE address

Other Parts Discussed in Thread: CC2538, CC2530, CC2520, MSP430F5438A

Hi Friends,

I am using custom board and zstack SampleApp application for my project.

When I have downloaded the code into msp430, the ieee address location is erased.

I can view the IEEE address using z tool. it always returns 0xFF in all 8 byte. 

So that I have written the IEEE address using z tool. 

For using z tool, I have enabled the below compile options.

ZTOOL_P1

MT_TASK

MT_SYS_FUNC

MT_ZDO_FUNC

But I have used the UART(using polling method) for displaying some of my information onto the teraterm. 

1) If i want to use z tool for configuring IEEE address, I will add above compile options, follow interrupt based uart code and teraterm console display some garbage values.

2) Also Anyone can connect my device using z tool and access some information.

So,

Is there any way to configure the IEEE address other than using z tool  after downloaded the code into target?

Regards,

Keerthi G.