SDIO interrupt not detected

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SDIO interrupt not detected

Jump to solution
617 Views
PIHL
Contributor II

Hello,

I try to port WHD Library from Cypress to use CYW43012 with LPC54607.

I use an interrupt mode for communication, but LPC MCU is not running SDIO_IRQHandler function. In the init of system I have a part of code for interrupt registration:

NVIC_SetPriority(SDIO_IRQn, 5U);

NVIC_EnableIRQ(SDIO_IRQn);

I was looking for interrupt on DATA1 line, but was not able to detect it with a scope.

Is there any additional configuration needed to run SDIO_IRQHandler funtion after interrupt?

 

Thanks,

Piotr

Labels (1)
0 Kudos
1 Solution
611 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Does WHD Library from Cypress is included in MCUXpresso SDK? If not, we can't test it.

I suggest you referring and comparing your code with our demo

{MCUXpresso SDK folder}\boards\lpcxpresso54608\sdmmc_examples\sdio

 

Best Regards

Jun Zhang

 

View solution in original post

0 Kudos
1 Reply
612 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Does WHD Library from Cypress is included in MCUXpresso SDK? If not, we can't test it.

I suggest you referring and comparing your code with our demo

{MCUXpresso SDK folder}\boards\lpcxpresso54608\sdmmc_examples\sdio

 

Best Regards

Jun Zhang

 

0 Kudos