At a Glance
...
With your code workring, we want to make sure your code matches our Coding Standards. We use two tools for that:
...
A: Make sure you have the FTDI cable connected properly! By default, printf does not do anything on the STM32 (After all, where would it go?). We've decided to redirect it to UART, so we need the FTDI cable to convert it to something your computer can understand. Note that both the Discovery board and FTDI cable need to be connected to your computer. PB6 should be connected to the yellow wire, and PB7 should be connected to the orange wire.
Summary
We covered:
- Basic Git workflow
- Creating a new project
- HAL support for x86 and STM32
- Code cleanliness