资源简介
利用PT100或PT1000进行温度探测,使用MAX31865作为处理模块,代码基于STM32的HAL库,利用串口显示温度数据,代码经个人检测有效。
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f3xx.c
* @author MCD Application Team
* @version V2.3.0
* @date 29-April-2015
* @brief CMSIS Cortex-M4 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_stm32f3xx.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_stm32f3xx.s“ file to
* configure the system clock before to branch to main program.
*
* 3. This file configures the system clock as follows:
*=============================================================================
* Supported STM32F3xx device
*-----------------------------------------------------------------------------
* System Clock source | HSI
*-----------------------------------------------------------------------------
* SYSCLK(Hz) | 8000000
*-----------------------------------------------------------------------------
* HCLK(Hz) | 8000000
*-----------------------------------------------------------------------------
* AHB Prescaler | 1
*-----------------------------------------------------------------------------
* APB2 Prescaler | 1
*-----------------------------------------------------------------------------
* APB1 Prescaler | 1
*-----------------------------------------------------------------------------
* USB Clock | DISABLE
*-----------------------------------------------------------------------------
*=============================================================================
******************************************************************************
* @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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 5494 2016-12-29 22:53 MAX31865-master\.mxproject
....... 704815 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f301x8.h
....... 1044166 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f302x8.h
....... 1068464 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f302xc.h
....... 1220570 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f302xe.h
....... 1026512 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f303x8.h
....... 1130190 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f303xc.h
....... 1291419 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f303xe.h
....... 701944 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f318xx.h
....... 1024520 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f328xx.h
....... 1297990 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f334x8.h
....... 1112309 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f358xx.h
....... 996683 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f373xc.h
....... 979269 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f378xx.h
....... 1272206 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f398xx.h
....... 8995 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\stm32f3xx.h
....... 3671 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Include\system_stm32f3xx.h
....... 16643 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Source\Templates\arm\startup_stm32f301x8.s
....... 17458 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Source\Templates\arm\startup_stm32f302x8.s
....... 18185 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Source\Templates\arm\startup_stm32f302xc.s
....... 19095 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Source\Templates\arm\startup_stm32f302xe.s
....... 16820 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Source\Templates\arm\startup_stm32f303x8.s
....... 18892 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Source\Templates\arm\startup_stm32f303xc.s
....... 19802 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Source\Templates\arm\startup_stm32f303xe.s
....... 16543 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Source\Templates\arm\startup_stm32f318xx.s
....... 16714 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Source\Templates\arm\startup_stm32f328xx.s
....... 17485 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Source\Templates\arm\startup_stm32f334x8.s
....... 18365 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Source\Templates\arm\startup_stm32f358xx.s
....... 18421 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Source\Templates\arm\startup_stm32f373xc.s
....... 18044 2016-12-29 22:53 MAX31865-master\Drivers\CMSIS\Device\ST\STM32F3xx\Source\Templates\arm\startup_stm32f378xx.s
............此处省略616个文件信息
- 上一篇:《Programming in Lua》中文版
- 下一篇:ESP8266连接云平台
相关资源
- 总结——调试STM32F103ZET6外围传感器
- STM32(TCP转MQTT).rar
- AD7705 源程序
- STM32F103C8T6读取DS18B20串口显示程序
- STM32+LAN9252 EtherCAT DS402
- stm32f103封装库283282
- STM32f103zet6脉冲周期检测间接的频率
- 2018年电赛G题f103附带程序
- 基于STM32F103ZE的STH3x温湿度传感器代码
- STM32f103C8t6型单片机用于超声波测距
- DHT11温湿度传感器项目代码.rar
- STM32 ADC与DMA多通道采集加均值滤波.
- ldc1314测试程序stm32f1
- mpr121.zip
- 倒立摆调试,使用步进电机,完全成
- STM32F1 直线倒立摆程序代码
- STM32F103+SIM800A双向通信
- STM32F103采用DMA实现USART2接收和发送
- STM32F103采用DMA实现USART3接收和发送
- stm32f103和时钟芯片ds1302
- stm32f103驱动北微传感器
- 声光感应控制LED灯
- RikiRobot Stm32驱动板开发使用说明
- STM32L476资料
- STM32F103 模糊自整定位置式PID控制电机
- 基于stm32数字光强计GY-30光强采集ole
- 基于STM32的模拟鼠标移动
- stm32f013 OLED 屏幕和粉尘传感器串口
- STM32C8T6通过扫描二维码进行智能开锁
- STM32F1指南者步进电机驱动
评论
共有 条评论