Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 903 Bytes

nrf52-hal-workbook.md

File metadata and controls

20 lines (11 loc) · 903 Bytes

nRF52 HAL Workbook

In this workshop you'll learn to:

  • use a HAL to provide features in a BSP
  • configure GPIO pins using the nRF52 HAL

To test your BSP changes, you will modify a small example: hal-app/src/bin/blinky.rs

You will need an nRF52840 Development Kit for this exercise, but not the nRF USB dongle.

If you haven't completed the Radio Workbook, you should start there, and go at least as far as completing the "Timers and Time" section.

The nRF52840 Development Kit

This is the larger development board.

The board has two USB ports: J2 and J3 and an on-board J-Link programmer / debugger -- there are instructions to identify the ports in a previous section. USB port J2 is the J-Link's USB port. USB port J3 is the nRF52840's USB port. Connect the Development Kit to your computer using the J2 port.