To connect to Rad Pro through a serial port or ST-LINK dongle through SWD, check out the description of the communications protocol.
To build the software, follow these steps:
- Install Visual Studio Code.
- From Visual Studio Code, install the platform.io extension.
- Open the
platform.io
folder to begin building the firmware. - Once you've built the firmware, sign the resulting binaries using Python and the
tools/sign-firmware.py
script. - You can also build the software as a simulation by opening the project's root folder from Visual Studio Code. You'll need the libsdl2 and libsercomm library, which you can install using the vcpkg package manager.