Skip to content

Commit dbbbe09

Browse files
Jani SuonperäLiyouZhou
authored andcommitted
Configuration for NUCLEO_F207ZG (ARMmbed#134)
* Configuration for NUCLEO_F207ZG * Add SD pin configurations * Update mbed-os 5.9.6
1 parent 5aed3f9 commit dbbbe09

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#485bdeee150e2bc8ed75e27d936060fb63a7a7d1
1+
https://github.com/ARMmbed/mbed-os/#0fdfcf7350896a9c0b57c4a18237677abfe25f1a

mbed_app.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,21 @@
127127
"application-start-address" : "(MBED_CONF_APP_FLASH_START_ADDRESS+65*1024)",
128128
"max-application-size" : "DEFAULT_MAX_APPLICATION_SIZE"
129129
},
130+
"NUCLEO_F207ZG": {
131+
"flash-start-address" : "0x08000000",
132+
"flash-size" : "(1024*1024)",
133+
"nvstore.area_1_address" : "(MBED_CONF_APP_FLASH_START_ADDRESS+32*1024)",
134+
"nvstore.area_1_size" : "(16*1024)",
135+
"nvstore.area_2_address" : "(MBED_CONF_APP_FLASH_START_ADDRESS+48*1024)",
136+
"nvstore.area_2_size" : "(16*1024)",
137+
"update-client.application-details": "(MBED_CONF_APP_FLASH_START_ADDRESS+64*1024)",
138+
"application-start-address" : "(MBED_CONF_APP_FLASH_START_ADDRESS+65*1024)",
139+
"max-application-size" : "DEFAULT_MAX_APPLICATION_SIZE",
140+
"sd.SPI_MOSI": "PC_12",
141+
"sd.SPI_MISO": "PC_11",
142+
"sd.SPI_CLK": "PC_10",
143+
"sd.SPI_CS": "PA_15"
144+
},
130145
"UBLOX_EVK_ODIN_W2": {
131146
"target.device_has_remove": ["EMAC"],
132147
"flash-start-address" : "0x08000000",

0 commit comments

Comments
 (0)