rt-thread/bsp/nrf5x/nrf52840
supperthomas d3e511e4b1 [bsp/nrf5x] rebuild the readme and doc 2020-10-17 20:46:34 +08:00
..
applications [bsp/nrf5x] add the softdevice config 2020-07-22 22:54:34 +08:00
board support RTC0, RTC1, RTC2 select 2020-09-23 23:32:47 +08:00
.config [bsp/nrf5x] add the softdevice config 2020-07-22 22:54:34 +08:00
Kconfig add the bsp of nrf5x 2020-04-14 22:18:42 +08:00
README.md [bsp/nrf5x] rebuild the readme and doc 2020-10-17 20:46:34 +08:00
SConscript add the bsp of nrf5x 2020-04-14 22:18:42 +08:00
SConstruct [update]modify nrf5x/nrf52840 for [No Softdevice]&[RT_USING_USER_MAIN] 2020-04-19 17:37:43 +08:00
project.uvoptx [nrfx] Add the on-chip flash 2020-05-02 09:41:56 +08:00
project.uvprojx [nrfx] Add the on-chip flash 2020-05-02 09:41:56 +08:00
rtconfig.h [bsp/nrfx5x] fix the config 2020-07-20 20:40:50 +08:00
rtconfig.py add the bsp of nrf5x 2020-04-14 22:18:42 +08:00
template.uvoptx fix the template 2020-09-16 22:32:38 +08:00
template.uvprojx fix the template 2020-09-16 22:32:38 +08:00

README.md

nRF52840-PCA10056 BSP说明

简介

该文件夹主要存放所有主芯片为nRF52840的板级支持包。目前默认支持的开发板是管方PCA10056 主要内容如下:

  • 开发板资源介绍
  • 进阶使用方法

开发板介绍

PCA10056-nRF52840是Nordic 官方的开发板搭载nRF52840 芯片基于ARM Cortex-M4内核最高主频64 MHz具有丰富的资源。

开发板外观如下图所示

image-20201017202046725

PCA10056-nrf52840 开发板常用 板载资源 如下:

  • MCUNRF52840主频 64MHz1MB FLASH 256kB RAM
  • MCU 外设: GPIO, UART, SPI, I2C(TWI), RTC,TIMER,NFC,QSPI,PWM,ADC,USB,I2S
  • 板载设
    • LED4个USB communication (LD1), user LED (LD2), power LED (LD3) 。
    • 按键5个4个USER and 1个RESET 。
    • USB: 1个
  • 常用接口USB device、Arduino Uno 接口
  • 调试接口:板载 J-LINK 调试器。

开发板更多详细信息请参考NORDIC官方PCA10056

外设支持

本 BSP 目前对外设的支持情况如下:

片上外设 支持情况 备注
GPIO 支持 GPION
UART 支持 UART0
PWM 支持 支持
SPI 支持 支持
QSPI 支持 支持开发板上QSPI FLASH
RTC 支持
ADC 支持

进阶使用

此 BSP 默认只开启了 GPIO 和 串口 0 的功能,更多高级功能需要利用 env 工具对 BSP 进行配置,步骤如下:

  1. 在 bsp 下打开 env 工具。

  2. 输入menuconfig命令配置工程,配置好之后保存退出。

  3. 输入pkgs --update命令更新软件包。

  4. 输入scons --target=mdk4/mdk5/iar 命令重新生成工程。

支持其他开发板

客户可以将自己的开发板的.config文件和board/Kconfig文件到board/$(board_name)下面添加README.md即可

注意事项

联系人信息

维护人: