在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → DA14580蓝牙例程

DA14580蓝牙例程

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.93M
  • 下载次数:1
  • 浏览次数:239
  • 发布时间:2021-01-17
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
DA14580芯片的SDK例程代码,包括一些简单的外设操作和实验,BLE的操作
【实例截图】
【核心代码】
66b37bcf-efd6-4ee2-b8a3-e2f9174088ab
└── DA14580_581_583_SDK_3.0.10.1
├── binaries
│   ├── da1458x
│   │   └── prod_test
│   │   ├── prod_test_581.hex
│   │   ├── prod_test_583.hex
│   │   └── prod_test.hex
│   └── host
│   └── windows
│   ├── mkimage
│   │   └── mkimage.exe
│   ├── prod_test_cmds
│   │   └── prodtest.exe
│   ├── proximity
│   │   ├── monitor
│   │   │   ├── host_proxm_sdk_581.exe
│   │   │   └── host_proxm_sdk.exe
│   │   └── reporter
│   │   ├── host_proxr_sdk_581.exe
│   │   └── host_proxr_sdk.exe
│   ├── spota
│   │   └── initiator
│   │   ├── host_spotai_581.exe
│   │   └── host_spotai.exe
│   └── suota
│   └── initiator
│   ├── host_suotai_581.exe
│   └── host_suotai.exe
├── dk_apps
│   ├── keil_projects
│   │   ├── prod_test
│   │   │   └── prod_test
│   │   │   ├── da14580_config.h
│   │   │   ├── da14580_scatter_config.h
│   │   │   ├── da14580_stack_config.h
│   │   │   ├── hex2bin.exe
│   │   │   ├── Keil_4
│   │   │   │   ├── prod_test_581.uvopt
│   │   │   │   ├── prod_test_581.uvproj
│   │   │   │   ├── prod_test_583.uvopt
│   │   │   │   ├── prod_test_583.uvproj
│   │   │   │   ├── prod_test.uvopt
│   │   │   │   └── prod_test.uvproj
│   │   │   └── Keil_5
│   │   │   ├── prod_test_581.uvoptx
│   │   │   ├── prod_test_581.uvprojx
│   │   │   ├── prod_test_583.uvoptx
│   │   │   ├── prod_test_583.uvprojx
│   │   │   ├── prod_test.uvoptx
│   │   │   └── prod_test.uvprojx
│   │   ├── proximity
│   │   │   ├── prox_monitor_ext
│   │   │   │   ├── da14580_config.h
│   │   │   │   ├── da14580_scatter_config.h
│   │   │   │   ├── da14580_stack_config.h
│   │   │   │   ├── Keil_4
│   │   │   │   │   ├── prox_monitor_ext_581.uvopt
│   │   │   │   │   ├── prox_monitor_ext_581.uvproj
│   │   │   │   │   ├── prox_monitor_ext_583.uvopt
│   │   │   │   │   ├── prox_monitor_ext_583.uvproj
│   │   │   │   │   ├── prox_monitor_ext.uvopt
│   │   │   │   │   └── prox_monitor_ext.uvproj
│   │   │   │   └── Keil_5
│   │   │   │   ├── prox_monitor_ext_581.uvoptx
│   │   │   │   ├── prox_monitor_ext_581.uvprojx
│   │   │   │   ├── prox_monitor_ext_583.uvoptx
│   │   │   │   ├── prox_monitor_ext_583.uvprojx
│   │   │   │   ├── prox_monitor_ext.uvoptx
│   │   │   │   └── prox_monitor_ext.uvprojx
│   │   │   ├── prox_monitor_ext_usb
│   │   │   │   ├── da14580_config.h
│   │   │   │   ├── da14580_scatter_config.h
│   │   │   │   ├── da14580_stack_config.h
│   │   │   │   ├── Keil_4
│   │   │   │   │   ├── prox_monitor_ext_usb_581.uvopt
│   │   │   │   │   ├── prox_monitor_ext_usb_581.uvproj
│   │   │   │   │   ├── prox_monitor_ext_usb_583.uvopt
│   │   │   │   │   ├── prox_monitor_ext_usb_583.uvproj
│   │   │   │   │   ├── prox_monitor_ext_usb.uvopt
│   │   │   │   │   └── prox_monitor_ext_usb.uvproj
│   │   │   │   └── Keil_5
│   │   │   │   ├── prox_monitor_ext_usb_581.uvoptx
│   │   │   │   ├── prox_monitor_ext_usb_581.uvprojx
│   │   │   │   ├── prox_monitor_ext_usb_583.uvoptx
│   │   │   │   ├── prox_monitor_ext_usb_583.uvprojx
│   │   │   │   ├── prox_monitor_ext_usb.uvoptx
│   │   │   │   └── prox_monitor_ext_usb.uvprojx
│   │   │   ├── prox_reporter
│   │   │   │   ├── da14580_config.h
│   │   │   │   ├── da14580_scatter_config.h
│   │   │   │   ├── da14580_stack_config.h
│   │   │   │   ├── Keil_4
│   │   │   │   │   ├── prox_reporter_581.uvopt
│   │   │   │   │   ├── prox_reporter_581.uvproj
│   │   │   │   │   ├── prox_reporter_583.uvopt
│   │   │   │   │   ├── prox_reporter_583.uvproj
│   │   │   │   │   ├── prox_reporter.uvopt
│   │   │   │   │   └── prox_reporter.uvproj
│   │   │   │   └── Keil_5
│   │   │   │   ├── prox_reporter_581.uvoptx
│   │   │   │   ├── prox_reporter_581.uvprojx
│   │   │   │   ├── prox_reporter_583.uvoptx
│   │   │   │   ├── prox_reporter_583.uvprojx
│   │   │   │   ├── prox_reporter.uvoptx
│   │   │   │   └── prox_reporter.uvprojx
│   │   │   ├── prox_reporter_ext
│   │   │   │   ├── da14580_config.h
│   │   │   │   ├── da14580_scatter_config.h
│   │   │   │   ├── da14580_stack_config.h
│   │   │   │   ├── Keil_4
│   │   │   │   │   ├── prox_reporter_ext_581.uvopt
│   │   │   │   │   ├── prox_reporter_ext_581.uvproj
│   │   │   │   │   ├── prox_reporter_ext_583.uvopt
│   │   │   │   │   ├── prox_reporter_ext_583.uvproj
│   │   │   │   │   ├── prox_reporter_ext.uvopt
│   │   │   │   │   └── prox_reporter_ext.uvproj
│   │   │   │   └── Keil_5
│   │   │   │   ├── prox_reporter_ext_581.uvoptx
│   │   │   │   ├── prox_reporter_ext_581.uvprojx
│   │   │   │   ├── prox_reporter_ext_583.uvoptx
│   │   │   │   ├── prox_reporter_ext_583.uvprojx
│   │   │   │   ├── prox_reporter_ext.uvoptx
│   │   │   │   └── prox_reporter_ext.uvprojx
│   │   │   ├── prox_reporter_ext_spi
│   │   │   │   ├── da14580_config.h
│   │   │   │   ├── da14580_scatter_config.h
│   │   │   │   ├── da14580_stack_config.h
│   │   │   │   ├── Keil_4
│   │   │   │   │   ├── prox_reporter_ext_spi_581.uvopt
│   │   │   │   │   ├── prox_reporter_ext_spi_581.uvproj
│   │   │   │   │   ├── prox_reporter_ext_spi_583.uvopt
│   │   │   │   │   ├── prox_reporter_ext_spi_583.uvproj
│   │   │   │   │   ├── prox_reporter_ext_spi.uvopt
│   │   │   │   │   └── prox_reporter_ext_spi.uvproj
│   │   │   │   └── Keil_5
│   │   │   │   ├── prox_reporter_ext_spi_581.uvoptx
│   │   │   │   ├── prox_reporter_ext_spi_581.uvprojx
│   │   │   │   ├── prox_reporter_ext_spi_583.uvoptx
│   │   │   │   ├── prox_reporter_ext_spi_583.uvprojx
│   │   │   │   ├── prox_reporter_ext_spi.uvoptx
│   │   │   │   └── prox_reporter_ext_spi.uvprojx
│   │   │   └── prox_reporter_ext_usb
│   │   │   ├── da14580_config.h
│   │   │   ├── da14580_scatter_config.h
│   │   │   ├── da14580_stack_config.h
│   │   │   ├── Keil_4
│   │   │   │   ├── prox_reporter_ext_usb_581.uvopt
│   │   │   │   ├── prox_reporter_ext_usb_581.uvproj
│   │   │   │   ├── prox_reporter_ext_usb_583.uvopt
│   │   │   │   ├── prox_reporter_ext_usb_583.uvproj
│   │   │   │   ├── prox_reporter_ext_usb.uvopt
│   │   │   │   └── prox_reporter_ext_usb.uvproj
│   │   │   └── Keil_5
│   │   │   ├── prox_reporter_ext_usb_581.uvoptx
│   │   │   ├── prox_reporter_ext_usb_581.uvprojx
│   │   │   ├── prox_reporter_ext_usb_583.uvoptx
│   │   │   ├── prox_reporter_ext_usb_583.uvprojx
│   │   │   ├── prox_reporter_ext_usb.uvoptx
│   │   │   └── prox_reporter_ext_usb.uvprojx
│   │   ├── template
│   │   │   └── template
│   │   │   ├── da14580_config.h
│   │   │   ├── da14580_scatter_config.h
│   │   │   ├── da14580_stack_config.h
│   │   │   ├── Keil_4
│   │   │   │   ├── template_581.uvopt
│   │   │   │   ├── template_581.uvproj
│   │   │   │   ├── template_583.uvopt
│   │   │   │   ├── template_583.uvproj
│   │   │   │   ├── template.uvopt
│   │   │   │   └── template.uvproj
│   │   │   └── Keil_5
│   │   │   ├── template_581.uvoptx
│   │   │   ├── template_581.uvprojx
│   │   │   ├── template_583.uvoptx
│   │   │   ├── template_583.uvprojx
│   │   │   ├── template.uvoptx
│   │   │   └── template.uvprojx
│   │   └── throughput_eval
│   │   ├── throughput_eval_central
│   │   │   ├── da14580_config.h
│   │   │   ├── da14580_scatter_config.h
│   │   │   ├── da14580_stack_config.h
│   │   │   ├── Keil_4
│   │   │   │   ├── throughput_eval_central_581.uvopt
│   │   │   │   ├── throughput_eval_central_581.uvproj
│   │   │   │   ├── throughput_eval_central_583.uvopt
│   │   │   │   ├── throughput_eval_central_583.uvproj
│   │   │   │   ├── throughput_eval_central.uvopt
│   │   │   │   └── throughput_eval_central.uvproj
│   │   │   └── Keil_5
│   │   │   ├── throughput_eval_central_581.uvoptx
│   │   │   ├── throughput_eval_central_581.uvprojx
│   │   │   ├── throughput_eval_central_583.uvoptx
│   │   │   ├── throughput_eval_central_583.uvprojx
│   │   │   ├── throughput_eval_central.uvoptx
│   │   │   └── throughput_eval_central.uvprojx
│   │   └── throughput_eval_peripheral
│   │   ├── da14580_config.h
│   │   ├── da14580_scatter_config.h
│   │   ├── da14580_stack_config.h
│   │   ├── Keil_4
│   │   │   ├── throughput_eval_peripheral_581.uvopt
│   │   │   ├── throughput_eval_peripheral_581.uvproj
│   │   │   ├── throughput_eval_peripheral_583.uvopt
│   │   │   ├── throughput_eval_peripheral_583.uvproj
│   │   │   ├── throughput_eval_peripheral.uvopt
│   │   │   └── throughput_eval_peripheral.uvproj
│   │   └── Keil_5
│   │   ├── throughput_eval_peripheral_581.uvoptx
│   │   ├── throughput_eval_peripheral_581.uvprojx
│   │   ├── throughput_eval_peripheral_583.uvoptx
│   │   ├── throughput_eval_peripheral_583.uvprojx
│   │   ├── throughput_eval_peripheral.uvoptx
│   │   └── throughput_eval_peripheral.uvprojx
│   ├── misc
│   │   ├── rom_symdef_581.txt
│   │   ├── rom_symdef_ES5_Prod_Test_581.txt
│   │   ├── rom_symdef_ES5_Prod_Test.txt
│   │   ├── rom_symdef.txt
│   │   └── sysram_case23.ini
│   ├── patch_code
│   │   ├── DA14580
│   │   │   └── obj
│   │   │   ├── atts_task.obj
│   │   │   ├── ch_map.obj
│   │   │   ├── gapm_util.obj
│   │   │   ├── ke_mem.obj
│   │   │   ├── ke_task.obj
│   │   │   ├── llc.obj
│   │   │   ├── smpc.obj
│   │   │   └── smpc_task.obj
│   │   └── DA14581
│   │   └── obj
│   │   ├── atts_util.obj
│   │   ├── lld.obj
│   │   ├── llm_task.obj
│   │   └── smpc_task.obj
│   ├── scatterfiles
│   │   ├── scatterfile_common_581.sct
│   │   ├── scatterfile_common.sct
│   │   ├── scatterfile_prodtest_580.sct
│   │   └── scatterfile_prodtest_581.sct
│   └── src
│   ├── dialog
│   │   └── include
│   │   ├── ARMCM0.h
│   │   ├── ble_580_sw_version.h
│   │   ├── CMSDK_CM0.h
│   │   ├── core_cm0.h
│   │   ├── core_cmFunc.h
│   │   ├── core_cmInstr.h
│   │   ├── datasheet_es1.h
│   │   ├── datasheet_es3.h
│   │   ├── datasheet.h
│   │   ├── datasheet_old.h
│   │   ├── global_io.h
│   │   ├── _reg_auxio.h
│   │   ├── reg_auxio.h
│   │   ├── _reg_blecore.h
│   │   ├── reg_blecore.h
│   │   ├── _reg_ble_em_cs.h
│   │   ├── reg_ble_em_cs.h
│   │   ├── _reg_ble_em_et.h
│   │   ├── reg_ble_em_et.h
│   │   ├── _reg_ble_em_rx.h
│   │   ├── reg_ble_em_rx.h
│   │   ├── _reg_ble_em_txe.h
│   │   ├── reg_ble_em_txe.h
│   │   ├── _reg_ble_em_tx.h
│   │   ├── reg_ble_em_tx.h
│   │   ├── _reg_ble_em_wpb.h
│   │   ├── reg_ble_em_wpb.h
│   │   ├── _reg_ble_em_wpv.h
│   │   ├── reg_ble_em_wpv.h
│   │   ├── _reg_clkrst.h
│   │   ├── reg_clkrst.h
│   │   ├── _reg_emi0.h
│   │   ├── reg_emi0.h
│   │   ├── _reg_emi1.h
│   │   ├── reg_emi1.h
│   │   ├── _reg_intc.h
│   │   ├── reg_intc.h
│   │   ├── _reg_modem.h
│   │   ├── reg_modem.h
│   │   ├── _reg_remap.h
│   │   ├── reg_remap.h
│   │   ├── _reg_ripple.h
│   │   ├── _reg_timer.h
│   │   ├── _reg_uart.h
│   │   ├── system_ARMCM0.h
│   │   └── system_CMSDK.h
│   ├── ip
│   │   └── ble
│   │   ├── hl
│   │   │   └── src
│   │   │   ├── hcih
│   │   │   │   ├── hcih_eif.h
│   │   │   │   ├── hcih.h
│   │   │   │   ├── hcih_msg.h
│   │   │   │   └── hcih_task.h
│   │   │   ├── host
│   │   │   │   ├── att
│   │   │   │   │   ├── attc
│   │   │   │   │   │   ├── attc.h
│   │   │   │   │   │   └── attc_task.h
│   │   │   │   │   ├── att.h
│   │   │   │   │   ├── attm
│   │   │   │   │   │   ├── attm_cfg.h
│   │   │   │   │   │   ├── attm_db.h
│   │   │   │   │   │   ├── attm.h
│   │   │   │   │   │   ├── attm_task.h
│   │   │   │   │   │   └── attm_util.h
│   │   │   │   │   └── atts
│   │   │   │   │   ├── atts.h
│   │   │   │   │   ├── atts_task.h
│   │   │   │   │   └── atts_util.h
│   │   │   │   ├── gap
│   │   │   │   │   ├── gapc
│   │   │   │   │   │   ├── gapc.h
│   │   │   │   │   │   └── gapc_task.h
│   │   │   │   │   ├── gap_cfg.h
│   │   │   │   │   ├── gap.h
│   │   │   │   │   ├── gapm
│   │   │   │   │   │   ├── gapm.c
│   │   │   │   │   │   ├── gapm.h
│   │   │   │   │   │   ├── gapm_task.h
│   │   │   │   │   │   └── gapm_util.h
│   │   │   │   │   └── gap_version.h
│   │   │   │   ├── gatt
│   │   │   │   │   ├── gattc
│   │   │   │   │   │   ├── gattc.h
│   │   │   │   │   │   └── gattc_task.h
│   │   │   │   │   ├── gatt.h
│   │   │   │   │   └── gattm
│   │   │   │   │   ├── gattm.h
│   │   │   │   │   └── gattm_task.h
│   │   │   │   ├── l2c
│   │   │   │   │   ├── l2cc
│   │   │   │   │   │   ├── l2cc.h
│   │   │   │   │   │   ├── l2cc_pdu.h
│   │   │   │   │   │   └── l2cc_task.h
│   │   │   │   │   └── l2cm
│   │   │   │   │   ├── l2cm.h
│   │   │   │   │   ├── l2cm_task.h
│   │   │   │   │   └── l2cm_util.h
│   │   │   │   └── smp
│   │   │   │   ├── smpc
│   │   │   │   │   ├── smpc.h
│   │   │   │   │   ├── smpc_task.h
│   │   │   │   │   └── smpc_util.h
│   │   │   │   ├── smp_common.h
│   │   │   │   └── smpm
│   │   │   │   ├── smpm.h
│   │   │   │   └── smpm_task.h
│   │   │   ├── profiles
│   │   │   │   ├── accel
│   │   │   │   │   ├── accel.c
│   │   │   │   │   ├── accel.h
│   │   │   │   │   ├── accel_task.c
│   │   │   │   │   └── accel_task.h
│   │   │   │   ├── adc_notify
│   │   │   │   │   ├── adc_notify.c
│   │   │   │   │   ├── adc_notify.h
│   │   │   │   │   ├── adc_notify_task.c
│   │   │   │   │   └── adc_notify_task.h
│   │   │   │   ├── anc
│   │   │   │   │   ├── ancc
│   │   │   │   │   │   ├── ancc.c
│   │   │   │   │   │   ├── ancc.h
│   │   │   │   │   │   ├── ancc_task.c
│   │   │   │   │   │   └── ancc_task.h
│   │   │   │   │   └── anc_common.h
│   │   │   │   ├── anp
│   │   │   │   │   ├── anpc
│   │   │   │   │   │   ├── anpc.c
│   │   │   │   │   │   ├── anpc.h
│   │   │   │   │   │   ├── anpc_task.c
│   │   │   │   │   │   └── anpc_task.h
│   │   │   │   │   ├── anp_common.h
│   │   │   │   │   └── anps
│   │   │   │   │   ├── anps.c
│   │   │   │   │   ├── anps.h
│   │   │   │   │   ├── anps_task.c
│   │   │   │   │   └── anps_task.h
│   │   │   │   ├── bas
│   │   │   │   │   ├── basc
│   │   │   │   │   │   ├── basc.c
│   │   │   │   │   │   ├── basc.h
│   │   │   │   │   │   ├── basc_task.c
│   │   │   │   │   │   └── basc_task.h
│   │   │   │   │   └── bass
│   │   │   │   │   ├── bass.c
│   │   │   │   │   ├── bass.h
│   │   │   │   │   ├── bass_task.c
│   │   │   │   │   └── bass_task.h
│   │   │   │   ├── blp
│   │   │   │   │   ├── blpc
│   │   │   │   │   │   ├── blpc.c
│   │   │   │   │   │   ├── blpc.h
│   │   │   │   │   │   ├── blpc_task.c
│   │   │   │   │   │   └── blpc_task.h
│   │   │   │   │   ├── blp_common.h
│   │   │   │   │   └── blps
│   │   │   │   │   ├── blps.c
│   │   │   │   │   ├── blps.h
│   │   │   │   │   ├── blps_task.c
│   │   │   │   │   └── blps_task.h
│   │   │   │   ├── cpp
│   │   │   │   │   ├── cppc
│   │   │   │   │   │   ├── cppc.c
│   │   │   │   │   │   ├── cppc.h
│   │   │   │   │   │   ├── cppc_task.c
│   │   │   │   │   │   └── cppc_task.h
│   │   │   │   │   ├── cpp_common.h
│   │   │   │   │   └── cpps
│   │   │   │   │   ├── cpps.c
│   │   │   │   │   ├── cpps.h
│   │   │   │   │   ├── cpps_task.c
│   │   │   │   │   └── cpps_task.h
│   │   │   │   ├── cscp
│   │   │   │   │   ├── cscpc
│   │   │   │   │   │   ├── cscpc.c
│   │   │   │   │   │   ├── cscpc.h
│   │   │   │   │   │   ├── cscpc_task.c
│   │   │   │   │   │   └── cscpc_task.h
│   │   │   │   │   ├── cscp_common.h
│   │   │   │   │   └── cscps
│   │   │   │   │   ├── cscps.c
│   │   │   │   │   ├── cscps.h
│   │   │   │   │   ├── cscps_task.c
│   │   │   │   │   └── cscps_task.h
│   │   │   │   ├── device_config
│   │   │   │   │   ├── device_config.c
│   │   │   │   │   ├── device_config.h
│   │   │   │   │   ├── device_config_task.c
│   │   │   │   │   └── device_config_task.h
│   │   │   │   ├── dis
│   │   │   │   │   ├── disc
│   │   │   │   │   │   ├── disc.c
│   │   │   │   │   │   ├── disc.h
│   │   │   │   │   │   ├── disc_task.c
│   │   │   │   │   │   └── disc_task.h
│   │   │   │   │   └── diss
│   │   │   │   │   ├── diss.c
│   │   │   │   │   ├── diss.h
│   │   │   │   │   ├── diss_task.c
│   │   │   │   │   └── diss_task.h
│   │   │   │   ├── find
│   │   │   │   │   ├── findl
│   │   │   │   │   │   ├── findl.c
│   │   │   │   │   │   ├── findl.h
│   │   │   │   │   │   ├── findl_task.c
│   │   │   │   │   │   └── findl_task.h
│   │   │   │   │   └── findt
│   │   │   │   │   ├── findt.c
│   │   │   │   │   ├── findt.h
│   │   │   │   │   ├── findt_task.c
│   │   │   │   │   └── findt_task.h
│   │   │   │   ├── glp
│   │   │   │   │   ├── glpc
│   │   │   │   │   │   ├── glpc.c
│   │   │   │   │   │   ├── glpc.h
│   │   │   │   │   │   ├── glpc_task.c
│   │   │   │   │   │   └── glpc_task.h
│   │   │   │   │   ├── glp_common.h
│   │   │   │   │   └── glps
│   │   │   │   │   ├── glps.c
│   │   │   │   │   ├── glps.h
│   │   │   │   │   ├── glps_task.c
│   │   │   │   │   └── glps_task.h
│   │   │   │   ├── hogp
│   │   │   │   │   ├── hogpbh
│   │   │   │   │   │   ├── hogpbh.c
│   │   │   │   │   │   ├── hogpbh.h
│   │   │   │   │   │   ├── hogpbh_task.c
│   │   │   │   │   │   └── hogpbh_task.h
│   │   │   │   │   ├── hogp_common.h
│   │   │   │   │   ├── hogpd
│   │   │   │   │   │   ├── hogpd.c
│   │   │   │   │   │   ├── hogpd.h
│   │   │   │   │   │   ├── hogpd_task.c
│   │   │   │   │   │   └── hogpd_task.h
│   │   │   │   │   └── hogprh
│   │   │   │   │   ├── hogprh.c
│   │   │   │   │   ├── hogprh.h
│   │   │   │   │   ├── hogprh_task.c
│   │   │   │   │   └── hogprh_task.h
│   │   │   │   ├── hrp
│   │   │   │   │   ├── hrpc
│   │   │   │   │   │   ├── hrpc.c
│   │   │   │   │   │   ├── hrpc.h
│   │   │   │   │   │   ├── hrpc_task.c
│   │   │   │   │   │   └── hrpc_task.h
│   │   │   │   │   ├── hrp_common.h
│   │   │   │   │   └── hrps
│   │   │   │   │   ├── hrps.c
│   │   │   │   │   ├── hrps.h
│   │   │   │   │   ├── hrps_task.c
│   │   │   │   │   └── hrps_task.h
│   │   │   │   ├── htp
│   │   │   │   │   ├── htpc
│   │   │   │   │   │   ├── htpc.c
│   │   │   │   │   │   ├── htpc.h
│   │   │   │   │   │   ├── htpc_task.c
│   │   │   │   │   │   └── htpc_task.h
│   │   │   │   │   ├── htp_common.h
│   │   │   │   │   └── htpt
│   │   │   │   │   ├── htpt.c
│   │   │   │   │   ├── htpt.h
│   │   │   │   │   ├── htpt_task.c
│   │   │   │   │   └── htpt_task.h
│   │   │   │   ├── lan
│   │   │   │   │   ├── lanc
│   │   │   │   │   │   ├── lanc.c
│   │   │   │   │   │   ├── lanc.h
│   │   │   │   │   │   ├── lanc_task.c
│   │   │   │   │   │   └── lanc_task.h
│   │   │   │   │   ├── lan_common.h
│   │   │   │   │   └── lans
│   │   │   │   │   ├── lans.c
│   │   │   │   │   ├── lans.h
│   │   │   │   │   ├── lans_task.c
│   │   │   │   │   └── lans_task.h
│   │   │   │   ├── pasp
│   │   │   │   │   ├── paspc
│   │   │   │   │   │   ├── paspc.c
│   │   │   │   │   │   ├── paspc.h
│   │   │   │   │   │   ├── paspc_task.c
│   │   │   │   │   │   └── paspc_task.h
│   │   │   │   │   ├── pasp_common.h
│   │   │   │   │   └── pasps
│   │   │   │   │   ├── pasps.c
│   │   │   │   │   ├── pasps.h
│   │   │   │   │   ├── pasps_task.c
│   │   │   │   │   └── pasps_task.h
│   │   │   │   ├── prf_types.h
│   │   │   │   ├── prf_utils_128.c
│   │   │   │   ├── prf_utils_128.h
│   │   │   │   ├── prf_utils.c
│   │   │   │   ├── prf_utils.h
│   │   │   │   ├── prox
│   │   │   │   │   ├── proxm
│   │   │   │   │   │   ├── proxm.c
│   │   │   │   │   │   ├── proxm.h
│   │   │   │   │   │   ├── proxm_task.c
│   │   │   │   │   │   └── proxm_task.h
│   │   │   │   │   └── proxr
│   │   │   │   │   ├── proxr.c
│   │   │   │   │   ├── proxr.h
│   │   │   │   │   ├── proxr_task.c
│   │   │   │   │   └── proxr_task.h
│   │   │   │   ├── rscp
│   │   │   │   │   ├── rscpc
│   │   │   │   │   │   ├── rscpc.c
│   │   │   │   │   │   ├── rscpc.h
│   │   │   │   │   │   ├── rscpc_task.c
│   │   │   │   │   │   └── rscpc_task.h
│   │   │   │   │   ├── rscp_common.h
│   │   │   │   │   └── rscps
│   │   │   │   │   ├── rscps.c
│   │   │   │   │   ├── rscps.h
│   │   │   │   │   ├── rscps_task.c
│   │   │   │   │   └── rscps_task.h
│   │   │   │   ├── sample128
│   │   │   │   │   ├── sample128.c
│   │   │   │   │   ├── sample128.h
│   │   │   │   │   ├── sample128_task.c
│   │   │   │   │   └── sample128_task.h
│   │   │   │   ├── scpp
│   │   │   │   │   ├── scppc
│   │   │   │   │   │   ├── scppc.c
│   │   │   │   │   │   ├── scppc.h
│   │   │   │   │   │   ├── scppc_task.c
│   │   │   │   │   │   └── scppc_task.h
│   │   │   │   │   ├── scpp_common.h
│   │   │   │   │   └── scpps
│   │   │   │   │   ├── scpps.c
│   │   │   │   │   ├── scpps.h
│   │   │   │   │   ├── scpps_task.c
│   │   │   │   │   └── scpps_task.h
│   │   │   │   ├── spota
│   │   │   │   │   └── spotar
│   │   │   │   │   ├── spotar.c
│   │   │   │   │   ├── spotar.h
│   │   │   │   │   ├── spotar_task.c
│   │   │   │   │   └── spotar_task.h
│   │   │   │   ├── sps
│   │   │   │   │   ├── sps_client
│   │   │   │   │   │   ├── sps_client.c
│   │   │   │   │   │   ├── sps_client.h
│   │   │   │   │   │   ├── sps_client_task.c
│   │   │   │   │   │   └── sps_client_task.h
│   │   │   │   │   └── sps_server
│   │   │   │   │   ├── sps_server.c
│   │   │   │   │   ├── sps_server.h
│   │   │   │   │   ├── sps_server_task.c
│   │   │   │   │   └── sps_server_task.h
│   │   │   │   ├── streamdata
│   │   │   │   │   ├── streamdatad
│   │   │   │   │   │   ├── streamdatad.c
│   │   │   │   │   │   ├── streamdatad.h
│   │   │   │   │   │   ├── streamdatad_task.c
│   │   │   │   │   │   └── streamdatad_task.h
│   │   │   │   │   └── streamdatah
│   │   │   │   │   ├── streamdatah.c
│   │   │   │   │   ├── streamdatah.h
│   │   │   │   │   ├── streamdatah_task.c
│   │   │   │   │   └── streamdatah_task.h
│   │   │   │   ├── tip
│   │   │   │   │   ├── tipc
│   │   │   │   │   │   ├── tipc.c
│   │   │   │   │   │   ├── tipc.h
│   │   │   │   │   │   ├── tipc_task.c
│   │   │   │   │   │   └── tipc_task.h
│   │   │   │   │   ├── tip_common.h
│   │   │   │   │   └── tips
│   │   │   │   │   ├── tips.c
│   │   │   │   │   ├── tips.h
│   │   │   │   │   ├── tips_task.c
│   │   │   │   │   └── tips_task.h
│   │   │   │   ├── uds
│   │   │   │   │   ├── uds_common.h
│   │   │   │   │   └── udss
│   │   │   │   │   ├── udss.c
│   │   │   │   │   ├── udss.h
│   │   │   │   │   ├── udss_task.c
│   │   │   │   │   └── udss_task.h
│   │   │   │   ├── wpt
│   │   │   │   │   ├── wptc
│   │   │   │   │   │   ├── wptc.c
│   │   │   │   │   │   ├── wptc.h
│   │   │   │   │   │   ├── wptc_task.c
│   │   │   │   │   │   └── wptc_task.h
│   │   │   │   │   ├── wpt_common.h
│   │   │   │   │   └── wpts
│   │   │   │   │   ├── wpts.c
│   │   │   │   │   ├── wpts.h
│   │   │   │   │   ├── wpts_task.c
│   │   │   │   │   └── wpts_task.h
│   │   │   │   └── wss
│   │   │   │   └── wsss
│   │   │   │   ├── wsss.c
│   │   │   │   ├── wsss.h
│   │   │   │   ├── wsss_task.c
│   │   │   │   └── wsss_task.h
│   │   │   └── rwble_hl
│   │   │   ├── rwble_hl_config.h
│   │   │   └── rwble_hl.h
│   │   └── ll
│   │   └── src
│   │   ├── controller
│   │   │   ├── em
│   │   │   │   ├── em_map_ble.h
│   │   │   │   └── em_map_ble_user.h
│   │   │   ├── llc
│   │   │   │   ├── llc_cntl.h
│   │   │   │   ├── llc_data.h
│   │   │   │   ├── llc.h
│   │   │   │   ├── llc_task.h
│   │   │   │   └── llc_util.h
│   │   │   ├── lld
│   │   │   │   ├── lld_data.h
│   │   │   │   ├── lld_evt.h
│   │   │   │   ├── lld.h
│   │   │   │   ├── lld_sleep.h
│   │   │   │   ├── lld_util.h
│   │   │   │   └── lld_wlcoex.h
│   │   │   └── llm
│   │   │   ├── llm.h
│   │   │   ├── llm_task.h
│   │   │   └── llm_util.h
│   │   ├── hcic
│   │   │   ├── hcic_eif.h
│   │   │   ├── hcic.h
│   │   │   ├── hcic_msg.h
│   │   │   └── hcic_task.h
│   │   └── rwble
│   │   ├── rwble.c
│   │   ├── rwble_config.h
│   │   └── rwble.h
│   ├── modules
│   │   ├── app
│   │   │   ├── api
│   │   │   │   ├── app_api.h
│   │   │   │   ├── app.h
│   │   │   │   ├── app_sec.h
│   │   │   │   ├── app_sec_task.h
│   │   │   │   ├── app_sw_version.h
│   │   │   │   ├── app_task.h
│   │   │   │   └── app_task_handlers.h
│   │   │   └── src
│   │   │   ├── app.c
│   │   │   ├── app_profiles
│   │   │   │   ├── adc_notify
│   │   │   │   │   ├── app_adc_notify.c
│   │   │   │   │   ├── app_adc_notify.h
│   │   │   │   │   ├── app_adc_notify_task.c
│   │   │   │   │   └── app_adc_notify_task.h
│   │   │   │   ├── ancc
│   │   │   │   │   ├── app_ancc.c
│   │   │   │   │   ├── app_ancc.h
│   │   │   │   │   ├── app_ancc_task.c
│   │   │   │   │   └── app_ancc_task.h
│   │   │   │   ├── basc
│   │   │   │   │   ├── app_basc.c
│   │   │   │   │   ├── app_basc.h
│   │   │   │   │   ├── app_basc_task.c
│   │   │   │   │   └── app_basc_task.h
│   │   │   │   ├── bass
│   │   │   │   │   ├── app_batt.c
│   │   │   │   │   ├── app_batt.h
│   │   │   │   │   ├── app_batt_task.c
│   │   │   │   │   └── app_batt_task.h
│   │   │   │   ├── device_config
│   │   │   │   │   ├── app_device_config.c
│   │   │   │   │   ├── app_device_config.h
│   │   │   │   │   ├── app_device_config_task.c
│   │   │   │   │   └── app_device_config_task.h
│   │   │   │   ├── disc
│   │   │   │   │   ├── app_disc.c
│   │   │   │   │   ├── app_disc.h
│   │   │   │   │   ├── app_disc_task.c
│   │   │   │   │   └── app_disc_task.h
│   │   │   │   ├── diss
│   │   │   │   │   ├── app_dis.c
│   │   │   │   │   ├── app_dis.h
│   │   │   │   │   ├── app_dis_task.c
│   │   │   │   │   └── app_dis_task.h
│   │   │   │   ├── findme
│   │   │   │   │   ├── app_findme.c
│   │   │   │   │   ├── app_findme.h
│   │   │   │   │   ├── app_findme_task.c
│   │   │   │   │   └── app_findme_task.h
│   │   │   │   ├── ht
│   │   │   │   │   ├── app_ht.c
│   │   │   │   │   ├── app_ht.h
│   │   │   │   │   ├── app_ht_task.c
│   │   │   │   │   └── app_ht_task.h
│   │   │   │   ├── neb
│   │   │   │   │   ├── app_neb.c
│   │   │   │   │   ├── app_neb.h
│   │   │   │   │   ├── app_neb_task.c
│   │   │   │   │   └── app_neb_task.h
│   │   │   │   ├── prox_reporter
│   │   │   │   │   ├── app_proxr.c
│   │   │   │   │   ├── app_proxr.h
│   │   │   │   │   ├── app_proxr_task.c
│   │   │   │   │   └── app_proxr_task.h
│   │   │   │   ├── pru
│   │   │   │   │   ├── app_pru.c
│   │   │   │   │   ├── app_pru.h
│   │   │   │   │   ├── app_pru_task.c
│   │   │   │   │   └── app_pru_task.h
│   │   │   │   ├── ptu
│   │   │   │   │   ├── app_ptu.c
│   │   │   │   │   ├── app_ptu.h
│   │   │   │   │   ├── app_ptu_task.c
│   │   │   │   │   └── app_ptu_task.h
│   │   │   │   ├── sample128
│   │   │   │   │   ├── app_sample128.c
│   │   │   │   │   ├── app_sample128.h
│   │   │   │   │   ├── app_sample128_task.c
│   │   │   │   │   └── app_sample128_task.h
│   │   │   │   ├── scppc
│   │   │   │   │   ├── app_scppc.c
│   │   │   │   │   ├── app_scppc.h
│   │   │   │   │   ├── app_scppc_task.c
│   │   │   │   │   └── app_scppc_task.h
│   │   │   │   ├── spotar
│   │   │   │   │   ├── app_spotar.c
│   │   │   │   │   ├── app_spotar.h
│   │   │   │   │   ├── app_spotar_task.c
│   │   │   │   │   └── app_spotar_task.h
│   │   │   │   ├── spsc
│   │   │   │   │   ├── app_spsc.c
│   │   │   │   │   ├── app_spsc.h
│   │   │   │   │   └── app_spsc_task.c
│   │   │   │   ├── spss
│   │   │   │   │   ├── app_spss.c
│   │   │   │   │   ├── app_spss.h
│   │   │   │   │   └── app_spss_task.c
│   │   │   │   ├── stream
│   │   │   │   │   ├── app_stream.c
│   │   │   │   │   ├── app_stream.h
│   │   │   │   │   └── app_stream_task.c
│   │   │   │   ├── streamdatad
│   │   │   │   │   ├── app_streamdatad.c
│   │   │   │   │   ├── app_streamdatad.h
│   │   │   │   │   ├── app_streamdatad_task.c
│   │   │   │   │   └── app_streamdatad_task.h
│   │   │   │   └── streamdatah
│   │   │   │   ├── app_streamdatah.c
│   │   │   │   ├── app_streamdatah.h
│   │   │   │   ├── app_streamdatah_task.c
│   │   │   │   └── app_streamdatah_task.h
│   │   │   ├── app_project
│   │   │   │   ├── prod_test
│   │   │   │   │   ├── customer_prod.c
│   │   │   │   │   ├── customer_prod.h
│   │   │   │   │   ├── custom_gtl_eif.c
│   │   │   │   │   ├── custom_gtl_hci.c
│   │   │   │   │   ├── custom_lld.c
│   │   │   │   │   ├── custom_lld_data.c
│   │   │   │   │   ├── custom_lld_evt.c
│   │   │   │   │   ├── pulse.s
│   │   │   │   │   ├── rdtest_api.c
│   │   │   │   │   ├── rdtest_api.h
│   │   │   │   │   ├── rdtest_lowlevel.c
│   │   │   │   │   ├── rdtest_lowlevel.h
│   │   │   │   │   ├── rdtest_support.c
│   │   │   │   │   ├── rdtest_support.h
│   │   │   │   │   ├── system
│   │   │   │   │   │   ├── app_sleep.h
│   │   │   │   │   │   ├── periph_setup.c
│   │   │   │   │   │   └── periph_setup.h
│   │   │   │   │   └── xtal_cal.c
│   │   │   │   ├── prox_monitor_ext
│   │   │   │   │   └── system
│   │   │   │   │   ├── periph_setup.c
│   │   │   │   │   └── periph_setup.h
│   │   │   │   ├── prox_monitor_ext_usb
│   │   │   │   │   └── system
│   │   │   │   │   ├── periph_setup.c
│   │   │   │   │   └── periph_setup.h
│   │   │   │   ├── prox_reporter
│   │   │   │   │   ├── app_proxr_proj.c
│   │   │   │   │   ├── app_proxr_proj.h
│   │   │   │   │   └── system
│   │   │   │   │   ├── app_sleep.h
│   │   │   │   │   ├── periph_setup.c
│   │   │   │   │   └── periph_setup.h
│   │   │   │   ├── prox_reporter_ext
│   │   │   │   │   └── system
│   │   │   │   │   ├── periph_setup.c
│   │   │   │   │   └── periph_setup.h
│   │   │   │   ├── prox_reporter_ext_spi
│   │   │   │   │   └── system
│   │   │   │   │   ├── arch_hci_spi.c
│   │   │   │   │   ├── periph_setup.c
│   │   │   │   │   └── periph_setup.h
│   │   │   │   ├── prox_reporter_ext_usb
│   │   │   │   │   └── system
│   │   │   │   │   ├── periph_setup.c
│   │   │   │   │   └── periph_setup.h
│   │   │   │   ├── spotar
│   │   │   │   │   ├── app_spotar_proj.c
│   │   │   │   │   ├── app_spotar_proj.h
│   │   │   │   │   ├── app_spotar_proj_task.h
│   │   │   │   │   └── system
│   │   │   │   │   ├── app_sleep.h
│   │   │   │   │   ├── periph_setup.c
│   │   │   │   │   └── periph_setup.h
│   │   │   │   ├── template
│   │   │   │   │   ├── app_template_proj.c
│   │   │   │   │   ├── app_template_proj.h
│   │   │   │   │   └── system
│   │   │   │   │   ├── app_sleep.h
│   │   │   │   │   ├── periph_setup.c
│   │   │   │   │   └── periph_setup.h
│   │   │   │   ├── throughput_eval_central
│   │   │   │   │   ├── app_throughput_central_proj.c
│   │   │   │   │   ├── app_throughput_central_proj.h
│   │   │   │   │   └── system
│   │   │   │   │   ├── app_sleep.h
│   │   │   │   │   ├── periph_setup.c
│   │   │   │   │   └── periph_setup.h
│   │   │   │   └── throughput_eval_peripheral
│   │   │   │   ├── app_throughput_peripheral_proj.c
│   │   │   │   ├── app_throughput_peripheral_proj.h
│   │   │   │   └── system
│   │   │   │   ├── app_sleep.h
│   │   │   │   ├── periph_setup.c
│   │   │   │   └── periph_setup.h
│   │   │   ├── app_sec.c
│   │   │   ├── app_sec_task.c
│   │   │   ├── app_task.c
│   │   │   └── app_utils
│   │   │   ├── app_console
│   │   │   │   ├── app_console.c
│   │   │   │   └── app_console.h
│   │   │   ├── app_multi_bond
│   │   │   │   ├── app_multi_bond.c
│   │   │   │   └── app_multi_bond.h
│   │   │   └── app_stream_queue
│   │   │   ├── app_stream_queue.c
│   │   │   └── app_stream_queue.h
│   │   ├── common
│   │   │   └── api
│   │   │   ├── co_bt.h
│   │   │   ├── co_buf.h
│   │   │   ├── co_endian.h
│   │   │   ├── co_error.h
│   │   │   ├── co_list.h
│   │   │   ├── co_math.h
│   │   │   ├── co_utils.h
│   │   │   └── co_version.h
│   │   ├── crypto
│   │   │   ├── aes_api.c
│   │   │   ├── aes_api.h
│   │   │   ├── aes.c
│   │   │   ├── aes.h
│   │   │   ├── aes_locl.h
│   │   │   ├── aes_task.c
│   │   │   ├── aes_task.h
│   │   │   ├── os_int.h
│   │   │   ├── os_port.h
│   │   │   ├── sw_aes.c
│   │   │   └── sw_aes.h
│   │   ├── dbg
│   │   │   └── api
│   │   │   ├── dbg.h
│   │   │   ├── dbg_swdiag.h
│   │   │   ├── dbg_task.h
│   │   │   └── dbg_tester.h
│   │   ├── gtl
│   │   │   ├── api
│   │   │   │   ├── gtl.h
│   │   │   │   └── gtl_task.h
│   │   │   └── src
│   │   │   ├── gtl_eif.h
│   │   │   ├── gtl_env.h
│   │   │   └── gtl_hci.h
│   │   ├── ke
│   │   │   ├── api
│   │   │   │   ├── ke_config.h
│   │   │   │   ├── ke_event.h
│   │   │   │   ├── ke.h
│   │   │   │   ├── ke_mem.h
│   │   │   │   ├── ke_msg.h
│   │   │   │   ├── ke_task.h
│   │   │   │   └── ke_timer.h
│   │   │   └── src
│   │   │   ├── ke_env.h
│   │   │   └── ke_queue.h
│   │   ├── nvds
│   │   │   ├── api
│   │   │   │   └── nvds.h
│   │   │   └── src
│   │   │   └── nvds.c
│   │   ├── rf
│   │   │   ├── api
│   │   │   │   ├── pll_vcocal_lut.h
│   │   │   │   ├── reg_ripple.h
│   │   │   │   ├── rf_580.h
│   │   │   │   └── rf.h
│   │   │   └── src
│   │   │   └── rf_580.c
│   │   ├── rwip
│   │   │   ├── api
│   │   │   │   ├── rwip_config.h
│   │   │   │   └── rwip.h
│   │   │   └── src
│   │   │   └── rwip.c
│   │   └── wlan_coex
│   │   ├── wlan_coex.c
│   │   └── wlan_coex.h
│   └── plf
│   └── refip
│   └── src
│   ├── arch
│   │   ├── arch.h
│   │   ├── arch_sleep.h
│   │   ├── boot
│   │   │   └── rvds
│   │   │   ├── boot.h
│   │   │   ├── boot_vectors.s
│   │   │   └── system_ARMCM0.c
│   │   ├── compiler
│   │   │   └── rvds
│   │   │   └── compiler.h
│   │   ├── ll
│   │   │   └── rvds
│   │   │   └── ll.h
│   │   ├── main
│   │   │   └── ble
│   │   │   ├── arch_main.c
│   │   │   ├── arch_patch.c
│   │   │   ├── arch_sleep.c
│   │   │   ├── arch_system.c
│   │   │   ├── hardfault_handler.c
│   │   │   ├── jump_table.c
│   │   │   └── nmi_handler.c
│   │   ├── plf.h
│   │   └── system_settings.h
│   └── driver
│   ├── accel
│   │   ├── lis3dh_driver.c
│   │   └── lis3dh_driver.h
│   ├── adc
│   │   ├── adc.c
│   │   └── adc.h
│   ├── battery
│   │   ├── battery.c
│   │   └── battery.h
│   ├── coex
│   │   ├── drcoexgenevtreg.h
│   │   └── drcoexgen.h
│   ├── emi
│   │   └── emi.h
│   ├── gpio
│   │   ├── gpio.c
│   │   └── gpio.h
│   ├── i2c_eeprom
│   │   ├── i2c_eeprom.c
│   │   └── i2c_eeprom.h
│   ├── intc
│   │   └── intc.h
│   ├── led
│   │   └── led.h
│   ├── pwm
│   │   ├── pwm.c
│   │   └── pwm.h
│   ├── rc5
│   │   ├── rc5.c
│   │   └── rc5.h
│   ├── reg
│   │   └── reg_access.h
│   ├── sensor
│   │   ├── dht11.c
│   │   └── dht11.h
│   ├── spi
│   │   ├── spi_3wire.c
│   │   ├── spi_3wire.h
│   │   ├── spi.c
│   │   └── spi.h
│   ├── spi_flash
│   │   ├── spi_flash.c
│   │   └── spi_flash.h
│   ├── spi_hci
│   │   ├── reg_spi.h
│   │   ├── spi_hci.c
│   │   └── spi_hci.h
│   ├── syscntl
│   │   ├── syscntl.c
│   │   └── syscntl.h
│   ├── timer
│   │   ├── systick.c
│   │   ├── systick.h
│   │   └── timer.h
│   ├── trng
│   │   ├── trng.c
│   │   └── trng.h
│   ├── uart
│   │   ├── reg_uart.h
│   │   ├── uart2.c
│   │   ├── uart.c
│   │   ├── uart_ext_wkup.c
│   │   ├── uart.h
│   │   └── uart_init.c
│   └── wkupct_quadec
│   ├── wkupct_quadec.c
│   └── wkupct_quadec.h
├── host_apps
│   ├── da1458x
│   │   └── proximity
│   │   └── reporter
│   │   ├── da14580_config.h
│   │   ├── host_proxr.uvopt
│   │   ├── host_proxr.uvoptx
│   │   ├── host_proxr.uvproj
│   │   ├── host_proxr.uvprojx
│   │   ├── include
│   │   │   ├── app_button_led.h
│   │   │   ├── app.h
│   │   │   ├── app_task.h
│   │   │   ├── ble_msg.h
│   │   │   ├── gap_task.h
│   │   │   ├── peripherals.h
│   │   │   ├── periph_setup.h
│   │   │   ├── prox_reporter_ext_581.h
│   │   │   ├── prox_reporter_ext.h
│   │   │   ├── queue.h
│   │   │   ├── spi_booter.h
│   │   │   └── spi_hci_msg.h
│   │   ├── src
│   │   │   ├── app_button_led.c
│   │   │   ├── app.c
│   │   │   ├── app_task.c
│   │   │   ├── ble_msg.c
│   │   │   ├── gpio.c
│   │   │   ├── interrupts.c
│   │   │   ├── peripherals.c
│   │   │   ├── queue.c
│   │   │   ├── spi_booter.c
│   │   │   ├── spi_hci_msg.c
│   │   │   └── timer.c
│   │   ├── startup
│   │   │   ├── startup_CMSDK_CM0.s
│   │   │   └── system_CMSDK.c
│   │   └── sysram.ini
│   └── windows
│   ├── proximity
│   │   ├── monitor
│   │   │   ├── host_proxm_sdk
│   │   │   │   ├── host_proxm_sdk.vcxproj
│   │   │   │   ├── host_proxm_sdk.vcxproj.filters
│   │   │   │   └── host_proxm_sdk.vcxproj.user
│   │   │   ├── host_proxm_sdk_581
│   │   │   │   ├── host_proxm_sdk_581.vcxproj
│   │   │   │   ├── host_proxm_sdk_581.vcxproj.filters
│   │   │   │   └── host_proxm_sdk_581.vcxproj.user
│   │   │   ├── host_proxm.sln
│   │   │   ├── include
│   │   │   │   ├── app.h
│   │   │   │   ├── app_task.h
│   │   │   │   ├── ble_msg.h
│   │   │   │   ├── compiler.h
│   │   │   │   ├── console.h
│   │   │   │   ├── da14580_config.h
│   │   │   │   ├── da14581_config.h
│   │   │   │   ├── ll.h
│   │   │   │   ├── queue.h
│   │   │   │   ├── stdbool.h
│   │   │   │   ├── stdtypes.h
│   │   │   │   └── uart.h
│   │   │   └── src
│   │   │   ├── app.c
│   │   │   ├── app_task.c
│   │   │   ├── ble_msg.c
│   │   │   ├── console.c
│   │   │   ├── queue.c
│   │   │   └── uart.c
│   │   └── reporter
│   │   ├── host_proxr_sdk
│   │   │   ├── host_proxr_sdk.vcxproj
│   │   │   ├── host_proxr_sdk.vcxproj.filters
│   │   │   └── host_proxr_sdk.vcxproj.user
│   │   ├── host_proxr_sdk_581
│   │   │   ├── host_proxr_sdk_581.vcxproj
│   │   │   ├── host_proxr_sdk_581.vcxproj.filters
│   │   │   └── host_proxr_sdk_581.vcxproj.user
│   │   ├── host_proxr.sln
│   │   ├── include
│   │   │   ├── app.h
│   │   │   ├── app_spotar.h
│   │   │   ├── app_task.h
│   │   │   ├── ble_msg.h
│   │   │   ├── compiler.h
│   │   │   ├── console.h
│   │   │   ├── da14580_config.h
│   │   │   ├── da14581_config.h
│   │   │   ├── ll.h
│   │   │   ├── queue.h
│   │   │   ├── stdbool.h
│   │   │   ├── stdtypes.h
│   │   │   └── uart.h
│   │   └── src
│   │   ├── app.c
│   │   ├── app_spotar.c
│   │   ├── app_task.c
│   │   ├── ble_msg.c
│   │   ├── console.c
│   │   ├── queue.c
│   │   └── uart.c
│   ├── spota
│   │   └── initiator
│   │   ├── host_spotai
│   │   │   ├── host_spotai.vcxproj
│   │   │   ├── host_spotai.vcxproj.filters
│   │   │   └── host_spotai.vcxproj.user
│   │   ├── host_spotai_581
│   │   │   ├── host_spotai_581.vcxproj
│   │   │   ├── host_spotai_581.vcxproj.filters
│   │   │   └── host_spotai_581.vcxproj.user
│   │   ├── host_spotai.sln
│   │   ├── include
│   │   │   ├── app.h
│   │   │   ├── app_task.h
│   │   │   ├── ble_msg.h
│   │   │   ├── compiler.h
│   │   │   ├── da14580_config.h
│   │   │   ├── da14581_config.h
│   │   │   ├── ll.h
│   │   │   ├── queue.h
│   │   │   ├── stdbool.h
│   │   │   ├── stdtypes.h
│   │   │   └── uart.h
│   │   └── src
│   │   ├── app.c
│   │   ├── app_task.c
│   │   ├── ble_msg.c
│   │   ├── queue.c
│   │   └── uart.c
│   └── suota
│   └── initiator
│   ├── host_suotai
│   │   ├── host_suotai.vcxproj
│   │   ├── host_suotai.vcxproj.filters
│   │   └── host_suotai.vcxproj.user
│   ├── host_suotai_581
│   │   ├── host_suotai_581.vcxproj
│   │   ├── host_suotai_581.vcxproj.filters
│   │   └── host_suotai_581.vcxproj.user
│   ├── host_suotai.sln
│   ├── include
│   │   ├── app.h
│   │   ├── app_task.h
│   │   ├── ble_msg.h
│   │   ├── compiler.h
│   │   ├── da14580_config.h
│   │   ├── da14581_config.h
│   │   ├── ll.h
│   │   ├── queue.h
│   │   ├── stdbool.h
│   │   ├── stdtypes.h
│   │   └── uart.h
│   └── src
│   ├── app.c
│   ├── app_task.c
│   ├── ble_msg.c
│   ├── queue.c
│   └── uart.c
├── license.txt
├── peripheral_examples
│   ├── DA14580_peripheral_setup.uvopt
│   ├── DA14580_peripheral_setup.uvoptx
│   ├── DA14580_peripheral_setup.uvproj
│   ├── DA14580_peripheral_setup.uvprojx
│   ├── include
│   │   ├── DA14580_examples.h
│   │   ├── eeprom_test.h
│   │   ├── peripherals.h
│   │   ├── periph_setup.h
│   │   ├── pwm_test.h
│   │   ├── quad_decoder_test.h
│   │   ├── quadrature.h
│   │   ├── spi_test.h
│   │   ├── sw_cursor.h
│   │   └── uart.h
│   ├── misc
│   │   └── serial_out.txt
│   ├── src
│   │   ├── boot_images
│   │   │   └── sample_boot_image.c
│   │   ├── DA1450_examples.c
│   │   ├── DA14580_examples.c
│   │   ├── eeprom_test.c
│   │   ├── per_ex_hard_fault.c
│   │   ├── peripherals.c
│   │   ├── pwm_test.c
│   │   ├── quad_decoder_test.c
│   │   ├── spi_test.c
│   │   ├── sw_cursor.c
│   │   └── uart.c
│   ├── startup
│   │   ├── startup_CMSDK_CM0.s
│   │   └── system_CMSDK.c
│   └── sysram.ini
└── tools
├── flash_programmer
│   ├── hex2bin.exe
│   ├── include
│   │   ├── gpio_periph_setup.h
│   │   ├── otpc.h
│   │   ├── peripherals.h
│   │   ├── periph_setup.h
│   │   ├── programmer.h
│   │   ├── uart.h
│   │   └── version.h
│   ├── programmer_jtag.uvopt
│   ├── programmer_jtag.uvoptx
│   ├── programmer_jtag.uvproj
│   ├── programmer_jtag.uvprojx
│   ├── programmer_uart.uvopt
│   ├── programmer_uart.uvoptx
│   ├── programmer_uart.uvproj
│   ├── programmer_uart.uvprojx
│   ├── src
│   │   ├── crc32.c
│   │   ├── otpc.c
│   │   ├── peripherals.c
│   │   ├── programmer.c
│   │   └── uart.c
│   └── startup
│   ├── bootloader.sct
│   ├── startup_CMSDK_CM0.s
│   ├── sysram.ini
│   └── system_CMSDK.c
├── mkimage
│   ├── gcc
│   │   └── Makefile
│   ├── image.h
│   ├── mkimage.c
│   ├── msvc
│   │   ├── mkimage
│   │   │   ├── mkimage.vcxproj
│   │   │   └── mkimage.vcxproj.filters
│   │   └── msvc.sln
│   ├── os_int.h
│   ├── os_port.h
│   ├── sw_aes.c
│   └── sw_aes.h
├── prod_test
│   └── prod_test_cmds
│   ├── prodtest
│   │   ├── commands.c
│   │   ├── commands.h
│   │   ├── getopt.c
│   │   ├── getopt.h
│   │   ├── host_hci.c
│   │   ├── host_hci.h
│   │   ├── main.c
│   │   ├── prodtest.vcxproj
│   │   ├── prodtest.vcxproj.filters
│   │   ├── prodtest.vcxproj.user
│   │   ├── queue.c
│   │   ├── queue.h
│   │   ├── stdbool.h
│   │   ├── uart.c
│   │   └── uart.h
│   └── prodtest.sln
├── secondary_bootloader
│   ├── includes
│   │   ├── bootloader.h
│   │   ├── os_int.h
│   │   ├── os_port.h
│   │   ├── periph_setup.h
│   │   ├── spi_commands.h
│   │   ├── sw_aes.h
│   │   ├── timer.h
│   │   ├── uart_booter.h
│   │   └── uart.h
│   ├── secondary_bootloader.uvopt
│   ├── secondary_bootloader.uvoptx
│   ├── secondary_bootloader.uvproj
│   ├── secondary_bootloader.uvprojx
│   ├── src
│   │   ├── bootloader.c
│   │   ├── crc16.c
│   │   ├── crc32.c
│   │   ├── main.c
│   │   ├── spi_commands.c
│   │   ├── sw_aes.c
│   │   ├── timer.c
│   │   ├── uart_booter.c
│   │   └── uart.c
│   └── startup
│   ├── bootloader.sct
│   ├── startup_CMSDK_CM0.s
│   ├── sysram.ini
│   └── system_CMSDK.c
└── uvproj2Makefile
├── 580.lds.S
├── common.mk
├── Makefile.tmpl
├── startup_ARMCM0.S
└── uvproj2Makefile

329 directories, 1019 files

标签:

实例下载地址

DA14580蓝牙例程

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警