UVA Solar Car Power/Aux code repository. This repository contains the embedded code for the Power/Aux board.
- The PCB layouts and associated schematics for Power/Aux board can be found on the associated repository on CADLAB.io.
- The board uses the STM32G473CE MCU.
- All boards run Mbed OS v6.
- Macros built into the code allow for the enabling and disabling of features (such as
printf
) as needed.
- The instructions on the UVA Solar Car Team Website were used to help set up this project.
- The PlatformIO Core, which includes the PlatformIO CLI, must first be installed.
- The PlatformIO IDE can be optionally installed as either a Visual Studio Code or Atom extension.
- On Windows, the driver for the ST-Link debugger will be needed to upload programs. This driver can be found here.