SDIO interrupt not detected

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

SDIO interrupt not detected

ソリューションへジャンプ
1,412件の閲覧回数
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,406件の閲覧回数
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,407件の閲覧回数
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 件の賞賛
返信