Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.03 KB

File metadata and controls

28 lines (18 loc) · 1.03 KB

Firmware for STM32F103RBTx

Toolchain

  • ST32CubeMX
  • Visual Studio Code
  • STM32 VS Code Extension
  • Docker

Note: Some people argue that using STM32CubeMX is a bad idea and that everything should be coded manually. I disagree, especially for personal projects. STM32CubeMX is a great time-saver and offers a more visual way to configure the project, making it easier to understand and modify. However, the GUI can be somewhat primitive and could definitely be improve

Setup

Setup Manual

Architecture

Measurement flow diagram measurement flow diagram

Sequence diagram of the display. sequence diagram of the display

Third party libraries used