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 17, 2018
·
10 revisions
Welcome to the mbed-cloud-client-example wiki!
This branch included the Wizfi310 shield board. Complete test with NUCLEO_F429ZI board.
For SD setting
mbed-cloud-client-example/storage-selector/sd-driver/config/mbed_lib.json
"NUCLEO_F429ZI": {
- "SPI_MOSI": "PC_12",
- "SPI_MISO": "PC_11",
- "SPI_CLK": "PC_10",
- "SPI_CS": "PA_15"
+ "SPI_MOSI": "PA_7",
+ "SPI_MISO": "PA_6",
+ "SPI_CLK": "PA_5",
+ "SPI_CS": "PD_14"
},