Forum Discussion
Altera_Forum
Honored Contributor
15 years agoMCI Interrupt issue
I have written the MCI driver with interrupt routine in Ecos but the interrupt is not getting enable. i have used eCos API to create interrupt. cyg_drv_interrupt_create(vector, ...
Altera_Forum
Honored Contributor
15 years agoYes Daixiwen
I have checked the variable is volatile. but the cyg_interrupt_create function returns void, so not possible to know the status. also the interrupt will be generated while transferring the data like a serial port but its not happening. do you have any other possible solution or any sample code for the same then please let me know... i am trying in some other ways by understanding the existing drivers but it seems very critical also not able to understand, Thank you