Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 966 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 966 Bytes

Discovery different programming languages at STM32 discovery board

This is a tutorial on how to run codes from different languages on STM32 discovery board. We included

to make the different concepts available for teaching and learning purposes. The implementation was done on Ubuntu 22.04 LTS in combination with an STM32 L475E-OTO01A1 board.

The implementation can be realised in 3 formats:

  • native on your computer based on CLI tools
  • in a Docker container
  • in a Edrys laboratory environment as remote lab.

The whole documentation of the installation is available as LiaScript course on STM32 programming by CLI.