资源简介
基于STM32F0系列读取BQ40Z50代码,已调试成功,本代码利用STM32F030模拟SMBUS协议读取BQ40Z50芯片中的内容

代码片段和文件信息
/**
******************************************************************************
* @file EXTI/stm32f0xx_it.c
* @author MCD Application Team
* @version V1.0.1
* @date 11-October-2013
* @brief Main Interrupt Service Routines.
* This file provides template for all exceptions handler and
* peripherals interrupt service routine.
******************************************************************************
* @attention
*
* © COPYRIGHT 2013 STMicroelectronics
*
* Licensed under MCD-ST Liberty SW License Agreement V2 (the “License“);
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.st.com/software_license_agreement_liberty_v2
*
* Unless required by applicable law or agreed to in writing software
* distributed under the License is distributed on an “AS IS“ BASIS
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
******************************************************************************
*/
/* Includes ------------------------------------------------------------------*/
#include “stm32f0xx_it.h“
#include “systick.h“
/** @addtogroup STM32F0308_Discovery_Peripheral_Examples
* @{
*/
/** @addtogroup EXTI_Example
* @{
*/
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/* Private function prototypes -----------------------------------------------*/
/* Private functions ---------------------------------------------------------*/
/******************************************************************************/
/* Cortex-M0 Processor Exceptions Handlers */
/******************************************************************************/
/**
* @brief This function handles NMI exception.
* @param None
* @retval None
*/
void NMI_Handler(void)
{
}
/**
* @brief This function handles Hard Fault exception.
* @param None
* @retval None
*/
void HardFault_Handler(void)
{
/* Go to infinite loop when Hard Fault exception occurs */
while (1)
{
}
}
/**
* @brief This function handles SVCall exception.
* @param None
* @retval None
*/
void SVC_Handler(void)
{
}
/**
* @brief This function handles PendSVC exception.
* @param None
* @retval None
*/
void PendSV_Handler(void)
{
}
/**
* @brief This function handles SysTick Handler.
* @param None
* @retval None
*/
void SysTick_Handler(
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 33042 2013-10-11 21:57 Core\core_cm0.h
文件 17146 2013-10-11 21:57 Core\core_cmFunc.h
文件 20513 2013-10-11 21:57 Core\core_cmInstr.h
文件 10705 2013-10-11 21:58 Core\startup_stm32f030x8.s
文件 10714 2013-10-11 21:58 Core\startup_stm32f0xx.s
文件 244207 2017-10-26 15:31 Core\stm32f0xx.h
文件 3423 2019-03-08 14:39 Core\stm32f0xx_conf.h
文件 4764 2019-09-07 20:32 Core\stm32f0xx_it.c
文件 2250 2017-09-05 21:59 Core\stm32f0xx_it.h
文件 14829 2019-03-18 09:56 Core\system_stm32f0xx.c
文件 2221 2019-03-08 14:59 Core\system_stm32f0xx.h
文件 19515 2013-10-11 21:58 Fwlib\inc\stm32f0xx_adc.h
文件 12354 2013-10-11 21:58 Fwlib\inc\stm32f0xx_cec.h
文件 10386 2013-10-11 21:58 Fwlib\inc\stm32f0xx_comp.h
文件 3681 2013-10-11 21:58 Fwlib\inc\stm32f0xx_crc.h
文件 7139 2013-10-11 21:58 Fwlib\inc\stm32f0xx_dac.h
文件 3893 2013-10-11 21:58 Fwlib\inc\stm32f0xx_dbgmcu.h
文件 14208 2013-10-11 21:58 Fwlib\inc\stm32f0xx_dma.h
文件 8618 2019-03-13 16:13 Fwlib\inc\stm32f0xx_exti.h
文件 12418 2013-10-11 21:58 Fwlib\inc\stm32f0xx_flash.h
文件 13310 2019-08-14 13:44 Fwlib\inc\stm32f0xx_gpio.h
文件 18111 2013-10-11 21:58 Fwlib\inc\stm32f0xx_i2c.h
文件 4532 2013-10-11 21:58 Fwlib\inc\stm32f0xx_iwdg.h
文件 4286 2019-04-17 09:50 Fwlib\inc\stm32f0xx_misc.h
文件 5910 2019-09-03 21:25 Fwlib\inc\stm32f0xx_pwr.h
文件 22815 2019-03-14 16:51 Fwlib\inc\stm32f0xx_rcc.h
文件 22815 2013-10-11 21:58 Fwlib\inc\stm32f0xx_rcc.h~RF5cf2a99.TMP
文件 22815 2019-03-14 16:43 Fwlib\inc\stm32f0xx_rcc.h~RF5d69845.TMP
文件 34636 2013-10-11 21:58 Fwlib\inc\stm32f0xx_rtc.h
文件 22352 2013-10-11 21:58 Fwlib\inc\stm32f0xx_spi.h
............此处省略127个文件信息
相关资源
- STM32F103RC+ADC+DMA多通道采样LCD显示
- I2C读写AT24C02 基于STM32F103 cube116540
- 基于stm32f103ve的程序——跑马灯实验
- 基于STM32RCT6的步进电机驱动程序
- stm32f407上的两个can发送和接收例程
- STM32 led 时钟
- STM32 2.4G通信例程
- 直流无刷电机方波驱动 stm32 例程代码
- STM32中文资料
- STM32蓝牙和串口程序
- STM32f103超声波模块例程
- stm32f103c8t6 4 oled.rar
- stm32f030 IAP Demo(原创)
- STM32基于rt_thread操作系统的SDHC卡文件
- NRF24L01实现51与STM32双向通讯
- STM32F103 串口程序(完整版)
- stm32 ds18b20 温度传感器 测试通过
- stm32官方例程
- STM32F103定时器中断程序
- [免费]基于stm32f103ze 的OLED驱动代码
- STM32F103RBT6驱动UC1698控制芯片的160160黑
- STM32F103 DS18B20 V3.5.0固件库驱动程序工
- STM32定时器使用入门。看了这个程序会
- SIM908 SDIO FSMC STM32 FIFO
- STM32F103 CC2500完整驱动(模拟SPI)
- AD7606采集程序
- stm32 用SPI 方式读写 SDHC
- stm32通过DMA方式采集ADC数据
- 意法半导体STM全系列微控制器STM32ST
- 基于STM32芯片的SX1278 驱动 LORA.rar
评论
共有 条评论