cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7xx Example-programs

Hartmut Meyer
Associate
Posted on January 28, 2018 at 16:09

I am using the STM32H743 together with uVision 5.

Are there any example-programs available not using RTOS2 and CubeMX ?

What I am missing are simple demo-programs like Blinky ( without RTX ) and a demo-program

using the LCD ( without a GUI, yust a simple output of text would be fine ).

I have available a project, the only purpose shall be to switch an LED on,

it compiles, links and flashes without error, but nothing else happens...

Probably an initialisation-problem but I need a working example to get on the right path.

1 ACCEPTED SOLUTION

Accepted Solutions
Posted on January 28, 2018 at 17:16

Outputting text isn't exactly simple, you have to paint the bitmaps

HAL examples are under the Cube Repository trees

\STM32Cube_FW_H7_V1.1.0\Projects\STM32H743I_EVAL\Examples\GPIO\GPIO_EXTI\Src\main.c

\STM32Cube_FW_H7_V1.1.0\Projects\STM32H743I_EVAL\Examples\UART\UART_Printf

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..

View solution in original post

4 REPLIES 4
Posted on January 28, 2018 at 17:16

Outputting text isn't exactly simple, you have to paint the bitmaps

HAL examples are under the Cube Repository trees

\STM32Cube_FW_H7_V1.1.0\Projects\STM32H743I_EVAL\Examples\GPIO\GPIO_EXTI\Src\main.c

\STM32Cube_FW_H7_V1.1.0\Projects\STM32H743I_EVAL\Examples\UART\UART_Printf

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Joerg Wagner
Senior III
Posted on January 28, 2018 at 18:21

Custom or ST board?

In case of Nucleo or Eval, which LED did you try turn on?

Posted on January 28, 2018 at 20:51

The availability of an LCD suggests the STM32H743I-EVAL, and ST doesn't provide examples for third party boards.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Hartmut Meyer
Associate
Posted on January 29, 2018 at 09:23

There are already excellent examples available inside the STM32Cube-firmware-package,

Uefull as well for Keils MDK-toolchain.

I only haven't expected to find them there at first.