Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 703 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 703 Bytes
Avionics

About

Discovery board support for AvionicsSoftware. Allows running code meant for the STM32F405 system inside an STM32F411 environment, without having to modify the F405 project.

Setup

  1. Initialize the AvionicsSoftware submodule by using the commands
git submodule init
git submodule update
  1. Change huart5 to huart6 in main_avionics.hpp

Relevant Pinout

DEBUG_UART_RX = PC6 (White UART)

DEBUG_UART_TX = PC7 (Green UART)