ChibiOS-Contrib/testhal/NRF51/NRF51822/SPI
Fabien Poussin 2212cb731f Fixed NRF51 Makefiles 2017-04-14 12:51:10 +02:00
..
Makefile Fixed NRF51 Makefiles 2017-04-14 12:51:10 +02:00
chconf.h Fix testhal demos (except for RNG) 2016-04-04 23:37:20 -03:00
halconf.h Add SPI support for nRF51 2015-07-27 22:42:45 -04:00
main.c Fixed NRF51 Makefiles 2017-04-14 12:51:10 +02:00
mcuconf.h renamed NRF51_* to NRF5_* 2016-07-10 10:48:04 +02:00
readme.txt Add SPI support for nRF51 2015-07-27 22:42:45 -04:00

readme.txt

*****************************************************************************
** ChibiOS/HAL - SPI driver demo for NRF51x22.                             **
*****************************************************************************

** TARGET **

The demo runs on an Waveshare BLE400 board.

** The Demo **

The application demonstrates the use of the NRF51x22 SPI driver.

** Board Setup **

- Connect MOSI (P0.24) and MISO (P0.23) together for SPI loop-back.

** Build Procedure **

The demo has been tested using the free Codesourcery GCC-based toolchain
and YAGARTO.
Just modify the TRGT line in the makefile in order to use different GCC ports.