Other Parts Discussed in Thread: TIMAC
Hi,
I need to develop simple application using TIMAC stack.
All the application needs to do is to setup 802.15.4 network – one coordinator and one end device for now, send to the UART whatever comes from the radio and send to the radio whatever comes from the UART.
Looking at the TIMAC sample application I get the impression that something like a small RTOS is running (osal_init_system). Can I write my app without using the osal_init_system() ? I’m thinking to follow the scenarios shown in SWRA192 (802.15.4 MAC API), but how I’m going to get the MAC events without setting the osal_init_system.
The other way is to use the TIMAC sample application as it is and add UART TX/RX task and add more code in MSA_ProcessEvent() function.
Which way do you recommend?
Also I need to send a 40 bytes message every 10 ms from the end device to the coordinator. Do you think that is possible?
Thanks in advance.