Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: CC1310
Just looking to clarify a few things in the example:
Are the api_mac files part of the SimpleLink SDK, 15.4 stack or part of the application?
Where does the code for them run in the CC1310? The main CPU or RF CPU? It looks like it all runs on the main CPU. If so what part does run on the RF CPU?
Same for the ICALL part?
If i wanted to add code to have the sensor send a message on a pin/button interrupt how would that be integrated? It looks like the sensor code calls api_mac_processIncoming calls icall and waits forever. How would that be triggered to generate an event to resume the processing cycle? For that same matter I don't see how the existing code does it for the timed temperature reading either.
Thanks for any pointers.