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?
Solved! Go to Solution.
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
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
That helps a lot, Thank you ~
BTW , Is there any sample Creator Project about WIFI/BT module?
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.