极品馒头泬19p,国产精品亚洲一区二区三区,狠狠色噜噜狠狠狠7777奇米,国产精品视频一区二区三区无码,国产欧美日韩久久久久

【E1057】分享幾個寫的STM32F030的外設(shè)程序

2021-09-11 15:28:14      索煒達(dá)電子      1260     

項目編號:E1057

文件大?。?M

源碼說明:帶中文注釋

開發(fā)環(huán)境:C編譯器

簡要概述:

分享幾個STM32F030的外設(shè)程序,包含“ADC DMA轉(zhuǎn)換”、“片內(nèi)Flash讀寫數(shù)據(jù)”、“TIM3-CH1捕獲紅外解碼”、“USART1 DMA 收發(fā)不定長數(shù)據(jù)”、“定時器16 17溢出中斷”、“獨立看門狗”

目錄│文件列表:

 └ F030例程

    └ F030例程

       │ keilkilll.bat

       ├ ADC DMA轉(zhuǎn)換

       │  │ keilkilll.bat

       │  ├ HardWare

       │  │  │ DS3231.C

       │  │  │ DS3231.h

       │  │  │ TM1650.c

       │  │  └ TM1650.H

       │  ├ Libraries

       │  │  ├ CMSIS

       │  │  │  ├ Device

       │  │  │  │  └ ST

       │  │  │  │     └ STM32F0xx

       │  │  │  │        ├ Include

       │  │  │  │        │  │ stm32f0xx.h

       │  │  │  │        │  └ system_stm32f0xx.h

       │  │  │  │        └ Source

       │  │  │  │           └ Templates

       │  │  │  │              │ system_stm32f0xx.c

       │  │  │  │              ├ arm

       │  │  │  │              │  │ startup_stm32f030.s

       │  │  │  │              │  │ startup_stm32f030xc.s

       │  │  │  │              │  │ startup_stm32f031.s

       │  │  │  │              │  │ startup_stm32f042.s

       │  │  │  │              │  │ startup_stm32f051.s

       │  │  │  │              │  │ startup_stm32f070x6.s

       │  │  │  │              │  │ startup_stm32f070xb.s

       │  │  │  │              │  │ startup_stm32f072.s

       │  │  │  │              │  │ startup_stm32f091.s

       │  │  │  │              │  │ startup_stm32f0xx.s

       │  │  │  │              │  └ startup_stm32f0xx_ld.s

       │  │  │  │              ├ gcc_ride7

       │  │  │  │              │  │ startup_stm32f030.s

       │  │  │  │              │  │ startup_stm32f031.s

       │  │  │  │              │  │ startup_stm32f042.s

       │  │  │  │              │  │ startup_stm32f051.s

       │  │  │  │              │  │ startup_stm32f072.s

       │  │  │  │              │  └ startup_stm32f0xx.s

       │  │  │  │              ├ iar

       │  │  │  │              │  │ startup_stm32f030.s

       │  │  │  │              │  │ startup_stm32f030xc.s

       │  │  │  │              │  │ startup_stm32f031.s

       │  │  │  │              │  │ startup_stm32f042.s

       │  │  │  │              │  │ startup_stm32f051.s

       │  │  │  │              │  │ startup_stm32f070x6.s

       │  │  │  │              │  │ startup_stm32f070xb.s

       │  │  │  │              │  │ startup_stm32f072.s

       │  │  │  │              │  │ startup_stm32f091.s

       │  │  │  │              │  │ startup_stm32f0xx.s

       │  │  │  │              │  └ startup_stm32f0xx_ld.s

       │  │  │  │              └ TrueSTUDIO

       │  │  │  │                 │ startup_stm32f030.s

       │  │  │  │                 │ startup_stm32f030xc.s

       │  │  │  │                 │ startup_stm32f031.s

       │  │  │  │                 │ startup_stm32f042.s

       │  │  │  │                 │ startup_stm32f051.s

       │  │  │  │                 │ startup_stm32f070x6.s

       │  │  │  │                 │ startup_stm32f070xb.s

       │  │  │  │                 │ startup_stm32f072.s

       │  │  │  │                 │ startup_stm32f091.s

       │  │  │  │                 │ startup_stm32f0xx.s

       │  │  │  │                 └ startup_stm32f0xx_ld.s

       │  │  │  └ Include

       │  │  │     │ arm_common_tables.h

       │  │  │     │ arm_const_structs.h

       │  │  │     │ arm_math.h

       │  │  │     │ core_cm0.h

       │  │  │     │ core_cm0plus.h

       │  │  │     │ core_cm3.h

       │  │  │     │ core_cm4.h

       │  │  │     │ core_cm4_simd.h

       │  │  │     │ core_cmFunc.h

       │  │  │     │ core_cmInstr.h

       │  │  │     │ core_sc000.h

       │  │  │     └ core_sc300.h

       │  │  ├ STM32F0xx_CPAL_Driver

       │  │  │  ├ inc

       │  │  │  │  │ stm32f0xx_i2c_cpal.h

       │  │  │  │  │ stm32f0xx_i2c_cpal_conf_template.h

       │  │  │  │  └ stm32f0xx_i2c_cpal_hal.h

       │  │  │  └ src

       │  │  │     │ stm32f0xx_i2c_cpal.c

       │  │  │     │ stm32f0xx_i2c_cpal_hal.c

       │  │  │     └ stm32f0xx_i2c_cpal_usercallback_template.c

       │  │  └ STM32F0xx_StdPeriph_Driver

       │  │     ├ inc

       │  │     │  │ stm32f0xx_adc.h

       │  │     │  │ stm32f0xx_can.h

       │  │     │  │ stm32f0xx_cec.h

       │  │     │  │ stm32f0xx_comp.h

       │  │     │  │ stm32f0xx_crc.h

       │  │     │  │ stm32f0xx_crs.h

       │  │     │  │ stm32f0xx_dac.h

       │  │     │  │ stm32f0xx_dbgmcu.h

       │  │     │  │ stm32f0xx_dma.h

       │  │     │  │ stm32f0xx_exti.h

       │  │     │  │ stm32f0xx_flash.h

       │  │     │  │ stm32f0xx_gpio.h

       │  │     │  │ stm32f0xx_i2c.h

       │  │     │  │ stm32f0xx_iwdg.h

       │  │     │  │ stm32f0xx_misc.h

       │  │     │  │ stm32f0xx_pwr.h

TAGSTM32F030
  • 15 次
  • 1 分