-
大小: 1015KB文件类型: .7z金币: 1下载: 0 次发布日期: 2022-11-16
- 语言: 其他
- 标签: STM32F302 HAL库 CMSIS-RTOS RTX5
资源简介
本工程模板是在STM32CubeMX生成的工程基础上,增加了CMSIS-RTOS的移植,包含RTX5源码,包含HAL库,app文件中实现了使用任务调度方式控制LED闪烁的功能
代码片段和文件信息
/**
******************************************************************************
* @file system_stm32f3xx.c
* @author MCD Application Team
* @version V2.3.1
* @date 16-December-2016
* @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 c
相关资源
- STM32使用cubemx和HAL库驱动ICM20602
- STM32F103 Hal库 EV1527 433M解码
- MPU6050 DMP+ADXL345+NRF24L01+HAL库+STM32F103C
- hal库定时器触发adc dma采集
- STM32Cube HAL库操作系统+CAN收发配置
- BH1750FVI STM32F103 HAL库 硬件IIC例程
- stm32 cubemx hal库 串口收发 中断接收 项
- stm32f1_hal库使用手册中英文对照.docx
- STM32串口中断接收HAL库
- STM32F429 485实验源码(hal库)
- STM32F407ZGT6实现HAL库SPI扩展FLASH功能M
- STM32L4/L4+ HAL库英文完整版
- STM32F1 HAL库手册原版
- 基于HAL库驱动ov7670.rar
- STM32Cube HAL库操作系统+串口+DMA收发配
- 基于STM32,hal库,使用CubeMX进行开发的
- 基于HAL库STM32+RC522读写卡程序 调试完
- HAL库W5500代码SPI版本
- STM32F1xx_HAL库_V1.4.0_及例程
- STM32CubeMX中文使用手册和STM32_f1的hal库
- STM32 HAL库 硬件I2C对MPU6050的使用
- stm32f407 ili9341屏幕驱动 HAL库 带FreeR
- STM32F4xx HAL驱动说明书
- STM32cubeMx配置PWM输出,捕获输入,AD
- LL库使用手册 stm32L4xx 手册
- STM32_HAL+串口+DMA发送和不定长度数据接
- stm32 hal库的例程
- STM32F0实战 基于HAL库开发 高显生著
- STM32F4 HAL库函数手册(英文版)
- STM32测量甲醛HAl库
评论
共有 条评论