Go to file
Ondrej Hladuvka 18a89741e0 project 2025-06-03 11:46:39 +03:00
common project 2025-06-03 11:46:39 +03:00
inc Separate from SDK git repo, Lab 1 working 2025-02-17 10:43:24 +02:00
lab1 Merge branch 'main' into dev 2025-04-30 16:10:01 +03:00
lab2 Merge branch 'main' into dev 2025-04-30 16:10:01 +03:00
lab3 lab 3 fix 2025-05-07 14:37:59 +03:00
lab4 lab5 2025-05-13 17:43:30 +03:00
lab5 lab6 fixpoint 2025-05-20 16:05:29 +03:00
lab6 task6 finished 2025-05-21 21:13:58 +03:00
project project 2025-06-03 11:46:39 +03:00
README.md Fixed older text in README 2025-04-24 14:11:16 +03:00
config.lds Added everything for compilation and flashing + lab 1 2025-02-12 18:26:11 +02:00
flash.sh Added everything for compilation and flashing + lab 1 2025-02-12 18:26:11 +02:00
startup.c Added everything for compilation and flashing + lab 1 2025-02-12 18:26:11 +02:00
syscalls.c Fixed Makefile dirname: missing operand and implementation warnings 2025-03-06 15:59:11 +02:00
system.c Separate from SDK git repo, Lab 1 working 2025-02-17 10:43:24 +02:00
wsl_udev.sh Added everything for compilation and flashing + lab 1 2025-02-12 18:26:11 +02:00

README.md

ESLabs

Embedded Systems Labs catalogue for MSP432

In this repository you will find all of the labs that are required for Robot Kit using MSP432 completion during the IAS0330 course in TalTech.

Requirements

Linux (or WSL), VS Code, openOCD, ARM compilers (arm-none-eabi), Cortex Debug VS Code extension is required to run and debug these labs. For additional information go to the Moodle wiki.

Usage

Open the folder of any lab in VS Code. Open the terminal and type:
make
To build the lab code and
../flash.sh
to flash the code on to the board.

Lab assistance

Anton Jaštšuk: ajasts@taltech.ee
Uljana Reinsalu: uljana.reinsalu@taltech.ee

Authors and acknowledgment

Anton Jaštšuk
Uljana Reinsalu
Nazrul Nazeer

Jonathan Valvano