资源简介
Proteus仿真stm32串口(proteus工程+keil工程),使用虚拟串口软件!基于HAL库
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f1xx.c
* @author MCD Application Team
* @version V4.2.0
* @date 31-March-2017
* @brief CMSIS Cortex-M3 Device Peripheral Access layer System Source File.
*
* 1. This file provides two functions and one global variable to be called from
* user application:
* - SystemInit(): Setups the system clock (System clock source PLL Multiplier
* factors AHB/APBx prescalers and Flash settings).
* This function is called at startup just after reset and
* before branch to main program. This call is made inside
* the “startup_stm32f1xx_xx.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_stm32f1xx_xx.s“ file to
* configure the system clock before to branch to main program.
*
* 4. The default value of HSE crystal is set to 8 MHz (or 25 MHz depending on
* the product used) refer to “HSE_VALUE“.
* When HSE is used as system clock source directly or through PLL and you
* are using different crystal you have to adapt the HSE value to your own
* configuration.
*
******************************************************************************
* @attention
*
* © COPYRIGHT(c) 2017 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 WARRANTIE
相关资源
- STM32 MODBUS主机程序
- STM32控制步进电机梯形加速
- 高级定时器TIM1 四个通道输出不同频率
- LD3320语音模块STM32
- stm32f103 RT_Thread lwip移植步骤说明
- 基于STM32单片机的智能浇水系统.pdf
- 电子-复件实验15RTC模拟指针时钟实验
- STM32L0x1参考手册.pdf
- STM32通过串口HC05蓝牙控制LED的源码
- STM32的SPI通信总结(含DMA).pdf
- STM32 多路超声波程序亲测好用
- 基于STM32的万用表代码
- STM32程序使用VS1053和2401做对讲机
- 基于STM32的远程视频传输实现
- MPU6050姿态解算STM32源码卡尔曼滤波
- mpu6050程序 stm32
- STM32F103+HMC5883L
- STM32DS18B20程序
- 基于STM32光电编码器测速
- freemodbus RTU移植stm32过程代码
- stm32读取ADXL345加速度传感器数据IIC协
- IAP——STM32官网USART例程——编译直接
- STM32F蓝牙超声波避障小车
- F103单定时器4路任意频率PWM输出实验
- STM32F103驱动DHT22温湿度传感器、BH175
- 抢答器.rar
- stm32麦轮小车源码
- STM32F103超精准步进电机定角oled显示角
- TFTLCD实时绘制曲线曲线动态更新
- wenshidushangweiji.rar
评论
共有 条评论