Authors: Wilson Guo, Sebastien Criqui, Declan Stanton.
Mbed Studio Instructions stolen from pod-embedded-nucleo (Authors: Ezra Boley, Eric Udlis)
Repository for the Motor Controller Controller board powered by a Nucleo-L432KC. Running on Mbed OS v6.15.1
As with any project, there are a million ways to flash an ARM chip. I prefer Mbed Studio because of it's all in one approach to building and flashing our STM32s under the hood. If you would like to use the CLI or some other method, feel free. To get started with Mbed Studio follow this quick guide
- Install Mbed Studio
- Create an Mbed OS Account - They don't send emails so thumbs up for that
- Log into Mbed studio with your mbed os Account
- Click File -> Import Program, put the git clone URL in the URL field
- Install Mbed OS libraries in the bottom libraries tab if needed. Sometimes on first clone an update is needed.
- Set the target as the "NUCLEO-L432KC"
- Enjoy programming your Mbed enabled STM Nucleo
- Go to file, then import.
- Paste the http github repo link in the url field.
- I strongly recommend having a single copy of Mbed OS that is linked to and shared between projects. To do this, clone an instance of it from the official repo and link to the folder.