Our project is out of all but 1 HWI available.
from page 112 of the PSP drivers user guide, SD card section:
The mmcsdSample.cfg file contains the BIOS configuration. The most important
lines in this file which the application may need to pull into his cfg file are as follows.
ECM.eventGroupHwiNum[0] = 7;
ECM.eventGroupHwiNum[1] = 8;
ECM.eventGroupHwiNum[2] = 9;
ECM.eventGroupHwiNum[3] = 10;
do ALL of these need to be used? does the SD card use 4 interrupts? if so we are going to have a hard time dealing with taking 3 existing interrupts to make room for this. is it possible to get away with just event group 0?