Part Number: LAUNCHXL-F28P65X
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Tool/software:
Hi everyone,
I am trying to implement FreeRTOS for my bare metal code . I used the example code of FreeRTOS for F28P65x and modified it for my application . The task functions are executing perfectly indicating my FreeRTOS implementation is fine , but my ISR's are no longer executing . In the main body of the example code , DINT and IER, IFR where set to 0x0000 . But i re enabled the global and real time interrupts after initializing the board and rest. What exactly is stopping my ISR from executing , does FreeRTOS have a different way of handling peripheral interrupts . Can someone send a more detailed documentation on FreeRTOS. I went through most of the available documentations but i am not sure what is causing my issue.
Thank you in advance
Ashwin Bhaskar A.

