Main application of the 61850 board. For more information and documentation see here.
- gcc for arm processors
sudo apt install gcc-arm-none-eabi- cmake
sudo apt install cmake- JLink Download from here
- create the Toolchain.cmake from Toolchain.sample.cmake
- run the following commands:
make init
makemake programTo start the gdb server:
make gdb-srvTo connect to the swo output of the gdb server:
make gdb-swo