在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例嵌入式开发 → NRF52840 usbd ble uart

NRF52840 usbd ble uart

嵌入式开发

下载此实例
  • 开发语言:C/C++
  • 实例大小:18.43M
  • 下载次数:11
  • 浏览次数:314
  • 发布时间:2020-11-26
  • 实例类别:嵌入式开发
  • 发 布 人:cwj1986521
  • 文件格式:.rar
  • 所需积分:2
 相关标签: UART usb BLE NRF sb

实例介绍

【实例简介】
【实例截图】

【核心代码】

usbd_ble_uart

├── main.c
├── pca10056
│   └── s140
│       ├── arm5_no_packs
│       │   ├── JLinkLog.txt
│       │   ├── JLinkSettings.ini
│       │   ├── RTE
│       │   │   ├── Device
│       │   │   │   └── nRF52840_xxAA
│       │   │   │       ├── arm_startup_nrf52840.s
│       │   │   │       └── system_nrf52840.c
│       │   │   ├── _flash_s140_nrf52_7.2.0_softdevice
│       │   │   │   └── RTE_Components.h
│       │   │   └── _nrf52840_xxaa
│       │   │       └── RTE_Components.h
│       │   ├── _build
│       │   │   ├── app_button.crf
│       │   │   ├── app_button.d
│       │   │   ├── app_button.o
│       │   │   ├── app_error.crf
│       │   │   ├── app_error.d
│       │   │   ├── app_error.o
│       │   │   ├── app_error_handler_keil.crf
│       │   │   ├── app_error_handler_keil.d
│       │   │   ├── app_error_handler_keil.o
│       │   │   ├── app_error_weak.crf
│       │   │   ├── app_error_weak.d
│       │   │   ├── app_error_weak.o
│       │   │   ├── app_fifo.crf
│       │   │   ├── app_fifo.d
│       │   │   ├── app_fifo.o
│       │   │   ├── app_scheduler.crf
│       │   │   ├── app_scheduler.d
│       │   │   ├── app_scheduler.o
│       │   │   ├── app_timer2.crf
│       │   │   ├── app_timer2.d
│       │   │   ├── app_timer2.o
│       │   │   ├── app_uart_fifo.crf
│       │   │   ├── app_uart_fifo.d
│       │   │   ├── app_uart_fifo.o
│       │   │   ├── app_usbd.crf
│       │   │   ├── app_usbd.d
│       │   │   ├── app_usbd.o
│       │   │   ├── app_usbd_cdc_acm.crf
│       │   │   ├── app_usbd_cdc_acm.d
│       │   │   ├── app_usbd_cdc_acm.o
│       │   │   ├── app_usbd_core.crf
│       │   │   ├── app_usbd_core.d
│       │   │   ├── app_usbd_core.o
│       │   │   ├── app_usbd_serial_num.crf
│       │   │   ├── app_usbd_serial_num.d
│       │   │   ├── app_usbd_serial_num.o
│       │   │   ├── app_usbd_string_desc.crf
│       │   │   ├── app_usbd_string_desc.d
│       │   │   ├── app_usbd_string_desc.o
│       │   │   ├── app_util_platform.crf
│       │   │   ├── app_util_platform.d
│       │   │   ├── app_util_platform.o
│       │   │   ├── arm_startup_nrf52840.d
│       │   │   ├── arm_startup_nrf52840.lst
│       │   │   ├── arm_startup_nrf52840.o
│       │   │   ├── ble_advdata.crf
│       │   │   ├── ble_advdata.d
│       │   │   ├── ble_advdata.o
│       │   │   ├── ble_advertising.crf
│       │   │   ├── ble_advertising.d
│       │   │   ├── ble_advertising.o
│       │   │   ├── ble_conn_params.crf
│       │   │   ├── ble_conn_params.d
│       │   │   ├── ble_conn_params.o
│       │   │   ├── ble_conn_state.crf
│       │   │   ├── ble_conn_state.d
│       │   │   ├── ble_conn_state.o
│       │   │   ├── ble_db_discovery.crf
│       │   │   ├── ble_db_discovery.d
│       │   │   ├── ble_db_discovery.o
│       │   │   ├── ble_link_ctx_manager.crf
│       │   │   ├── ble_link_ctx_manager.d
│       │   │   ├── ble_link_ctx_manager.o
│       │   │   ├── ble_nus.crf
│       │   │   ├── ble_nus.d
│       │   │   ├── ble_nus.o
│       │   │   ├── ble_srv_common.crf
│       │   │   ├── ble_srv_common.d
│       │   │   ├── ble_srv_common.o
│       │   │   ├── boards.crf
│       │   │   ├── boards.d
│       │   │   ├── boards.o
│       │   │   ├── bsp.crf
│       │   │   ├── bsp.d
│       │   │   ├── bsp.o
│       │   │   ├── bsp_btn_ble.crf
│       │   │   ├── bsp_btn_ble.d
│       │   │   ├── bsp_btn_ble.o
│       │   │   ├── drv_rtc.crf
│       │   │   ├── drv_rtc.d
│       │   │   ├── drv_rtc.o
│       │   │   ├── hardfault_handler_keil.crf
│       │   │   ├── hardfault_handler_keil.d
│       │   │   ├── hardfault_handler_keil.o
│       │   │   ├── hardfault_implementation.crf
│       │   │   ├── hardfault_implementation.d
│       │   │   ├── hardfault_implementation.o
│       │   │   ├── main.crf
│       │   │   ├── main.d
│       │   │   ├── main.o
│       │   │   ├── nrf52840_xxaa.axf
│       │   │   ├── nrf52840_xxaa.build_log.htm
│       │   │   ├── nrf52840_xxaa.hex
│       │   │   ├── nrf52840_xxaa.htm
│       │   │   ├── nrf52840_xxaa.lnp
│       │   │   ├── nrf52840_xxaa.map
│       │   │   ├── nrf52840_xxaa.sct
│       │   │   ├── nrf_assert.crf
│       │   │   ├── nrf_assert.d
│       │   │   ├── nrf_assert.o
│       │   │   ├── nrf_atfifo.crf
│       │   │   ├── nrf_atfifo.d
│       │   │   ├── nrf_atfifo.o
│       │   │   ├── nrf_atflags.crf
│       │   │   ├── nrf_atflags.d
│       │   │   ├── nrf_atflags.o
│       │   │   ├── nrf_atomic.crf
│       │   │   ├── nrf_atomic.d
│       │   │   ├── nrf_atomic.o
│       │   │   ├── nrf_balloc.crf
│       │   │   ├── nrf_balloc.d
│       │   │   ├── nrf_balloc.o
│       │   │   ├── nrf_ble_gatt.crf
│       │   │   ├── nrf_ble_gatt.d
│       │   │   ├── nrf_ble_gatt.o
│       │   │   ├── nrf_ble_gq.crf
│       │   │   ├── nrf_ble_gq.d
│       │   │   ├── nrf_ble_gq.o
│       │   │   ├── nrf_ble_scan.crf
│       │   │   ├── nrf_ble_scan.d
│       │   │   ├── nrf_ble_scan.o
│       │   │   ├── nrf_drv_clock.crf
│       │   │   ├── nrf_drv_clock.d
│       │   │   ├── nrf_drv_clock.o
│       │   │   ├── nrf_drv_power.crf
│       │   │   ├── nrf_drv_power.d
│       │   │   ├── nrf_drv_power.o
│       │   │   ├── nrf_drv_uart.crf
│       │   │   ├── nrf_drv_uart.d
│       │   │   ├── nrf_drv_uart.o
│       │   │   ├── nrf_fprintf.crf
│       │   │   ├── nrf_fprintf.d
│       │   │   ├── nrf_fprintf.o
│       │   │   ├── nrf_fprintf_format.crf
│       │   │   ├── nrf_fprintf_format.d
│       │   │   ├── nrf_fprintf_format.o
│       │   │   ├── nrf_log_backend_rtt.crf
│       │   │   ├── nrf_log_backend_rtt.d
│       │   │   ├── nrf_log_backend_rtt.o
│       │   │   ├── nrf_log_backend_serial.crf
│       │   │   ├── nrf_log_backend_serial.d
│       │   │   ├── nrf_log_backend_serial.o
│       │   │   ├── nrf_log_backend_uart.crf
│       │   │   ├── nrf_log_backend_uart.d
│       │   │   ├── nrf_log_backend_uart.o
│       │   │   ├── nrf_log_default_backends.crf
│       │   │   ├── nrf_log_default_backends.d
│       │   │   ├── nrf_log_default_backends.o
│       │   │   ├── nrf_log_frontend.crf
│       │   │   ├── nrf_log_frontend.d
│       │   │   ├── nrf_log_frontend.o
│       │   │   ├── nrf_log_str_formatter.crf
│       │   │   ├── nrf_log_str_formatter.d
│       │   │   ├── nrf_log_str_formatter.o
│       │   │   ├── nrf_memobj.crf
│       │   │   ├── nrf_memobj.d
│       │   │   ├── nrf_memobj.o
│       │   │   ├── nrf_pwr_mgmt.crf
│       │   │   ├── nrf_pwr_mgmt.d
│       │   │   ├── nrf_pwr_mgmt.o
│       │   │   ├── nrf_ringbuf.crf
│       │   │   ├── nrf_ringbuf.d
│       │   │   ├── nrf_ringbuf.o
│       │   │   ├── nrf_sdh.crf
│       │   │   ├── nrf_sdh.d
│       │   │   ├── nrf_sdh.o
│       │   │   ├── nrf_sdh_ble.crf
│       │   │   ├── nrf_sdh_ble.d
│       │   │   ├── nrf_sdh_ble.o
│       │   │   ├── nrf_sdh_soc.crf
│       │   │   ├── nrf_sdh_soc.d
│       │   │   ├── nrf_sdh_soc.o
│       │   │   ├── nrf_section_iter.crf
│       │   │   ├── nrf_section_iter.d
│       │   │   ├── nrf_section_iter.o
│       │   │   ├── nrf_sortlist.crf
│       │   │   ├── nrf_sortlist.d
│       │   │   ├── nrf_sortlist.o
│       │   │   ├── nrf_strerror.crf
│       │   │   ├── nrf_strerror.d
│       │   │   ├── nrf_strerror.o
│       │   │   ├── nrfx_atomic.crf
│       │   │   ├── nrfx_atomic.d
│       │   │   ├── nrfx_atomic.o
│       │   │   ├── nrfx_clock.crf
│       │   │   ├── nrfx_clock.d
│       │   │   ├── nrfx_clock.o
│       │   │   ├── nrfx_gpiote.crf
│       │   │   ├── nrfx_gpiote.d
│       │   │   ├── nrfx_gpiote.o
│       │   │   ├── nrfx_power.crf
│       │   │   ├── nrfx_power.d
│       │   │   ├── nrfx_power.o
│       │   │   ├── nrfx_prs.crf
│       │   │   ├── nrfx_prs.d
│       │   │   ├── nrfx_prs.o
│       │   │   ├── nrfx_systick.crf
│       │   │   ├── nrfx_systick.d
│       │   │   ├── nrfx_systick.o
│       │   │   ├── nrfx_uart.crf
│       │   │   ├── nrfx_uart.d
│       │   │   ├── nrfx_uart.o
│       │   │   ├── nrfx_uarte.crf
│       │   │   ├── nrfx_uarte.d
│       │   │   ├── nrfx_uarte.o
│       │   │   ├── nrfx_usbd.crf
│       │   │   ├── nrfx_usbd.d
│       │   │   ├── nrfx_usbd.o
│       │   │   ├── retarget.crf
│       │   │   ├── retarget.d
│       │   │   ├── retarget.o
│       │   │   ├── segger_rtt.crf
│       │   │   ├── segger_rtt.d
│       │   │   ├── segger_rtt.o
│       │   │   ├── segger_rtt_printf.crf
│       │   │   ├── segger_rtt_printf.d
│       │   │   ├── segger_rtt_printf.o
│       │   │   ├── segger_rtt_syscalls_keil.crf
│       │   │   ├── segger_rtt_syscalls_keil.d
│       │   │   ├── segger_rtt_syscalls_keil.o
│       │   │   ├── system_nrf52840.crf
│       │   │   ├── system_nrf52840.d
│       │   │   ├── system_nrf52840.o
│       │   │   ├── usbd_ble_uart_pca10056_s140_nrf52840_xxaa.dep
│       │   │   ├── utf.crf
│       │   │   ├── utf.d
│       │   │   └── utf.o
│       │   ├── usbd_ble_uart_pca10056_s140.uvguix.jay_c
│       │   ├── usbd_ble_uart_pca10056_s140.uvoptx
│       │   └── usbd_ble_uart_pca10056_s140.uvprojx
│       ├── armgcc
│       │   ├── Makefile
│       │   └── usbd_ble_uart_gcc_nrf52.ld
│       ├── config
│       │   └── sdk_config.h
│       ├── iar
│       │   ├── usbd_ble_uart_iar_nRF5x.icf
│       │   ├── usbd_ble_uart_pca10056_s140.ewd
│       │   └── usbd_ble_uart_pca10056_s140.ewp
│       └── ses
│           ├── flash_placement.xml
│           ├── usbd_ble_uart_pca10056_s140.emProject
│           └── usbd_ble_uart_pca10056_s140.emSession
├── pca10100
│   └── s113
│       ├── arm5_no_packs
│       │   ├── usbd_ble_uart_pca10100_s113.uvoptx
│       │   └── usbd_ble_uart_pca10100_s113.uvprojx
│       ├── armgcc
│       │   ├── Makefile
│       │   └── usbd_ble_uart_gcc_nrf52.ld
│       ├── config
│       │   └── sdk_config.h
│       ├── iar
│       │   ├── usbd_ble_uart_iar_nRF5x.icf
│       │   ├── usbd_ble_uart_pca10100_s113.ewd
│       │   └── usbd_ble_uart_pca10100_s113.ewp
│       └── ses
│           ├── flash_placement.xml
│           ├── usbd_ble_uart_pca10100_s113.emProject
│           └── usbd_ble_uart_pca10100_s113.emSession
├── pca10100e
│   └── s140
│       ├── arm5_no_packs
│       │   ├── usbd_ble_uart_pca10100e_s140.uvoptx
│       │   └── usbd_ble_uart_pca10100e_s140.uvprojx
│       ├── armgcc
│       │   ├── Makefile
│       │   └── usbd_ble_uart_gcc_nrf52.ld
│       ├── config
│       │   └── sdk_config.h
│       ├── iar
│       │   ├── usbd_ble_uart_iar_nRF5x.icf
│       │   ├── usbd_ble_uart_pca10100e_s140.ewd
│       │   └── usbd_ble_uart_pca10100e_s140.ewp
│       └── ses
│           ├── flash_placement.xml
│           ├── usbd_ble_uart_pca10100e_s140.emProject
│           └── usbd_ble_uart_pca10100e_s140.emSession
└── usbd_ble_uart.eww

27 directories, 269 files


标签: UART usb BLE NRF sb

实例下载地址

NRF52840 usbd ble uart

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警