2025-08-06 4:44 AM
Hi
I just added the STM32 based boards in Arduino IDE, but I cannot find the NUCLEO-H7S3L8 listed.
Is it supported? or am I missing something ?
Solved! Go to Solution.
2025-08-06 4:55 AM
The Place for STM32Duino (ie, Arduino on STM32) questions is: https://www.stm32duino.com/
Or, for general Arduino questions: https://forum.arduino.cc/
Arduino IDE specifically: https://forum.arduino.cc/c/development-tools/ide-2-x/93
2025-08-06 4:55 AM
The Place for STM32Duino (ie, Arduino on STM32) questions is: https://www.stm32duino.com/
Or, for general Arduino questions: https://forum.arduino.cc/
Arduino IDE specifically: https://forum.arduino.cc/c/development-tools/ide-2-x/93
2025-08-06 5:13 AM - edited 2025-08-06 5:15 AM
Hello @isso ,
The NUCLEO-H7S3L8 board is not yet supported in Arduino.
As mentioned by Andrew, you can check and request this in Arduino sites.
2025-08-06 5:20 AM - edited 2025-08-06 5:22 AM
@Imen.D wrote:The NUCLEO-H7S3L8 board is not yet supported in Arduino.
@isso the list of supported boards is here:
https://forum.arduino.cc/c/development-tools/ide-2-x/93
In addition to the forums mentioned earlier, I see there is also a GitHub Discussion board:
https://github.com/orgs/stm32duino/discussions
2025-08-06 6:19 AM
Thanks for the reply and apology for any inconvenience posting this here.
So, I decided to get starting with the STMCube IDE instead, are there some support examples for this board ?
2025-08-06 6:38 AM
Hi @isso ,
You will find examples for this NUCLEO-H7S3L8 board under: STM32CubeH7RS/Projects/NUCLEO-H7S3L8 at main · STMicroelectronics/STM32CubeH7RS · GitHub
or you can download the STM32CubeH7RS package from ST web page.
2025-08-06 6:41 AM
@isso wrote:are there some support examples for this board ?
Yes.
When you create a new project in STM32CubeIDE, select the board - it will then show you the examples available for that board.
See also Application Note AN5033, STM32Cube MCU Package examples for STM32H7 Series.