资源简介
STM32f0 程序,包含调光,串口,ADC亮度采集,绝对可用,自己写的。下载了那么多别人的东西,今天自己也搞一个分享给别人,酷,感谢以前的大神。
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f0xx.c
* @author MCD Application Team
* @brief CMSIS Cortex-M0 Device Peripheral Access layer System Source File.
*
* 1. 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_stm32f0xx.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.
*
* 2. After each device reset the HSI (8 MHz) is used as system clock source.
* Then SystemInit() function is called in “startup_stm32f0xx.s“ file to
* configure the system clock before to branch to main program.
*
* 3. This file configures the system clock as follows:
*=============================================================================
* Supported STM32F0xx device
*-----------------------------------------------------------------------------
* System Clock source | HSI
*-----------------------------------------------------------------------------
* SYSCLK(Hz) | 8000000
*-----------------------------------------------------------------------------
* HCLK(Hz) | 8000000
*-----------------------------------------------------------------------------
* AHB Prescaler | 1
*-----------------------------------------------------------------------------
* APB1 Prescaler | 1
*-----------------------------------------------------------------------------
*=============================================================================
******************************************************************************
* @attention
*
* © COPYRIGHT(c) 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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-03-20 13:37 LED-030f4-V10 - OK&PWM&USART&LIGHT\
文件 5569 2019-03-18 13:45 LED-030f4-V10 - OK&PWM&USART&LIGHT\.mxproject
目录 0 2019-03-20 13:37 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\
目录 0 2019-03-20 13:37 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\
目录 0 2019-03-20 13:37 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\
目录 0 2019-03-20 13:37 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\
目录 0 2019-03-20 13:37 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\
文件 5114 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_abs_f32.c
文件 5458 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_abs_q15.c
文件 4431 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_abs_q31.c
文件 5090 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_abs_q7.c
文件 4891 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_add_f32.c
文件 4423 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_add_q15.c
文件 4553 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_add_q31.c
文件 4226 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_add_q7.c
文件 4613 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_dot_prod_f32.c
文件 4912 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_dot_prod_q15.c
文件 5000 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_dot_prod_q31.c
文件 5408 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_dot_prod_q7.c
文件 5582 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_mult_f32.c
文件 5306 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_mult_q15.c
文件 5201 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_mult_q31.c
文件 4530 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_mult_q7.c
文件 4574 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_negate_f32.c
文件 4621 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_negate_q15.c
文件 4178 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_negate_q31.c
文件 4104 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_negate_q7.c
文件 5095 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_offset_f32.c
文件 4534 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_offset_q15.c
文件 4425 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_offset_q31.c
文件 4462 2018-11-15 17:32 LED-030f4-V10 - OK&PWM&USART&LIGHT\Drivers\CMSIS\DSP_Lib\Source\BasicMathFunctions\arm_offset_q7.c
............此处省略763个文件信息
相关资源
- 基于STM32F4x9的LCD显示
- VS1053B编解码器的VDR分布式声音采集卡
- stm32f103.SchDoc
- STM32F103 USART+DMA
- stm32f105-usart-DMA收发demo
- STM32F042F6P6 Uart12DMA;发送中断接收
- 基于STM32F103C8单片机的晶联讯电子JL
- stm32F4+w5300
- STM32F103实现OV7670摄像头显示
- STM32F207学习板例程
- STM32F103VCT6TR - High-density performance lin
- stm32f103 虚拟U盘,调试成功的
- 基于stm32F103vct6的SD卡FATFS文件系统移植
- STM32F030从机中断接收的iic代码,附带
- FreeModbus_Slave+STM32F407+USART2代码亲测可
- STM32F103启动文件HD;MD
- STM32F407 串口配置 串口1~6 六串口同时
- STM32F407_6个串口同时使用的代码
- STM32 自带内部FLASH 读写
- STM32F407实时时钟_DS1302实时时钟模块和
- 基于STM32F103的实时时钟程序,采用D
- STM32F072xx数据手册
- STM32F429内部FLASH读写程序
- stm32f407读写flash的demo,基于正点原子
- STM32F2技术培训_通用定时器_TIM.pdf
- STM32F4x7_ETH_LwIP_V1.0.0
- STM32F103系列PWM输出应用之纸短情长音
- STM32F030051C8T6最小系统资料
- 基于STM32F407的视频采集与传输系统设
- STM32F103移植FreeModbus实现modbus主机.zi
评论
共有 条评论