From 936e0e405b168b7c21f35ca7ac9af69c9d318a47 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 25 Jan 2024 11:05:01 -0800 Subject: [PATCH] link check --- demo/mcu/stm32f769/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo/mcu/stm32f769/README.md b/demo/mcu/stm32f769/README.md index b0b5e2d54..92b7ea74d 100644 --- a/demo/mcu/stm32f769/README.md +++ b/demo/mcu/stm32f769/README.md @@ -14,11 +14,12 @@ This package contains a demo project for the STM32F769 Discovery kit using Picov For this demo, you need to: 1. Download and install [STM32CubeIDE](https://www.st.com/en/development-tools/stm32cubeide.html), which is an - all-in-one multi-OS development tool for STM32 microcontrollers. + all-in-one multi-OS development tool for STM32 microcontrollers. 2. Install a serial port monitor on your system to be able to communicate with the board. [Arduino environment's built-in serial monitor](https://www.arduino.cc/en/software) and [Coolterm](https://freeware.the-meiers.org/) are two free options available on all platforms (Windows, Linux, and macOS). + ## AccessKey