项目作者: sAlexander

项目描述 :
Blinky in two dozen lines of code
高级语言: C
项目地址: git://github.com/sAlexander/nrf52-minimal-c.git
创建时间: 2017-02-25T03:11:21Z
项目社区:https://github.com/sAlexander/nrf52-minimal-c

开源协议:

下载


NRF52 Minimal C

Blinky in two dozen lines of code

A very simple example for the Nordic nrf52832 or nrf52840 microcontroller. For a more detailed description, see:

https://salexander.github.io/nrf52-minimal-c/

Building

Dependencies:

The logic for building the project is in the Makefile. With GNU Make and the GNU ARM Embedded Toolchain, you can build the binary with:

  1. make

Flashing on the NRF52 Development Kit

If you have Docker installed, you can build the example and flash to an NRF52 Development Kit board with:

  1. ./build_and_flash.sh