All,
I have DM365 EVM and want to interface a SDIO card with it (The card shall be conencted to MMC/sD0 slot). MMC/SD portion of DM365 supports interrupts such as Read/write/respone CRC error, data timeout and response time out interrupts, SDIO card interrupt and Read wait interrupt. As per SDIO user manual (found in TI website) ARM interrupt 26 (INT26) is associated with MMC/SD0 functions and ARM interrupt 23 (INT23) is associated with SDIO0 functions.
My questions are as below
1. Whether do we need to define two ISRs (one for handling MMC/SD0 interrupts such as Read/write/respone CRC error, data timeout and response time out interrupts, another one for SDIO0 interrupts such as SDIO card interrupt and Read wait interrupt)
2. Is disabling any of the interrupt will affect the other?
Please calrify it.......
Thanks,
Panch