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.

ZAP Questions

Other Parts Discussed in Thread: CC2630, Z-STACK

Hi,

we've now decided to go for a combination of cc2630 as ZNP and an additional Host MCU as ZAP for our Zigbee routers. However, two questions are still not entirely clear:

1. What is the minimum required flash size for a ZAP?

2. I know the only compiler for developing Z-Stack is IAR. But what about building a ZAP? Is it possible to create software/firmware for a ZAP solely with Code Composer or other IDEs? Imho, it must be possible, since i've read numerous times, that any MCU can be used as a ZAP - including MCUs from other manufacturers.

Thanks in advance,

Stephanie

  • 1. I never see any reference data about this. Maybe you can try to build ZAP project for MSP430 in Z-Stack ZAP example and check the map file to get it.

    2. Yes, there is no limitation of IDE to compile ZAP. However, you have to do the porting by yourself.