SDIO interrupt not detected

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

SDIO interrupt not detected

跳至解决方案
1,403 次查看
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

标签 (1)
标记 (5)
0 项奖励
回复
1 解答
1,397 次查看
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 项奖励
回复
1 回复
1,398 次查看
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 项奖励
回复