资源简介
利用STM32CubeMX进行STM32F401CCU6配置,采用电脑串口助手来显示程序的运行状态。对于没有JLINK V8,ST-LlNK V2调试器仿真器的单片机爱好者并不是一件坏事。PA1作为ADC1模拟信号输入端(0v-3.3v),电脑串口助手将显示相应数字变化量。
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f4xx.c
* @author MCD Application Team
* @version V2.4.3
* @date 22-January-2016
* @brief CMSIS Cortex-M4 Device Peripheral Access layer System Source File.
*
* This file provides two functions and one global variable to be called from
* user application:
* - SystemInit(): This function is called at startup just after reset and
* before branch to main program. This call is made inside
* the “startup_stm32f4xx.s“ file.
*
* - SystemCoreClock variable: Contains the core clock (HCLK) it can be used
* by the user application to setup the SysTick
* timer or configure other parameters.
*
* - SystemCoreClockUpdate(): Updates the variable SystemCoreClock and must
* be called whenever the core clock is changed
* during program execution.
*
*
******************************************************************************
* @attention
*
* © COPYRIGHT 2016 STMicroelectronics
*
* Redistribution and use in source and binary forms with or without modification
* are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright notice
* this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
* 3. Neither the name of STMicroelectronics nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS“
* AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL
* DAMAGES (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
******************************************************************************
*/
/** @addtogroup
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5431 2016-05-12 22:36 ADC\ADC.ioc
文件 8372 2016-05-15 20:09 ADC\Src\main.c
文件 5606 2016-05-12 22:36 ADC\Src\stm32f4xx_it.c
文件 6320 2016-05-12 22:36 ADC\Src\stm32f4xx_hal_msp.c
文件 2964 2016-05-12 22:36 ADC\Inc\stm32f4xx_it.h
文件 17615 2016-05-12 22:36 ADC\Inc\stm32f4xx_hal_conf.h
文件 2492 2016-05-12 22:36 ADC\Inc\mxconstants.h
文件 5451 2016-05-12 22:36 ADC\.mxproject
文件 36470 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_can.h
文件 30399 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cec.h
文件 17506 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_conf_template.h
文件 7302 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_crc.h
文件 23297 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cryp.h
文件 8126 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_cryp_ex.h
文件 16447 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dac.h
文件 11243 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dac_ex.h
文件 20406 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dcmi.h
文件 10055 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dcmi_ex.h
文件 8534 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_def.h
文件 25141 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma2d.h
文件 4240 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dma_ex.h
文件 51797 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_dsi.h
文件 114546 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_eth.h
文件 16347 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash.h
文件 3550 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_flash_ramfunc.h
文件 32368 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_fmpi2c.h
文件 5908 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_fmpi2c_ex.h
文件 13947 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_gpio.h
文件 16104 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_hash.h
文件 6781 2016-04-08 10:05 ADC\Drivers\STM32F4xx_HAL_Driver\Inc\stm32f4xx_hal_hash_ex.h
............此处省略636个文件信息
相关资源
- 数字电子秤设计(ADC0809)
- FPGA综合系统设计一1.250μs冲击电压测
- STM32 ADC由定时器触发转换
- hybrid-v35_64-nodebug-pcoem-6_30_223_271.tar.g
- 利用Multisim10设计ADC
- 基于STM32双路ADC
- 51单片机AD0809电路设计程序+原理图
- STM8S105C6 ADC三通道采样-调试可用
- STM32F103驱动ILI9341DS18B20RTCADCIRED
- STM32中断查询AD转换结果 ,电压大于
- stm32 adc多通道采集 库函数版本
- STM8L 内部温度ADC检测
- STM32F407ADC采集信号通过DMA发送给内存
- Broadcom430N 802.11n苹果无线网卡驱动
- dsp 2808 pfc epwm adc两相PFC测试程序 程序
- stm32 DMA+ADC 三通道电压连续采样
- 基于stm32采集16位的ads1118
- 基于stm32的无线数据传输
- Delta Sigma Modulator讲义
- AcmeCADConverter2019_v8981492.zip
- 最新版Understanding Delta-Sigma Data Conver
- Digital Video and Audio Broadcasting Technolog
- STM32+ADC+DMA+USART
- STM32F429操作两片AD7689
- Broadcom SDK
- broadcom的sdk(bcm)
- hal库定时器触发adc dma采集
- STM32 adc采集数据存到SD卡中
- stm32 ADC采集DAC电压并显示在串口调试
- 基于STM32单片机的饮水机水位控制系统
评论
共有 条评论