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.

How to use CC2530 as a general perpose SOC and how to tailor the z-stack for non-zigbee applications?

Other Parts Discussed in Thread: CC2530, Z-STACK

Hello Everyone,
    I found the CC2530 to be a very powerfull SOC with various peripherals, such as ADC、Timers、AES、GPIOs、Flash etc. This SOC is capable of very low power consumption and even provides a unique 64bit IEEE address which could be very useful. Alough this SOC is mainly designed for 802.15.4 apps, many more non-802.15.4 uses could be found.
    Here are my questuions:
    (1) I wanted to tailor the z-stack for a non-802.15.4 applications. There are many useful portions of the z-stack, such as OSAL、HAL driver etc. However, the 802.15.4 radio portions could be totally cutted off to save resouces. But the z-stack is not fully source opened, so how to make it?
    (2) I want to use the AES coprocessor to encryption my data, but I can't find any details about the AES driver in the stack. Can I get it? Where?

Best regards.