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.

Changes to cfg and icf files when porting OTA from Z-Stack Home to Z-Stack Mesh

Other Parts Discussed in Thread: Z-STACK, CC2538

Hi TI,

This is in connection with my previous post regarding the porting of OTA feature from Z-Stack Mesh to Z-Stack HA.

I need help in verifying the changes I made if it won't affect the current Z-Stack Mesh stability.

Changes were as follows:

1.) I've replaced the f8wZCL.cfg of Z-Stack Mesh to the f8wZCL.cfg of Z-Stack Home due to few differences in the lines of code. However, all the lines with -D prefix have double slash (//) which means they don't affect anything since they were commented out? Is this correct?

2.)

   2-1) Then included the CC2538-OTA-Image-A.icf in the IAR IDE (see image below with red box). This will then replace CC2538.icf for the memory region settings.

   2-2) Furthermore, I've excluded the CC2538.icf from the build (see blue box) to set the memory region for the code to be loaded to the chip from the CC2538-OTA-Image-A.icf . Is this right?