Arduino_Core_STM32 icon indicating copy to clipboard operation
Arduino_Core_STM32 copied to clipboard

Add STM32H7R/S support

Open dpoettler opened this issue 2 months ago • 1 comments

Board description (please complete the following information):

  • Name: NUCLEO-H7S3L8
  • Link to all relevant information:
    • https://www.st.com/resource/en/user_manual/um3276-stm32h7rx7sx-nucleo144-board-mb1737-stmicroelectronics.pdf
    • https://www.st.com/resource/en/schematic_pack/mb1737-h7s3l8-b02-schematic.pdf
    • ST, DigiKey, Mouser

Tried adding it myself but couldn't follow the guide sadly

dpoettler avatar Oct 06 '25 19:10 dpoettler

Hi @dpoettler Before adding the board the STM32H7R/S series have to be added as it has its own STM32Cube: https://github.com/STMicroelectronics/STM32CubeH7RS Moreover, it will require extra effort to support as it would probably required to support a bootloader in the 64k bootflash.

fpistm avatar Oct 07 '25 08:10 fpistm