基本信息
源码名称:BLE传递AT命令
源码大小:3.13M
文件格式:.rar
开发语言:C/C++
更新时间:2022-07-03
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
BLE传递AT命令

.
├── BLE传递AT命令.rar
├── Thumbs.db
└── bleUart_AT
    ├── Listings
    │   ├── bleuart.map
    │   └── startup_armcm0.lst
    ├── Objects
    │   ├── bleUart_AT_ble_uart_at.dep
    │   ├── bleuart.axf
    │   ├── bleuart.build_log.htm
    │   ├── bleuart.crf
    │   ├── bleuart.d
    │   ├── bleuart.htm
    │   ├── bleuart.lnp
    │   ├── bleuart.o
    │   ├── bleuart_main.crf
    │   ├── bleuart_main.d
    │   ├── bleuart_main.o
    │   ├── bleuart_protocol.crf
    │   ├── bleuart_protocol.d
    │   ├── bleuart_protocol.o
    │   ├── bleuart_service.crf
    │   ├── bleuart_service.d
    │   ├── bleuart_service.o
    │   ├── clock.crf
    │   ├── clock.d
    │   ├── clock.o
    │   ├── devinfoservice.crf
    │   ├── devinfoservice.d
    │   ├── devinfoservice.o
    │   ├── dma.crf
    │   ├── dma.d
    │   ├── dma.o
    │   ├── flash.crf
    │   ├── flash.d
    │   ├── flash.o
    │   ├── fs.crf
    │   ├── fs.d
    │   ├── fs.o
    │   ├── gap.crf
    │   ├── gap.d
    │   ├── gap.o
    │   ├── gapbondmgr.crf
    │   ├── gapbondmgr.d
    │   ├── gapbondmgr.o
    │   ├── gapgattserver.crf
    │   ├── gapgattserver.d
    │   ├── gapgattserver.o
    │   ├── gattservapp.crf
    │   ├── gattservapp.d
    │   ├── gattservapp.o
    │   ├── gpio.crf
    │   ├── gpio.d
    │   ├── gpio.o
    │   ├── jump_table.crf
    │   ├── jump_table.d
    │   ├── jump_table.o
    │   ├── main.crf
    │   ├── main.d
    │   ├── main.o
    │   ├── my_printf.crf
    │   ├── my_printf.d
    │   ├── my_printf.o
    │   ├── osal_bleuart.crf
    │   ├── osal_bleuart.d
    │   ├── osal_bleuart.o
    │   ├── osal_snv.crf
    │   ├── osal_snv.d
    │   ├── osal_snv.o
    │   ├── ota_app_service.crf
    │   ├── ota_app_service.d
    │   ├── ota_app_service.o
    │   ├── peripheral.crf
    │   ├── peripheral.d
    │   ├── peripheral.o
    │   ├── pwrmgr.crf
    │   ├── pwrmgr.d
    │   ├── pwrmgr.o
    │   ├── sbpprofile_ota.crf
    │   ├── sbpprofile_ota.d
    │   ├── sbpprofile_ota.o
    │   ├── simplekeys.crf
    │   ├── simplekeys.d
    │   ├── simplekeys.o
    │   ├── startup_armcm0.d
    │   ├── startup_armcm0.o
    │   ├── system_armcm0.crf
    │   ├── system_armcm0.d
    │   ├── system_armcm0.o
    │   ├── uart.crf
    │   ├── uart.d
    │   └── uart.o
    ├── RTE
    │   ├── Device
    │   │   └── ARMCM0
    │   │       ├── startup_ARMCM0.s
    │   │       └── system_ARMCM0.c
    │   └── _ble_uart_at
    │       └── RTE_Components.h
    ├── Source
    │   ├── OSAL_bleuart.c
    │   ├── bleuart.c
    │   ├── bleuart.h
    │   ├── bleuart_Main.c
    │   ├── bleuart_protocol.c
    │   ├── bleuart_protocol.h
    │   ├── bleuart_service.c
    │   ├── bleuart_service.h
    │   ├── peripheral.c
    │   ├── peripheral.h
    │   ├── sbpProfile_ota.c
    │   └── sbpProfile_ota.h
    ├── bin
    │   ├── ER_IROM1
    │   ├── ER_IROM3
    │   ├── JUMP_TABLE
    │   ├── bleuart.hex
    │   └── bleuart.hexf
    ├── bleUart_AT.uvguix.Administrator
    ├── bleUart_AT.uvoptx
    ├── bleUart_AT.uvprojx
    ├── main.c
    ├── ram.ini
    ├── ram_xip.ini
    └── scatter_load.sct

9 directories, 116 files