Hello,
The Gpio_readBankInterruptStatus function in the mentioned driver doesn't handle bank number 8, there are 9 banks in C6748. Also instead of the switch a simpler condition could be used, like checking if(bank & 1) for odd or even banks.
Best regards,
David.
Hi David,
I assume you are using the BIOSPSP version 03.00.01.00
Thanks for pointing this out. An IR(SDOCM00094427) has been raised to track it. This will be fixed in the next upcoming releases.
Also, thanks for the suggestion. The reason why the switch case was used, was to give a better readability to the users.
Best Regards,
Raghavendra
Does this help with your question? If not, please send back more information. If it answers your question, please click the Verify Answer button below.