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
make
make program
To start the gdb server:
make gdb-srv
To connect to the swo output of the gdb server:
make gdb-swo