Tool/software:
whether CC2651RSIPA board support OAD for No rtos .Please share the example for CC2651RSIPA oad NO RTOS in Proprietary RF
Whether OAD can be implement in No rtos Proprietary RF
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.
Tool/software:
whether CC2651RSIPA board support OAD for No rtos .Please share the example for CC2651RSIPA oad NO RTOS in Proprietary RF
Whether OAD can be implement in No rtos Proprietary RF
Hello,
We provide the OAD example for TI-RTOS here: https://dev.ti.com/tirex/explore/node?a=BSEc4rl__6.41.00.17&a=BSEc4rl__7.10.00.98&a=BSEc4rl__7.10.01.24&a=BSEc4rl__7.10.02.23&a=BSEc4rl__7.40.00.77&a=BSEc4rl__7.41.00.17&node=A__ALPXHo2LWwzRzNMs0iIBvA__com.ti.SIMPLELINK_CC13XX_CC26XX_SDK_PROPRF_MODULE__BSEc4rl__7.41.00.17
This may be used as reference for developing an OAD application with no RTOS.
Note that current example is uses TI-RTOS Events (rfClient.c --> OAD_init --> Event_construct...), so at least some kind of scheduling would need to be developed for your no RTOS application.
Overall, for ease of development, I recommend to use TI-RTOS OAD examples.
Thanks,
Toby