SDIO firmware download error by using the STM32H734+CYW4343W

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

cross mob
Yoshi
Level 1
Level 1
10 sign-ins 5 sign-ins First like given

We have developed original board by using STM32H743 and CYW4343W.

In the whd_bus_sdio_protocol.c, we got error this kind of error. So how do we solve this problem.

Yoshi_0-1658383141456.png

Note: We are using the "STM32 Connectivity Expansion Pack1.1.0( https://github.com/Infineon/stm32-connectivity )

0 Likes
1 Solution
Rakesh_BG
Moderator
Moderator
Moderator
50 solutions authored 100 replies posted 100 sign-ins

Hi @Yoshi ,

Are you using external LPO?

This error is typically observed when external LPO is missing.

 

Thanks,

Rakesh B G

View solution in original post

2 Replies
Rakesh_BG
Moderator
Moderator
Moderator
50 solutions authored 100 replies posted 100 sign-ins

Hi @Yoshi ,

Are you using external LPO?

This error is typically observed when external LPO is missing.

 

Thanks,

Rakesh B G

 

Hi, @Rakesh_BG 

Thank you for your reply. I will check LPO usage.

BTW. Yesterday, I just changed delay parameter in the whd_bus_sdio_protocol.c(function name : whd_bus_sdio_download_firmware )

In the original source code delay 1 ms. and I changed 10 ms. then Error did not occured.

Yoshi_0-1658446552738.png

 

0 Likes