Synchronous serial protocol for sending full packets of data to a receiver.
This project was created during my university studies at ANU in 2020 and has been transferred from the ANU GitLab server.
Read the design doc »
Table of Contents
Simple synchronous serial protocol for sending full packets of data to a receiver, created with ARMv7 assembly. Builds upon my digital synthesizer program. Read the design doc for implementation details.
- ARMv7 Assembly
- stm32l476 discovery board
- Requires the use of an stm32l476 discovery board. This is a physical device that can be connected to a PC and interfaces with VSCode.
- Visual Studio Code with the following extensions:
- ARM
- C/C++
- YAML
- COMP2300's Cortex-Debug
Email: tim.jameswork9800@gmail.com
Project Link: https://github.com/Tim-W-James/ARMv7-Synchronous-Serial-Message-Passing
- Australian National University for VSCode framework and project skeleton