资源简介
STM32 做的modbus_rtu程序,使用KEIL编写,没有移植FREEMODBUS,适合搞MODBUS协议开发的朋友
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f10x.c
* @author MCD Application Team
* @version V3.5.0
* @date 11-March-2011
* @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_stm32f10x_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_stm32f10x_xx.s“ file to
* configure the system clock before to branch to main program.
*
* 3. If the system clock source selected by user fails to startup the SystemInit()
* function will do nothing and HSI still used as system clock source. User can
* add some code to deal with this issue inside the SetSysClock() function.
*
* 4. The default value of HSE crystal is set to 8 MHz (or 25 MHz depedning on
* the product used) refer to “HSE_VALUE“ define in “stm32f10x.h“ file.
* 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
*
* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
* TIME. AS A RESULT STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY
* DIRECT INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
* FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
* CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
*
* © COPYRIGHT 2011 STMicroelectronics
******************************************************************************
*/
/** @addtogroup CMSIS
* @{
*/
/** @addtogroup stm32f10x_system
* @{
*
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 73863 2014-06-06 16:02 Modbus_6.6\D_EXAMPLE.map
文件 458 2013-05-17 17:11 Modbus_6.6\D_EXAMPLE.plg
....... 136350 2014-04-28 10:46 Modbus_6.6\D_EXAMPLE.uvgui.Admin
....... 137259 2014-06-06 16:02 Modbus_6.6\D_EXAMPLE.uvgui.Administrator
....... 136351 2014-04-28 10:43 Modbus_6.6\D_EXAMPLE.uvgui_Admin.bak
....... 136527 2014-06-06 15:54 Modbus_6.6\D_EXAMPLE.uvgui_Administrator.bak
....... 14023 2014-06-06 16:02 Modbus_6.6\D_EXAMPLE.uvopt
....... 17015 2014-06-06 15:54 Modbus_6.6\D_EXAMPLE.uvproj
文件 19816 2014-06-06 16:02 Modbus_6.6\D_EXAMPLE_Moban.dep
文件 76 2013-05-17 17:07 Modbus_6.6\D_EXAMPLE_Target 1.dep
....... 14023 2014-06-06 15:54 Modbus_6.6\D_EXAMPLE_uvopt.bak
....... 16916 2014-06-06 15:53 Modbus_6.6\D_EXAMPLE_uvproj.bak
文件 6905 2014-04-28 10:35 Modbus_6.6\History\sch.~(1).SchDoc.Zip
文件 47780351 2014-06-06 11:58 Modbus_6.6\Jli
文件 573 2013-09-17 08:59 Modbus_6.6\Jli
文件 354450 2014-06-06 15:54 Modbus_6.6\OUTPUT\config.crf
文件 1730 2014-06-06 15:54 Modbus_6.6\OUTPUT\config.d
文件 389008 2014-06-06 15:54 Modbus_6.6\OUTPUT\config.o
文件 347 2014-06-06 15:54 Modbus_6.6\OUTPUT\config.__i
文件 3547 2014-06-06 15:53 Modbus_6.6\OUTPUT\core_cm3.crf
文件 111 2014-06-06 15:53 Modbus_6.6\OUTPUT\core_cm3.d
文件 10328 2014-06-06 15:53 Modbus_6.6\OUTPUT\core_cm3.o
文件 376 2014-06-06 15:53 Modbus_6.6\OUTPUT\core_cm3.__i
文件 340084 2014-06-06 16:02 Modbus_6.6\OUTPUT\D_EXAMPLE.axf
文件 61496 2014-06-06 16:02 Modbus_6.6\OUTPUT\D_EXAMPLE.htm
文件 546 2014-06-06 16:02 Modbus_6.6\OUTPUT\D_EXAMPLE.lnp
文件 1044 2014-06-06 16:02 Modbus_6.6\OUTPUT\D_EXAMPLE.plg
文件 479 2014-04-14 12:27 Modbus_6.6\OUTPUT\D_EXAMPLE.sct
文件 1834 2014-06-06 16:02 Modbus_6.6\OUTPUT\D_EXAMPLE.tra
....... 479 2013-09-22 15:45 Modbus_6.6\OUTPUT\D_EXAMPLE_sct.Bak
............此处省略161个文件信息
相关资源
- 基于STM32的DHT11的温湿度采集GSM报警系
- stm32接收短信并开启继电器
- stm32智能小车/数组控制小车路径/避障
- NRF24L01收发程序STM32F407
- 蓝桥杯嵌入式五届到八届完成全部源
- stm32f103zet6+摄像头颜色识别
- 基于stm32的红外代码程序
- LD3320语音模块资料51单片机代码,ST
- STM32F777 eMMC 驱动
- STM32F单片机与SIM900A的硬件条件下读一
- STM32 MPU6050 载人平衡车资料
- STM32F429DISCOVERY外接SD卡使用SDIO4BIT方式
- 4*4键盘编码器,VHDL语言
- 28BYJ-48步进电机(STM32F1)
- uCOS-III+STemWin+Fatfs+usb在STM32F407上成功移
- stm32+ov7670数字识别
- GRBL在STM32的移植
- stm32f103中文资料.
-
STM32 STli
nk驱动 - 基于STM32和SIM900A的无线通信模块设计
- PID-增量式PID和位置式PID算法实现和
- VirtualLocation.rar
- STM32F103 SX1278完整的通讯程序+sx12xxDr
- 增益可控放大器
- STM32F407串口1-6 CAN1&2测试例程
- stm32f103c8t6 OLED 硬件SPI
- STM32智能家居程序
- 循迹避障小车工程进阶版本
- mlx90614红外测温传感器stm32f103rct6
- stm32f103高级定时器双通道输入捕获
评论
共有 条评论