2021-10-22 11:33:14 索煒達(dá)電子 783
項(xiàng)目編號(hào):E1657
文件大?。?5M
源碼說(shuō)明:帶中文注釋
開(kāi)發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述:
基于STM32的MAX30100簡(jiǎn)易血氧心率圖示儀
目錄│文件列表:
└ 基于STM32的MAX30100簡(jiǎn)易血氧心率圖示儀
└ Oximeter
├ image
│ │ 1.jpg
│ └ 2.jpg
├ MAX30100
│ │ .mxproject
│ │ HeartBeat.ioc
│ ├ App
│ │ ├ Inc
│ │ │ │ algorithm.h
│ │ │ │ blood.h
│ │ │ │ font.h
│ │ │ │ gui.h
│ │ │ └ user_main.h
│ │ └ Src
│ │ │ algorithm.c
│ │ │ blood.c
│ │ │ gui.c
│ │ └ user_main.c
│ ├ Core
│ │ ├ Inc
│ │ │ │ adc.h
│ │ │ │ dma.h
│ │ │ │ FreeRTOSConfig.h
│ │ │ │ gpio.h
│ │ │ │ main.h
│ │ │ │ spi.h
│ │ │ │ stm32f1xx_hal_conf.h
│ │ │ │ stm32f1xx_it.h
│ │ │ │ sys.h
│ │ │ │ tim.h
│ │ │ └ usart.h
│ │ └ Src
│ │ │ adc.c
│ │ │ dma.c
│ │ │ freertos.c
│ │ │ gpio.c
│ │ │ main.c
│ │ │ spi.c
│ │ │ stm32f1xx_hal_msp.c
│ │ │ stm32f1xx_hal_timebase_tim.c
│ │ │ stm32f1xx_it.c
│ │ │ sys.c
│ │ │ system_stm32f1xx.c
│ │ │ tim.c
│ │ └ usart.c
│ ├ Drivers
│ │ ├ CMSIS
│ │ │ ├ Core
│ │ │ │ ├ Include
│ │ │ │ │ │ cmsis_armcc.h
│ │ │ │ │ │ cmsis_armclang.h
│ │ │ │ │ │ cmsis_compiler.h
│ │ │ │ │ │ cmsis_gcc.h
│ │ │ │ │ │ cmsis_iccarm.h
│ │ │ │ │ │ cmsis_version.h
│ │ │ │ │ │ core_armv8mbl.h
│ │ │ │ │ │ core_armv8mml.h
│ │ │ │ │ │ core_cm0.h
│ │ │ │ │ │ core_cm0plus.h
│ │ │ │ │ │ core_cm1.h
│ │ │ │ │ │ core_cm23.h
│ │ │ │ │ │ core_cm3.h
│ │ │ │ │ │ core_cm33.h
│ │ │ │ │ │ core_cm4.h
│ │ │ │ │ │ core_cm7.h
│ │ │ │ │ │ core_sc000.h
│ │ │ │ │ │ core_sc300.h
│ │ │ │ │ │ mpu_armv7.h
│ │ │ │ │ │ mpu_armv8.h
│ │ │ │ │ └ tz_context.h
│ │ │ │ └ Template
│ │ │ │ └ ARMv8-M
│ │ │ │ │ main_s.c
│ │ │ │ └ tz_context.c
│ │ │ ├ Core_A
│ │ │ │ ├ Include
│ │ │ │ │ │ cmsis_armcc.h
│ │ │ │ │ │ cmsis_armclang.h
│ │ │ │ │ │ cmsis_compiler.h
│ │ │ │ │ │ cmsis_cp15.h
│ │ │ │ │ │ cmsis_gcc.h
│ │ │ │ │ │ cmsis_iccarm.h
│ │ │ │ │ │ core_ca.h
│ │ │ │ │ └ irq_ctrl.h
│ │ │ │ └ Source
│ │ │ │ └ irq_ctrl_gic.c
│ │ │ ├ Device
│ │ │ │ └ ST
│ │ │ │ └ STM32F1xx
│ │ │ │ ├ Include
│ │ │ │ │ │ stm32f100xb.h
│ │ │ │ │ │ stm32f100xe.h
│ │ │ │ │ │ stm32f101x6.h
│ │ │ │ │ │ stm32f101xb.h
│ │ │ │ │ │ stm32f101xe.h
│ │ │ │ │ │ stm32f101xg.h
│ │ │ │ │ │ stm32f102x6.h
│ │ │ │ │ │ stm32f102xb.h
│ │ │ │ │ │ stm32f103x6.h
│ │ │ │ │ │ stm32f103xb.h
│ │ │ │ │ │ stm32f103xe.h
│ │ │ │ │ │ stm32f103xg.h
│ │ │ │ │ │ stm32f105xc.h
│ │ │ │ │ │ stm32f107xc.h
│ │ │ │ │ │ stm32f1xx.h
│ │ │ │ │ └ system_stm32f1xx.h
│ │ │ │ └ Source
│ │ │ │ └ Templates
│ │ │ │ │ system_stm32f1xx.c
│ │ │ │ ├ arm
│ │ │ │ │ │ startup_stm32f100xb.s
│ │ │ │ │ │ startup_stm32f100xe.s
│ │ │ │ │ │ startup_stm32f101x6.s
│ │ │ │ │ │ startup_stm32f101xb.s
│ │ │ │ │ │ startup_stm32f101xe.s
│ │ │ │ │ │ startup_stm32f101xg.s
│ │ │ │ │ │ startup_stm32f102x6.s
│ │ │ │ │ │ startup_stm32f102xb.s
│ │ │ │ │ │ startup_stm32f103x6.s
│ │ │ │ │ │ startup_stm32f103xb.s
│ │ │ │ │ │ startup_stm32f103xe.s
│ │ │ │ │ │ startup_stm32f103xg.s
│ │ │ │ │ │ startup_stm32f105xc.s
│ │ │ │ │ └ startup_stm32f107xc.s
│ │ │ │ ├ gcc
│ │ │ │ │ │ startup_stm32f100xb.s
│ │ │ │ │ │ startup_stm32f100xe.s
│ │ │ │ │ │ startup_stm32f101x6.s
│ │ │ │ │ │ startup_stm32f101xb.s
│ │ │ │ │ │ startup_stm32f101xe.s
│ │ │ │ │ │ startup_stm32f101xg.s
│ │ │ │ │ │ startup_stm32f102x6.s
│ │ │ │ │ │ startup_stm32f102xb.s
│ │ │ │ │ │ startup_stm32f103x6.s
│ │ │ │ │ │ startup_stm32f103xb.s
│ │ │ │ │ │ startup_stm32f103xe.s
│ │ │ │ │ │ startup_stm32f103xg.s
│ │ │ │ │ │ startup_stm32f105xc.s
│ │ │ │ │ └ startup_stm32f107xc.s
│ │ │ │ └ iar
│ │ │ │ │ startup_stm32f100xb.s
│ │ │ │ │ startup_stm32f100xe.s
│ │ │ │ │ startup_stm32f101x6.s
│ │ │ │ │ startup_stm32f101xb.s
│ │ │ │ │ startup_stm32f101xe.s
│ │ │ │ │ startup_stm32f101xg.s
│ │ │ │ │ startup_stm32f102x6.s
│ │ │ │ │ startup_stm32f102xb.s
│ │ │ │ │ startup_stm32f103x6.s
│ │ │ │ │ startup_stm32f103xb.s
│ │ │ │ │ startup_stm32f103xe.s
│ │ │ │ │ startup_stm32f103xg.s
│ │ │ │ │ startup_stm32f105xc.s
│ │ │ │ │ startup_stm32f107xc.s
│ │ │ │ └ linker
│ │ │ │ │ stm32f100xb_flash.icf
│ │ │ │ │ stm32f100xb_sram.icf
│ │ │ │ │ stm32f100xe_flash.icf
│ │ │ │ │ stm32f100xe_sram.icf
│ │ │ │ │ stm32f101x6_flash.icf
│ │ │ │ │ stm32f101x6_sram.icf
│ │ │ │ │ stm32f101xb_flash.icf
│ │ │ │ │ stm32f101xb_sram.icf
│ │ │ │ │ stm32f101xe_flash.icf
│ │ │ │ │ stm32f101xe_sram.icf
│ │ │ │ │ stm32f101xg_flash.icf
│ │ │ │ │ stm32f101xg_sram.icf
│ │ │ │ │ stm32f102x6_flash.icf
│ │ │ │ │ stm32f102x6_sram.icf
│ │ │ │ │ stm32f102xb_flash.icf
│ │ │ │ │ stm32f102xb_sram.icf
│ │ │ │ │ stm32f103x6_flash.icf
│ │ │ │ │ stm32f103x6_sram.icf
│ │ │ │ │ stm32f103xb_flash.icf
│ │ │ │ │ stm32f103xb_sram.icf
│ │ │ │ │ stm32f103xe_flash.icf
│ │ │ │ │ stm32f103xe_sram.icf
│ │ │ │ │ stm32f103xg_flash.icf
│ │ │ │ │ stm32f103xg_sram.icf
│ │ │ │ │ stm32f105xc_flash.icf
│ │ │ │ │ stm32f105xc_sram.icf
│ │ │ │ │ stm32f107xc_flash.icf
│ │ │ │ └ stm32f107xc_sram.icf
│ │ │ ├ DSP
│ │ │ │ ├ DSP_Lib_TestSuite
│ │ │ │ │ ├ Common
│ │ │ │ │ │ ├ inc
│ │ │ │ │ │ │ │ all_tests.h
│ │ │ │ │ │ │ │ math_helper.h
│ │ │ │ │ │ │ │ type_abbrev.h
│ │ │ │ │ │ │ ├ basic_math_tests
│ │ │ │ │ │ │ │ │ basic_math_templates.h
│ │ │ │ │ │ │ │ │ basic_math_tests.h
│ │ │ │ │ │ │ │ │ basic_math_test_data.h
│ │ │ │ │ │ │ │ └ basic_math_test_group.h
│ │ │ │ │ │ │ ├ complex_math_tests
│ │ │ │ │ │ │ │ │ complex_math_templates.h
│ │ │ │ │ │ │ │ │ complex_math_tests.h
│ │ │ │ │ │ │ │ │ complex_math_test_data.h
│ │ │ │ │ │ │ │ └ complex_math_test_group.h
│ │ │ │ │ │ │ ├ controller_tests
│ │ │ │ │ │ │ │ │ controller_templates.h
│ │ │ │ │ │ │ │ │ controller_tests.h
│ │ │ │ │ │ │ │ │ controller_test_data.h
│ │ │ │ │ │ │ │ └ controller_test_group.h
│ │ │ │ │ │ │ ├ fast_math_tests
│ │ │ │ │ │ │ │ │ fast_math_templates.h
│ │ │ │ │ │ │ │ │ fast_math_test_data.h
│ │ │ │ │ │ │ │ └ fast_math_test_group.h
│ │ │ │ │ │ │ ├ filtering_tests
│ │ │ │ │ │ │ │ │ filtering_templates.h
│ │ │ │ │ │ │ │ │ filtering_tests.h
│ │ │ │ │ │ │ │ │ filtering_test_data.h
│ │ │ │ │ │ │ │ └ filtering_test_group.h
│ │ │ │ │ │ │ ├ intrinsics_tests
│ │ │ │ │ │ │ │ │ intrinsics_templates.h
│ │ │ │ │ │ │ │ │ intrinsics_test_data.h
│ │ │ │ │ │ │ │ └ intrinsics_test_group.h
│ │ │ │ │ │ │ ├ matrix_tests
│ │ │ │ │ │ │ │ │ matrix_templates.h
│ │ │ │ │ │ │ │ │ matrix_tests.h
│ │ │ │ │ │ │ │ │ matrix_test_data.h
│ │ │ │ │ │ │ │ └ matrix_test_group.h