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/RM48L952: Can not create an interrupt for EMIF_nWAIT in FreeRTOS project

Part Number: RM48L952

Tool/software: Code Composer Studio

Dear Sirs,

I develop a new project from none OS to FreeRTOS with RM48L952. The EMIF bus is connected to a FPGA. And FPGA use EMIF_nWAIT pin to inform RM48 the bus busy or free. 

I can use channel #41 IRQ to wait EMIF bus free on None OS project. And it works fine.

 

Now I use HAL code generator to create FreeRTOS project. But I can not find that interrupt be created. Please see pictures below. 

  

1. I am not sure if I can read the EMIF_nWAIT pin value directly just like gpio or any way. If I can read it, I will use it to monitor emif bus.

2. Is it possible to generate an interrupt for EMIF_nWAIT on FreeRTOS project? Or do I miss some HALcodegen config steps?

Thanks for your help. 

Best Regards,

Simon Lin.