【E1220】STM32F411CEU6驱动BMP280测量气压高度

2021-09-17 10:25:50      索炜达电子      552     

项目编号:E1220

文件大小:10M

源码说明:带中文注释

开发环境:C编译器

简要概述:

鉴于网上关于STM32F411CEU6的代码很少,也很少由BMP280的驱动,我做成功,现在也分享我的工程,如上所述,亲测可用。

目录│文件列表:

 │ F411_BMP280-气压-高度.zip

 └ F411_BMP280-气压-高度

    └ F411_BMP280-气压-高度

       │ keilkilll.bat

       │ README.TXT

       ├ CORE

       │  │ cmsis_armcc.h

       │  │ core_cm4.h

       │  │ core_cmFunc.h

       │  │ core_cmInstr.h

       │  │ core_cmSimd.h

       │  └ startup_stm32f411xe.s

       ├ HALLIB

       │  └ STM32F4xx_HAL_Driver

       │     ├ Inc

       │     │  │ stm32f4xx_hal.h

       │     │  │ stm32f4xx_hal_adc.h

       │     │  │ stm32f4xx_hal_adc_ex.h

       │     │  │ stm32f4xx_hal_can.h

       │     │  │ stm32f4xx_hal_cec.h

       │     │  │ stm32f4xx_hal_conf_template.h

       │     │  │ stm32f4xx_hal_cortex.h

       │     │  │ stm32f4xx_hal_crc.h

       │     │  │ stm32f4xx_hal_cryp.h

       │     │  │ stm32f4xx_hal_cryp_ex.h

       │     │  │ stm32f4xx_hal_dac.h

       │     │  │ stm32f4xx_hal_dac_ex.h

       │     │  │ stm32f4xx_hal_dcmi.h

       │     │  │ stm32f4xx_hal_dcmi_ex.h

       │     │  │ stm32f4xx_hal_def.h

       │     │  │ stm32f4xx_hal_dfsdm.h

       │     │  │ stm32f4xx_hal_dma.h

       │     │  │ stm32f4xx_hal_dma2d.h

       │     │  │ stm32f4xx_hal_dma_ex.h

       │     │  │ stm32f4xx_hal_dsi.h

       │     │  │ stm32f4xx_hal_eth.h

       │     │  │ stm32f4xx_hal_flash.h

       │     │  │ stm32f4xx_hal_flash_ex.h

       │     │  │ stm32f4xx_hal_flash_ramfunc.h

       │     │  │ stm32f4xx_hal_fmpi2c.h

       │     │  │ stm32f4xx_hal_fmpi2c_ex.h

       │     │  │ stm32f4xx_hal_gpio.h

       │     │  │ stm32f4xx_hal_gpio_ex.h

       │     │  │ stm32f4xx_hal_hash.h

       │     │  │ stm32f4xx_hal_hash_ex.h

       │     │  │ stm32f4xx_hal_hcd.h

       │     │  │ stm32f4xx_hal_i2c.h

       │     │  │ stm32f4xx_hal_i2c_ex.h

       │     │  │ stm32f4xx_hal_i2s.h

       │     │  │ stm32f4xx_hal_i2s_ex.h

       │     │  │ stm32f4xx_hal_irda.h

       │     │  │ stm32f4xx_hal_iwdg.h

       │     │  │ stm32f4xx_hal_lptim.h

       │     │  │ stm32f4xx_hal_ltdc.h

       │     │  │ stm32f4xx_hal_ltdc_ex.h

       │     │  │ stm32f4xx_hal_mmc.h

       │     │  │ stm32f4xx_hal_nand.h

       │     │  │ stm32f4xx_hal_nor.h

       │     │  │ stm32f4xx_hal_pccard.h

       │     │  │ stm32f4xx_hal_pcd.h

       │     │  │ stm32f4xx_hal_pcd_ex.h

       │     │  │ stm32f4xx_hal_pwr.h

       │     │  │ stm32f4xx_hal_pwr_ex.h

       │     │  │ stm32f4xx_hal_qspi.h

       │     │  │ stm32f4xx_hal_rcc.h

       │     │  │ stm32f4xx_hal_rcc_ex.h

       │     │  │ stm32f4xx_hal_rng.h

       │     │  │ stm32f4xx_hal_rtc.h

       │     │  │ stm32f4xx_hal_rtc_ex.h

       │     │  │ stm32f4xx_hal_sai.h

       │     │  │ stm32f4xx_hal_sai_ex.h

       │     │  │ stm32f4xx_hal_sd.h

       │     │  │ stm32f4xx_hal_sdram.h

       │     │  │ stm32f4xx_hal_smartcard.h

       │     │  │ stm32f4xx_hal_spdifrx.h

       │     │  │ stm32f4xx_hal_spi.h

       │     │  │ stm32f4xx_hal_sram.h

       │     │  │ stm32f4xx_hal_tim.h

       │     │  │ stm32f4xx_hal_tim_ex.h

       │     │  │ stm32f4xx_hal_uart.h

       │     │  │ stm32f4xx_hal_usart.h

       │     │  │ stm32f4xx_hal_wwdg.h

       │     │  │ stm32f4xx_ll_adc.h

TAGBMP280
  • 1 次
  • 1 分