Part Number: PROCESSOR-SDK-J784S4
Other Parts Discussed in Thread: TDA4VH, J784S4XEVM
Hi experts,
I am using J784S4XEVM with TDA4VH processor (J784S4). The RTOS SDK version is 8.5.14 with FreeRTOS kernel v10.4.3
I am currently trying to use hardware interrupt on c7x with FreeRTOS. I understand that FreeRTOS kernel doesn't implement interrupt, but portable layer from TI does.
Demo from SDK are using the OSAL layer which I do not want to implement on my project.
Issue:
When I try to create an interrupt with Hwi_create(), an error occure because it is an undefined symbol. I found Hwi_create() declaration in Hwi.h but this function is defined nowhere.
Thank you for your help
Best regards
Charles
