Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.45 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.45 KB

Overview

This repository contains the nRF52832 embedded systems application code for the RepXcel project.

Setup & Installations

The following installations are required to compile software and program the microcontroller.

Debug

The following debug configuration can be used with the Cortex-Debug extension on Visual Studio Code.

{
    "name": "Jlink Lite Cortex-M Debug NRF52832",
    "cwd": "${fileDirname}",
    "executable": "./d52/s132/armgcc/_build/nrf52832_xxaa.out",
    "request": "launch",
    "type": "cortex-debug",
    "runToEntryPoint": "main",
    "servertype": "jlink",
    "serverpath": "C:/Program Files/SEGGER/JLink/JLinkGDBServerCL.exe",
    "armToolchainPath": "C:/Program Files (x86)/GNU Arm Embedded Toolchain/10 2021.10/bin",
    "device": "NRF52832_xxAA",
    "interface": "swd",
}