【E1839】基于CC2541+AFE4404的脉搏波测量

2021-10-27 01:06:28      索炜达电子      501     

项目编号:E1839

文件大小:7.6M

源码说明:带中文注释

开发环境:C编译器

简要概述

基于CC2541+AFE4404的脉搏波测量

目录│文件列表:

 └ 基于CC2541+AFE4404的脉搏波测量

    └ BLE-CC254x-1.3.2-SimpleBLE

       ├ Components

       │  ├ ble

       │  │  ├ controller

       │  │  │  └ include

       │  │  │     │ ll.h

       │  │  │     │ ll_math.h

       │  │  │     │ ll_sleep.h

       │  │  │     │ ll_timer2.h

       │  │  │     │ phy.h

       │  │  │     └ phy_image.h

       │  │  ├ hci

       │  │  │  │ hci_data.h

       │  │  │  │ hci_event.h

       │  │  │  └ hci_tl.h

       │  │  ├ host

       │  │  │  │ gatt_uuid.c

       │  │  │  └ linkdb.h

       │  │  └ include

       │  │     │ att.h

       │  │     │ bcomdef.h

       │  │     │ gap.h

       │  │     │ gatt.h

       │  │     │ gatt_uuid.h

       │  │     │ hci.h

       │  │     │ l2cap.h

       │  │     └ sm.h

       │  ├ hal

       │  │  ├ common

       │  │  │  │ hal_assert.c

       │  │  │  └ hal_drivers.c

       │  │  ├ include

       │  │  │  │ hal_adc.h

       │  │  │  │ hal_assert.h

       │  │  │  │ hal_board.h

       │  │  │  │ hal_defs.h

       │  │  │  │ hal_drivers.h

       │  │  │  │ hal_flash.h

       │  │  │  │ hal_key.h

       │  │  │  │ hal_lcd.h

       │  │  │  │ hal_led.h

       │  │  │  │ hal_rpc.h

       │  │  │  │ hal_sleep.h

       │  │  │  │ hal_timer.h

       │  │  │  └ hal_uart.h

       │  │  └ target

       │  │     ├ CC2540EB

       │  │     │  │ hal_adc.c

       │  │     │  │ hal_aes.c

       │  │     │  │ hal_aes.h

       │  │     │  │ hal_board_cfg.h

       │  │     │  │ hal_ccm.h

       │  │     │  │ hal_crc.c

       │  │     │  │ hal_crc.h

       │  │     │  │ hal_dma.c

       │  │     │  │ hal_dma.h

       │  │     │  │ hal_flash.c

       │  │     │  │ hal_i2c.c

       │  │     │  │ hal_i2c.h

       │  │     │  │ hal_key.c

       │  │     │  │ hal_lcd.c

       │  │     │  │ hal_led.c

       │  │     │  │ hal_mcu.h

       │  │     │  │ hal_sensor.c

       │  │     │  │ hal_sensor.h

       │  │     │  │ hal_sleep.c

       │  │     │  │ hal_startup.c

       │  │     │  │ hal_timer.c

       │  │     │  │ hal_types.h

       │  │     │  │ hal_uart.c

       │  │     │  │ _hal_uart_dma.c

       │  │     │  │ _hal_uart_isr.c

       │  │     │  └ _hal_uart_spi.c

       │  │     ├ CC2540USB

       │  │     │  │ hal_adc.c

       │  │     │  │ hal_aes.c

       │  │     │  │ hal_aes.h

       │  │     │  │ hal_board_cfg.h

       │  │     │  │ hal_crc.c

       │  │     │  │ hal_crc.h

       │  │     │  │ hal_dma.c

       │  │     │  │ hal_dma.h

       │  │     │  │ hal_flash.c

       │  │     │  │ hal_key.c

       │  │     │  │ hal_lcd.c

       │  │     │  │ hal_led.c

       │  │     │  │ hal_mcu.h

       │  │     │  │ hal_sleep.c

       │  │     │  │ hal_startup.c

       │  │     │  │ hal_timer.c

       │  │     │  │ hal_types.h

       │  │     │  │ hal_uart.c

       │  │     │  │ _hal_uart_dma.c

       │  │     │  │ _hal_uart_isr.c

       │  │     │  │ _hal_uart_spi.c

       │  │     │  │ _hal_uart_usb.c

       │  │     │  └ usb

       │  │     │     ├ class_cdc

       │  │     │     │  │ usb_cdc.h

       │  │     │     │  │ usb_cdc_descriptor.s51

       │  │     │     │  │ usb_cdc_hooks.c

       │  │     │     │  │ usb_cdc_hooks.h

       │  │     │     │  │ usb_firmware_library_config.c

       │  │     │     │  │ usb_firmware_library_config.h

       │  │     │     │  └ usb_firmware_library_headers.h

       │  │     │     ├ class_hid

       │  │     │     │  │ usb_class_requests.c

       │  │     │     │  │ usb_class_requests.h

       │  │     │     │  │ usb_firmware_library_config.c

       │  │     │     │  │ usb_firmware_library_config.h

       │  │     │     │  │ usb_firmware_library_headers.h

       │  │     │     │  │ usb_hid.c

       │  │     │     │  │ usb_hid.h

       │  │     │     │  │ usb_hid_descriptor.s51

       │  │     │     │  │ usb_hid_hooks.c

       │  │     │     │  │ usb_hid_reports.c

       │  │     │     │  └ usb_hid_reports.h

       │  │     │     ├ driver

       │  │     │     │  └ ccxxxx_usb_cdc.inf

       │  │     │     └ library

       │  │     │        │ usb_descriptor.h

       │  │     │        │ usb_framework.h

       │  │     │        │ usb_reg.h

       │  │     │        │ usb_standard_requests.c

       │  │     │        │ usb_standard_requests.h

       │  │     │        │ usb_suspend.h

       │  │     │        ├ cc2540

       │  │     │        │  │ usb_board_cfg.h

       │  │     │        │  │ usb_interrupt.c

       │  │     │        │  └ usb_suspend.c

       │  │     │        ├ cc2540_hid

       │  │     │        │  │ usb_board_cfg.h

       │  │     │        │  │ usb_interrupt.c

       │  │     │        │  └ usb_suspend.c

       │  │     │        ├ usb

       │  │     │        │  │ usb_descriptor_parser.c

       │  │     │        │  │ usb_descriptor_parser.h

       │  │     │        │  │ usb_framework.c

       │  │     │        │  │ usb_framework_structs.h

       │  │     │        │  └ usb_interrupt.h

       │  │     │        └ usb_hid

       │  │     │           │ usb_descriptor_parser.c

       │  │     │           │ usb_descriptor_parser.h

       │  │     │           │ usb_framework.c

       │  │     │           │ usb_framework_structs.h

       │  │     │           └ usb_interrupt.h

       │  │     ├ CC2541ARC

       │  │     │  │ AIR_MOTION_Lib.h

       │  │     │  │ AIR_MOTION_LIB_3G3A-Banked.r51

       │  │     │  │ AIR_MOTION_LIB_3G3A-NEAR.r51

       │  │     │  │ hal_accel.c

       │  │     │  │ hal_accel.h

       │  │     │  │ hal_aes.c

       │  │     │  │ hal_aes.h

       │  │     │  │ hal_buzzer.c

       │  │     │  │ hal_buzzer.h

       │  │     │  │ hal_drivers.c

       │  │     │  │ hal_drivers.h

       │  │     │  │ hal_gyro.c

       │  │     │  │ hal_gyro.h

       │  │     │  │ hal_i2c.c

       │  │     │  │ hal_i2c.h

       │  │     │  │ hal_key.c

       │  │     │  │ hal_mcu.h

TAGCC2541
  • 9 次
  • 1 分