Skip to content

Commit efc6bbc

Browse files
simosillankorvaJanne Kiiskilä
authored andcommitted
Add pin override for NUCLEO_F429ZI (ARMmbed#20)
This is needed as the regular configuration does not work with this board due pin conflict with Ethernet and SD-card.
1 parent be68bf8 commit efc6bbc

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,17 @@ The above figure shows the K64F with the v1.0.0 CI test shield fitted. Note:
523523
- The pins D0/D1 (top right of CI test shield) are bent sideways so as not to insert into the header.
524524
- The SDCard is fully inserted into the slot and overhangs the PCB by ~1mm.
525525
526+
### Wiring instructions for target NUCLEO_F429ZI with CI Test Shield
527+
528+
![alt text](docs/pics/NUCLEO_F429ZI_wiring_with_ci_test_shield.png "unseen title text")
529+
530+
**Figure 3. The figure shows how to connect the NUCLEO_F429ZI platform with the CI shield.**
531+
532+
The above figure shows how to connect the NUCLEO_F429ZI with the v1.0.0 CI test shield. Note:
533+
534+
- To get the SD Card to work with this platform the CI test shield cannot be connected directly to this board, instead follow the instructions above.
535+
- Any SD-card adapter will work as long as you connect all the relevant pins (MOSI, MISO, SCLK, CS, 3.3V and GND) as illustrated in figure 3.
536+
- The SDCard is fully inserted into the slot and overhangs the PCB by ~1mm.
526537
527538
# SDBlockDevice Example Application
528539

config/mbed_lib.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@
9797
"SPI_CLK": "p13",
9898
"SPI_CS": "p14"
9999
},
100+
"NUCLEO_F429ZI": {
101+
"SPI_MOSI": "PC_12",
102+
"SPI_MISO": "PC_11",
103+
"SPI_CLK": "PC_10",
104+
"SPI_CS": "PA_15"
105+
},
100106
"NUCLEO_L031K6": {
101107
"SPI_MOSI": "SPI_MOSI",
102108
"SPI_MISO": "SPI_MISO",
Loading

0 commit comments

Comments
 (0)