Other Parts Discussed in Thread: AWR1243, AWR2243
Hi I am using AWR1243 BOOST EVM first time , I am configuring AWR1243 BOOST EVM from external HOST controller , I have the mmwave link library from the TI DFP.
I am using freeRTOS in the HOST controller, I have done most of the configuration , for few client call back functions I am not able to understand what I need to do.
The first one is , rlInt32_t (*rlOsiSpawn)(RL_P_OSI_SPAWN_ENTRY pEntry, const void* pValue, rlUInt32_t flags); in rlOsiMsgQCbs , I am not able to understand the
use of this function , how I need to handle this function as part of the client callback , I am using freeRTOS for my application.