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.

CCS/CC2642R: TI RTOS - List of IPCs that can be used in a driver callback function

Part Number: CC2642R

Tool/software: Code Composer Studio

Hi

Have started working with TI RTOS. In my project I am trying to invoke an IPC from temperatureNotify driver's callback function (to send some message to my thread).

My project is derived from TI's example project: "simplelink_cc13x2_26x2_sdk_4_10_00_78\examples\rtos\CC26X2R1_LAUNCHXL\drivers\temperatureNotify"  .

TI example File name  TemperatureNotify.c

TI function name  :  void deltaNotificationFxn

I am looking at some consolidated information/doc about mapping between IPC's applicablity in HWI, SWI, device driver's callback function. Basically if we take an IPC (mail box) can I use them in HWI / SWI / Driver callback function? Any material to answer this question is good enough for me. Please share with me some help that leads to understanding the above.

Thanks in advance.

Regards,

Pothirajan.K