alisoam / 61850-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App

Main application of the 61850 board. For more information and documentation see here.

Requirements

  • gcc for arm processors
sudo apt install gcc-arm-none-eabi
  • cmake
sudo apt install cmake
  • JLink Download from here

For the First Time

  • create the Toolchain.cmake from Toolchain.sample.cmake
  • run the following commands:
make init

Development

Build

make

Program

make program

Debug (GDB server)

To start the gdb server:

make gdb-srv

To connect to the swo output of the gdb server:

make gdb-swo

About


Languages

Language:C 98.8%Language:Assembly 0.9%Language:CMake 0.2%Language:Makefile 0.0%Language:Vim Script 0.0%Language:Shell 0.0%Language:GDB 0.0%