/STMDisplay

Display code for STM32F4 architecture

Primary LanguageC

STM32F429ZI Display Code

This repository was created by Schulich Racing for its upcoming SR20 racecar.

  • In order to start editing this repository you must first download Keil. Keil is the IDE that is required to work on this project.
  • Second, you may choose to download STM32CubeMX so that you may edit the configuration of the microcontroller. This is not inherently required to program the display as the codebase has been built already, but is recommended if you wish the edit the configuration of the microcontroller.
  • To start editing the project, first plug in the STM32F429ZI via USB. Make sure that the port you are connecting to on the micro controller is a mini-USB to a USB port on your computer. Then open Keil and click Project on the top toolbar and then click Open Project. Then open the STMdisplay.uvprojx file located in \STMdisplay\MDK-ARM\STMdisplay.uvprojx
  • From this point on you should be able to edit this project. To compile your code press F7 on your keyboard, and to load your code onto the microcontroller press F8. Your first compilation may take up to 2 minutes, but after that it should only take a few seconds for each compilation after.

Here are some links to help you get started:

This project was configured by following this YouTube tutorial. Happy coding!