STM32H745 Disco, Simple Hello World and LED Blink
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-11 4:47 AM
I have worked with several STM32 Nucleo and Discovery Boards. My typical starting point is to print "Hello World" and blink an LED with from a HAL project. The HAL/IOC part is working as expected. I am thinking I am missing some dual-core hardware permission setting?
The code looks right, single steps, but I am seeing neither UART or LED activity. I was able to get one of the (converted) demos to access the UART and LED, so the board is working.
How do I get simple Hello World and Blink LED working, for example:
> A simple example that minimizes extra(neous) features
> Documentation (or clues) to related development techniques
Thanks,
Dave
- Labels:
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-07-22 6:06 AM
Hi @DDilw.1 ,
I advise you to follow the GPIO_EXTI example. This may help you to print "Hello world" and blink an LED.
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.
