cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo-H7S3L8 Board in Arduino IDE

isso
Visitor

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 ?

1 ACCEPTED SOLUTION

Accepted Solutions
Andrew Neil
Super User

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

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

View solution in original post

6 REPLIES 6
Andrew Neil
Super User

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

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
Imen.D
ST Employee

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.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

@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

 

AndrewNeil_1-1754482868130.png

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

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 ? 

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.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

@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.

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.