Skip to content

Commit

Permalink
fix cube ide new project link
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpark8 committed Sep 19, 2024
1 parent abac8d1 commit 4f2e142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/starter/led/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ As you walk through the guide, keep the following questions in mind:

## Guide

Open up Cube IDE and create a new project called tutorial by following the steps in the [Cube IDE New Project Guide](https://github.com/umrover/embedded-testbench/wiki/Cube-IDE-New-Project-Guide).
Open up Cube IDE and create a new project called tutorial by following the steps in the [Cube IDE New Project Guide](../../stm32cubeide/index.md#creating-a-new-project).

When creating a new project, the pins are not configured by default. This matters because on the Nucleo, the button and the LED are already connected to a particular pin so we need to change the pin's functionality if we want to use it. In order to determine which pins are connected to the button and the LED, one can visit [this](https://os.mbed.com/platforms/ST-Nucleo-G474RE/) page.

Expand Down

0 comments on commit 4f2e142

Please sign in to comment.