Skip to content

Commit

Permalink
hello_world: add beautiful README
Browse files Browse the repository at this point in the history
  • Loading branch information
dm5tt authored Jan 6, 2025
1 parent f84809d commit 7ab1288
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions Apps/hello_world/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
This target is a basic test to check if the RTOS and UART is working correctly.
# What is this thing?

Connect a UART to PA10 (TX) and PA9 (RX) using a FTDI like FT232H at a baudrate of 4MBaud.
This application (hello_world) sets up the clock tree, UART and FreeRTOS to verify its functionality

# How?

Connect a UART (FT232 or whatever) to PA10 (TX) and PA9 (RX).

# And now?

Open picocom on your FT232 at 4MBaud:

`# picocom -b 4000000 /dev/ttyUSB0`

And you will see a piece of text every second spit out by a FreeRTOS task.

0 comments on commit 7ab1288

Please sign in to comment.