From 9ecbeae90eba131e705fdbc733cae248828420ed Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Mon, 9 Sep 2024 14:03:45 +0200 Subject: [PATCH 1/5] boards/nucleo144-f2: add pinout source --- boards/nucleo-f207zg/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/nucleo-f207zg/doc.txt b/boards/nucleo-f207zg/doc.txt index 061f94bdf726..6c4ea74bb670 100644 --- a/boards/nucleo-f207zg/doc.txt +++ b/boards/nucleo-f207zg/doc.txt @@ -15,7 +15,7 @@ STM32F207ZG microcontroller with 128KiB of SRAM and 1MiB of ROM Flash. ## Pinout -@image html pinouts/nucleo-f207zg-and-more.svg "Pinout for the nucleo-f207zg (from STM board manual)" width=50% +@image html pinouts/nucleo-f207zg-and-more.svg "Pinout for the Nucleo-F207ZG (from STM user manual, UM1974, http://www.st.com/resource/en/user_manual/dm00244518.pdf, page 32)" width=50% ### MCU From 841d0a0dfdb5c59e233422949285d76e13404717 Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Mon, 9 Sep 2024 16:09:19 +0200 Subject: [PATCH 2/5] boards/nucleo144-f3 add pinout source --- boards/nucleo-f303ze/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/nucleo-f303ze/doc.txt b/boards/nucleo-f303ze/doc.txt index 8c0159319cde..1f83edeafced 100644 --- a/boards/nucleo-f303ze/doc.txt +++ b/boards/nucleo-f303ze/doc.txt @@ -14,7 +14,7 @@ STM32F303ZE microcontroller with 64KiB of RAM and 512KiB of ROM. ## Pinout -@image html pinouts/nucleo-f303ze.svg "Pinout for the nucleo-f303ze (from STM board manual)" width=55% +@image html pinouts/nucleo-f303ze.svg "Pinout for the Nucleo-F303ZE (from STM user board manual, M1974, http://www.st.com/resource/en/user_manual/dm00244518.pdf, page 33)" width=55% ### MCU | MCU | STM32F303ZE | From 882af4ea9df3fed80cad7fc7f0122da1d3a1e2fb Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Tue, 10 Sep 2024 11:27:49 +0200 Subject: [PATCH 3/5] boards/nucleo144-f4: add pinout source --- boards/nucleo-f412zg/doc.txt | 2 +- boards/nucleo-f413zh/doc.txt | 2 +- boards/nucleo-f429zi/doc.txt | 2 +- boards/nucleo-f439zi/doc.txt | 2 +- boards/nucleo-f446ze/doc.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/nucleo-f412zg/doc.txt b/boards/nucleo-f412zg/doc.txt index 288aea6dbc1e..5db73a2b932c 100644 --- a/boards/nucleo-f412zg/doc.txt +++ b/boards/nucleo-f412zg/doc.txt @@ -10,7 +10,7 @@ STM32F412ZG microcontroller with 256KiB of RAM and 1MiB of Flash. ## Pinout -@image html pinouts/nucleo-f412zg-and-f413zh.svg "Pinout for the nucleo-f412zg (from STM board manual)" width=50% +@image html pinouts/nucleo-f412zg-and-f413zh.svg "Pinout for the Nucleo-F412ZG (from STM user manual, UM1974, http://www.st.com/resource/en/user_manual/dm00244518.pdf, page 34)" width=50% ## Flashing the Board Using ST-LINK Removable Media diff --git a/boards/nucleo-f413zh/doc.txt b/boards/nucleo-f413zh/doc.txt index 6a4f1bf10d3b..1b28a2fad5bc 100644 --- a/boards/nucleo-f413zh/doc.txt +++ b/boards/nucleo-f413zh/doc.txt @@ -10,7 +10,7 @@ STM32F413ZH microcontroller with 256KiB of RAM and 1MiB of Flash. ## Pinout -@image html pinouts/nucleo-f412zg-and-f413zh.svg "Pinout for the nucleo-f413zh (from STM board manual)" width=50% +@image html pinouts/nucleo-f412zg-and-f413zh.svg "Pinout for the nucleo-f413zh (from STM user manual, UM1974, http://www.st.com/resource/en/user_manual/dm00244518.pdf, page 34)" width=50% ## Flashing the Board Using ST-LINK Removable Media diff --git a/boards/nucleo-f429zi/doc.txt b/boards/nucleo-f429zi/doc.txt index 226717902c5f..b880b3b92b30 100644 --- a/boards/nucleo-f429zi/doc.txt +++ b/boards/nucleo-f429zi/doc.txt @@ -14,7 +14,7 @@ STM32F429ZI microcontroller with 256KiB of RAM and 2MiB of Flash. ## Pinout -@image html pinouts/nucleo-f207zg-and-more.svg "Pinout for the nucleo-f429zi (from STM board manual)" width=50% +@image html pinouts/nucleo-f207zg-and-more.svg "Pinout for the Nucleo-F429ZI (from STM user manual, UM1974, http://www.st.com/resource/en/user_manual/dm00244518.pdf, page 32)" width=50% ### MCU diff --git a/boards/nucleo-f439zi/doc.txt b/boards/nucleo-f439zi/doc.txt index a631d82a3063..1a2e9979066f 100644 --- a/boards/nucleo-f439zi/doc.txt +++ b/boards/nucleo-f439zi/doc.txt @@ -10,7 +10,7 @@ STM32F439ZI microcontroller with, 256KiB of RAM and 2MiB of Flash. ## Pinout -@image html pinouts/nucleo-f207zg-and-more.svg "Pinout for the nucleo-f439zi (from STM board manual)" width=50% +@image html pinouts/nucleo-f207zg-and-more.svg "Pinout for the Nucleo-F439ZI (from STM user manual, UM1974, http://www.st.com/resource/en/user_manual/dm00244518.pdf, page 32)" width=50% ### MCU diff --git a/boards/nucleo-f446ze/doc.txt b/boards/nucleo-f446ze/doc.txt index 34f44c109539..ffad58ca0f9e 100644 --- a/boards/nucleo-f446ze/doc.txt +++ b/boards/nucleo-f446ze/doc.txt @@ -14,7 +14,7 @@ STM32F446ZE microcontroller with 128KiB of RAM and 512KiB of ROM Flash. ## Pinout -@image html pinouts/nucleo-f446ze-and-f722ze.svg "Pinout for the nucleo-f446ze (from STM board manual)" width=50% +@image html pinouts/nucleo-f446ze-and-f722ze.svg "Pinout for the Nucleo-F446ZE (from STM user manual, UM1974, http://www.st.com/resource/en/user_manual/dm00244518.pdf, page 35)" width=50% ### MCU From 911cc1512904ef27bb04bb07c9f533e744d5cd56 Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Tue, 10 Sep 2024 17:30:16 +0200 Subject: [PATCH 4/5] boards/nucleo144-f7: add source to pinouts --- boards/nucleo-f722ze/doc.txt | 2 +- boards/nucleo-f767zi/doc.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/nucleo-f722ze/doc.txt b/boards/nucleo-f722ze/doc.txt index bb08c959ba36..cf146bd123f0 100644 --- a/boards/nucleo-f722ze/doc.txt +++ b/boards/nucleo-f722ze/doc.txt @@ -10,7 +10,7 @@ STM32F722ZE microcontroller with 256KiB of RAM and 512KiB of Flash. ## Pinout -@image html pinouts/nucleo-f446ze-and-f722ze.svg "Pinout for the nucleo-f722ze (from STM board manual)" width=50% +@image html pinouts/nucleo-f446ze-and-f722ze.svg "Pinout for the Nucleo-F722ZE (from STM ser manual, UM1974, http://www.st.com/resource/en/user_manual/dm00244518.pdf, page 35)" width=50% ### MCU diff --git a/boards/nucleo-f767zi/doc.txt b/boards/nucleo-f767zi/doc.txt index 57840e56e084..0fad47e2ed84 100644 --- a/boards/nucleo-f767zi/doc.txt +++ b/boards/nucleo-f767zi/doc.txt @@ -10,7 +10,7 @@ STM32F767ZI microcontroller with 512KiB of RAM and 2 MiB of Flash. ## Pinout -@image html pinouts/nucleo-f207zg-and-more.svg "Pinout for the nucleo-f767zi (from STM board manual)" width=50% +@image html pinouts/nucleo-f207zg-and-more.svg "Pinout for the Nucleo-F767ZI (from STM user manual, UM1974, http://www.st.com/resource/en/user_manual/dm00244518.pdf, page 32)" width=50% ### MCU From b74c4236c8979d3f5680f96cd1cd81c8506b742e Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Tue, 10 Sep 2024 17:44:04 +0200 Subject: [PATCH 5/5] boards/nucleo144-l4: add pinout source --- boards/nucleo-l496zg/doc.txt | 2 +- boards/nucleo-l4r5zi/doc.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/nucleo-l496zg/doc.txt b/boards/nucleo-l496zg/doc.txt index e09c8a3519f8..cef53e2f0f35 100644 --- a/boards/nucleo-l496zg/doc.txt +++ b/boards/nucleo-l496zg/doc.txt @@ -10,7 +10,7 @@ STM32L496ZG ultra-low-pawer microcontroller with 320KiB of RAM and 1 MiB of Flas ## Pinout -@image html pinouts/nucleo-l496zg.svg "Pinout for the nucleo-l496zg (from STM board manual)" width=55% +@image html pinouts/nucleo-l496zg.svg "Pinout for the Nucleo-L496ZG (from STM user manual, UM2179, https://www.st.com/resource/en/user_manual/um2179-stm32-nucleo144-boards-mb1312-stmicroelectronics.pdf, page 31)" width=55% ### MCU diff --git a/boards/nucleo-l4r5zi/doc.txt b/boards/nucleo-l4r5zi/doc.txt index a7ac618cab17..11fdec7e0e21 100644 --- a/boards/nucleo-l4r5zi/doc.txt +++ b/boards/nucleo-l4r5zi/doc.txt @@ -14,7 +14,7 @@ STM32L4R5ZI microcontroller with 640KiB of RAM and 2MiB of ROM Flash. ## Pinout -@image html pinouts/nucleo-l4r5zi.svg "Pinout for the nucleo-l4r5zi (from STM board manual)" width=55% +@image html pinouts/nucleo-l4r5zi.svg "Pinout for the Nucleo-L4R5ZI (from STM user manual, UM2179, http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/um2179-stm32-nucleo144-boards-mb1312-stmicroelectronics.pdf, page 35)" width=55% ### MCU @@ -36,7 +36,7 @@ STM32L4R5ZI microcontroller with 640KiB of RAM and 2MiB of ROM Flash. | Datasheet | [Datasheet](https://www.st.com/resource/en/datasheet/stm32l4r5zi.pdf)| | Reference Manual | [Reference Manual](https://www.st.com/resource/en/reference_manual/rm0432-stm32l4-series-advanced-armbased-32bit-mcus-stmicroelectronics.pdf)| | Programming Manual | [Programming Manual](https://www.st.com/resource/en/programming_manual/pm0214-stm32-cortexm4-mcus-and-mpus-programming-manual-stmicroelectronics.pdf)| -| Board Manual | [Board Manual](http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/um2179-stm32-nucleo144-boards-mb1312-stmicroelectronics-1.pdf)| +| Board Manual | [Board Manual](http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/um2179-stm32-nucleo144-boards-mb1312-stmicroelectronics.pdf)| ## Flashing the device