2024-11-18 12:07 PM
Hello,
I'm looking for detailed tutorials or lessons on the STM32H7S3L8 / STM32H7R3L8 MCU. Is it possible to purchase such tutorials or lessons? I've been using Microsoft Visual Studio with VisualGDB for quite some time now, but those MCUs are relatively new, and VisualGDB only has the basics to work with those chips. I contacted Sysprogs and was told they are still waiting for their hardware to test those MCUs.
However, I tried the STM32CubeIDE and ran some sample codes for the NUCLEO-STMH7S3L8, but I couldn't get anything to work.
If anyone can help me out, please get in touch with me.
2024-12-09 01:45 AM
Hello @Intector,
I think these resources may be able to help you:
- GitHub - ST-TOMAS-Workshop/stm32h7s_workshop: stm32h7s workshop content
- Getting started with External memory Manager and External memory loader - stm32mcu
- STM32CubeH7RS/Projects/NUCLEO-H7S3L8/Examples/GPIO/GPIO_IOToggle/README.md at main · STMicroelectronics/STM32CubeH7RS · GitHub, you can refer to STM32CubeH7RS examples and precisely readme file to make the program work with STM32CubeIDE.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.