boards/bcdevices/plt_demo_v2/doc/index.rst
.. zephyr:board:: blueclover_plt_demo_v2
Overview
The Blue Clover PLT Demo V2 is an open source (OSWHA certified) hardware product, featuring the Nordic Semiconductor nRF52832 ARM Cortex-M4F MCU and several useful external peripherals.
The Nordic Semiconductor nRF52832 ARM Cortex-M4F MCU features the following:
ADC (Analog to Digital Converter)GPIO (General Purpose Input Output)I2C (Inter-Integrated Circuit)MPU (Memory Protection Unit)NVIC (Nested Vectored Interrupt Controller)PWM (Pulse Width Modulation)RTC (nRF RTC System Clock)SPI (Serial Peripheral Interface)UART (Universal asynchronous receiver-transmitter)WDT (Watchdog Timer)Hardware
.. zephyr:board-supported-hw::
Programming and Debugging
.. zephyr:board-supported-runners::
Applications for the blueclover_plt_demo_v2/nrf52832 board configuration
can be built and flashed in the usual way (see :ref:build_an_application
and :ref:application_run for more details).
Flashing Zephyr onto the blueclover_plt_demo_v2/nrf52832 board requires
an external programmer. The programmer is attached to the SWD header.
Build the Zephyr kernel and the :zephyr:code-sample:led-strip sample application.
.. zephyr-app-commands:: :zephyr-app: samples/drivers/led/led_strip :board: blueclover_plt_demo_v2/nrf52832 :goals: build :compact:
Flash the image.
.. zephyr-app-commands:: :zephyr-app: samples/drivers/led/led_strip :board: blueclover_plt_demo_v2/nrf52832 :goals: flash :compact:
References
.. target-notes::
.. _Blue Clover PLT Demo V2 Product site: https://bcdevices.com/products/plt-demo-board
.. _Blue Clover PLT Demo V2 OSWHA Certification: https://certification.oshwa.org/us002054.html
.. _Schematic, layout, and gerbers: https://github.com/bcdevices/plt-docs/tree/master/PLT-DEMOv2