forked from PelionIoT/mbed-cloud-client-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel Lee edited this page Aug 23, 2018
·
10 revisions
Welcome to the mbed-cloud-client-example wiki!
When you use Wizfi310 shield board with then, have to be set as shown below
Json open for SD setting
mbed-cloud-client-example/storage-selector/sd-driver/config/mbed_lib.json
"NUCLEO_F429ZI": {
Modify from
- "SPI_MOSI": "PC_12",
- "SPI_MISO": "PC_11",
- "SPI_CLK": "PC_10",
- "SPI_CS": "PA_15"
Modify to
+ "SPI_MOSI": "PA_7",
+ "SPI_MISO": "PA_6",
+ "SPI_CLK": "PA_5",
+ "SPI_CS": "PD_14"
},