NO sdio interface with wifi-bt module on CY8CKIT-062-WiFi-BT KI???

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

cross mob
albr_1058251
Level 1
Level 1

the chip is  CY8C6247BZI-D54 , schematic shows the communication interface with WIFI/BT Module is SDIO ,while Can't fine any SDIO Block on CY8C6247BZI-D54

So how to make this work?

pastedImage_0.png

0 Likes
1 Solution
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

For CY8C6247BZI-D54 aka P6-1M parts, there is no dedicated sdhc/sdio block. Instead, the sdio part is implemented using udbs; You can check the page 74 of the kit guide: https://www.cypress.com/file/407731/download

View solution in original post

0 Likes
3 Replies
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

For CY8C6247BZI-D54 aka P6-1M parts, there is no dedicated sdhc/sdio block. Instead, the sdio part is implemented using udbs; You can check the page 74 of the kit guide: https://www.cypress.com/file/407731/download

0 Likes

That helps a lot, Thank you ~

BTW , Is there any sample Creator Project about WIFI/BT module?

0 Likes

Unfortunately, WiFi/BT module is not supported through Creator. You need to use either WICED Studio Wi-Fi/Combo Docs & Downloads​ or ModusToolbox​ to program the WiFi/BT module.