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.