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.