文件名称:dw1000_api_rev2p03

  • 所属分类:
  • 通讯编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2017-07-24
  • 文件大小:
  • 2.14mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • spac*****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

DW1000应用编程接口(API)封装是由下列文件夹:
- decadriver:
为DW1000芯片驱动程序。每个功能的细节在这里可以找到DW1000 API指南。
-实例:
一组展示如何实现不同简单功能的单独示例
(发送一个帧,接收帧,把DW1000睡觉,等)。
图书馆,Linkers:
ARM的硬件抽象层(系统启动代码和外设驱动程序)
Cortex-M处理器和ST STM32 F1。ST微电子提供。
平台:
平台依赖实现低级特性(IT管理、互斥、睡眠等)。(DW1000 Application Programming Interface (API) package is composed of the following folders:
  - decadriver:
   Driver for DW1000 chip. Details about each function provided here can be found in DW1000 API Guide.
  - examples:
   A set of individual examples showing how to achieve different simple features
   (sending a fr a me, receiving a fr a me, putting the DW1000 to sleep, etc.).
  - Libraries, Linkers:
   Hardware abstraction layer (system start-up code and peripherals' drivers) for ARM
   Cortex-M and ST STM32 F1 processors. Provided by ST Microelectronics.
  - platform:
   Platform dependant implementation of low-level features (IT management, mutex, sleep, etc).)
相关搜索: dw1000
uwb

(系统自动生成,下载前可以参看下载内容)

下载文件列表

decadriver

decadriver\deca_device.c

decadriver\deca_device_api.h

decadriver\deca_params_init.c

decadriver\deca_param_types.h

decadriver\deca_regs.h

decadriver\deca_types.h

decadriver\deca_version.h

disclaimer.txt

DW1000_Software_API_Guide_rev2p3.pdf

examples

examples\ex_01a_simple_tx

examples\ex_01a_simple_tx\main.c

examples\ex_01a_simple_tx\simple_tx.coproj

examples\ex_01b_tx_sleep

examples\ex_01b_tx_sleep\main.c

examples\ex_01b_tx_sleep\tx_sleep.coproj

examples\ex_01c_tx_sleep_auto

examples\ex_01c_tx_sleep_auto\main.c

examples\ex_01c_tx_sleep_auto\tx_sleep_auto.coproj

examples\ex_01d_tx_timed_sleep

examples\ex_01d_tx_timed_sleep\main.c

examples\ex_01d_tx_timed_sleep\tx_timed_sleep.coproj

examples\ex_02a_simple_rx

examples\ex_02a_simple_rx\main.c

examples\ex_02a_simple_rx\simple_rx.coproj

examples\ex_02b_rx_preamble_64

examples\ex_02b_rx_preamble_64\main.c

examples\ex_02b_rx_preamble_64\rx_preamble_64.coproj

examples\ex_02c_rx_diagnostics

examples\ex_02c_rx_diagnostics\main.c

examples\ex_02c_rx_diagnostics\rx_diagnostics.coproj

examples\ex_02d_rx_sniff

examples\ex_02d_rx_sniff\main.c

examples\ex_02d_rx_sniff\rx_sniff.coproj

examples\ex_02e_rx_dbl_buff

examples\ex_02e_rx_dbl_buff\main.c

examples\ex_02e_rx_dbl_buff\rx_dbl_buff.coproj

examples\ex_03a_tx_wait_resp

examples\ex_03a_tx_wait_resp\main.c

examples\ex_03a_tx_wait_resp\tx_wait_resp.coproj

examples\ex_03b_rx_send_resp

examples\ex_03b_rx_send_resp\main.c

examples\ex_03b_rx_send_resp\rx_send_resp.coproj

examples\ex_03c_tx_wait_resp_leds

examples\ex_03c_tx_wait_resp_leds\main.c

examples\ex_03c_tx_wait_resp_leds\tx_wait_resp_leds.coproj

examples\ex_03d_tx_wait_resp_interrupts

examples\ex_03d_tx_wait_resp_interrupts\main.c

examples\ex_03d_tx_wait_resp_interrupts\tx_wait_resp_interrupts.coproj

examples\ex_04a_cont_wave

examples\ex_04a_cont_wave\cont_wave.coproj

examples\ex_04a_cont_wave\main.c

examples\ex_04b_cont_frame

examples\ex_04b_cont_frame\cont_frame.coproj

examples\ex_04b_cont_frame\main.c

examples\ex_05a_ds_twr_init

examples\ex_05a_ds_twr_init\ds_twr_init.coproj

examples\ex_05a_ds_twr_init\main.c

examples\ex_05b_ds_twr_resp

examples\ex_05b_ds_twr_resp\ds_twr_resp.coproj

examples\ex_05b_ds_twr_resp\main.c

examples\ex_06a_ss_twr_init

examples\ex_06a_ss_twr_init\main.c

examples\ex_06a_ss_twr_init\ss_twr_init.coproj

examples\ex_06b_ss_twr_resp

examples\ex_06b_ss_twr_resp\main.c

examples\ex_06b_ss_twr_resp\ss_twr_resp.coproj

examples\ex_07a_ack_data_tx

examples\ex_07a_ack_data_tx\ack_data_tx.coproj

examples\ex_07a_ack_data_tx\main.c

examples\ex_07b_ack_data_rx

examples\ex_07b_ack_data_rx\ack_data_rx.coproj

examples\ex_07b_ack_data_rx\main.c

examples\ex_08a_low_power_listen_rx

examples\ex_08a_low_power_listen_rx\low_power_listen_rx.coproj

examples\ex_08a_low_power_listen_rx\main.c

examples\ex_08b_low_power_listen_tx

examples\ex_08b_low_power_listen_tx\low_power_listen_tx.coproj

examples\ex_08b_low_power_listen_tx\main.c

examples\ex_09a_bandwidth_power_ref_meas

examples\ex_09a_bandwidth_power_ref_meas\bw_pwr_ref.coproj

examples\ex_09a_bandwidth_power_ref_meas\main.c

examples\ex_09b_bandwidth_power_comp

examples\ex_09b_bandwidth_power_comp\bw_pwr_comp.coproj

examples\ex_09b_bandwidth_power_comp\main.c

Libraries

Libraries\CMSIS

Libraries\CMSIS\CM3

Libraries\CMSIS\CM3\CoreSupport

Libraries\CMSIS\CM3\CoreSupport\core_cm3.c

Libraries\CMSIS\CM3\CoreSupport\core_cm3.h

Libraries\CMSIS\CM3\DeviceSupport

Libraries\CMSIS\CM3\DeviceSupport\ST

Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x

Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup

Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\startup_stm32f10x_cl.S

Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\stm32f10x.h

Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.c

Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\system_stm32f10x.h

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org