Hi,
Using CC2538, I need to create an application which uses the Z-Stack for communication and keeps track of an interrupt on a GPIO. I know how to do each part using the IAR sample projects in both Z-Stack Home for ZigBee communication and CC2538 foundation firmware for GPIO interrupt handling. My questions are:
- what is the best way to combine both examples in a single project?
- can I use the API's in the foundation firmware together with the Z-Stack? If yes, what is the best way to approach that?