Hi Experts
How to add user defined exception handler for AWR2944 MSS and DSS in FreeRTOS?
I did not find it in HwiP related src files, is it supported by current release?
Thanks
Ken
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.
Hello Ken,
You can refer the HWIP present in C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mcu_plus_sdk_awr294x_08_04_00_20\source\kernel\nortos\dpl\r5\HwiP_armv7r_handlers_nortos.c
It already has the abort handler, prefetch handler, etc. You can modify the same or add your own handler making the necessary changes, and then rebuild the no rtos driver and then the application to include the same.
Regards,
Saswat Kumar
Hi Saswat
Thanks for clarifying MSS handler, but in Hwip_c66_handlers_freertos.c there is no handler for exception.
Ken
Hello Ken,
Currently there is no such example code, you can check with the DSP c66x team for how to configure these.
Regards,
Saswat Kumar