Community Translation - Handling SDIO Interrupts in STM32F412xG - KBA232855

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
keni_4440091
Level 7
Level 7
500 replies posted 100 solutions authored 50 solutions authored

Dear supporter

I want to translate the following KBA. Please confirm to my work.

Handling SDIO Interrupts in STM32F412xG - KBA232855

Regards,

Nino

0 Likes
2 Replies
JennaJo
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

Hello, Nino-san

Confirm to work this KBA.

Thanks 

Jenna Jo
0 Likes

Dear Jenna

The following shows the translation in Japanese for this KBA.

Please confirm and double check.

Regards,

Nino

 

STM32F412xGのSDIO割込みの処理 – KBA232855

 

Version: **

 

質問: STM32F412xGSDIO割込みを有効にするにはどうすればいいですか?

 

回答: SDIO_MASK_SDIOITIEビットは、wwd_SDIO.c (場所: 43xxx_Wi-Fi\WICED\platform\MCU\STM32F4xx\WWD\wwd_SDIO.c)のSTM32F412xGプラットフォームでは、初期化により無効化されています。このプラットフォームでこのビットを有効化、または含める事は、コード取得スタックおよび起動失敗などの初期化問題が発生します。(添付のスクリーンショットを参照してください) これはSDIO割込みの正しくない処理が原因です。STM32F412 リファレンスマニュアルの27.6.4章では、SDIO割込みの処理で必要な手順を述べています。このKBAに添付されているファイルには、必要なコード変更、修正されたwwd_sdio.c ファイル、およびコードのスクリーンショットが記載されています。

keni_4440091_1-1624840582321.png

 

注: SDIO_MASK_SDIOITIEは、SDIOモード割込みの受信割込み有効ビットです。

0 Likes