The goal of this lab is to get you set up with the NUCLEO board we will be using, including installing software and debugging programs using Mbed Studio. By the end of the lab, you should be able to create your own programs and build them with or without the debugger. This lab will not be graded, but completing it will be necessary to complete future lab assignments.
Be sure to pick up the following equipment for this lab:
<aside> 💡 You only need to install Mbed Studio if you are using your own computer. It should be installed on the lab computers already.
</aside>
<aside> 💡 You only need to install Git(Hub Desktop) if you are using your own computer. It should be installed on the lab computers already.
</aside>
Code used in the course will be downloaded from and submitted on the Swarthmore GitHub server. To get started, you need to install software on your computer that uses git. You have two main options:
/Users/mdelano1/Mbed Programs/).File > Clone repository). Be sure to choose the local path that is the same directory as your workspace folder (for me, this was /Users/mdelano1/Mbed Programs/). If you don’t see a repository with your name on it, please check with Prof. Delano and they will create one for you.After you have your lab cloned to your local computer, you need to confirm that it is the active program. Open Mbed studio. A list of programs should appear on the left sidebar. Right now, it will only have your lab0 repository. If it isn’t in bold, right click the folder and select “Set Active Program.” The active program will always be in bold in the left sidebar.
