https://github.com/wh201906/cubemx_lib
Some snippets for my STM32F4/H7 board
https://github.com/wh201906/cubemx_lib
cubemx hal stm32 stm32f4
Last synced: about 1 month ago
JSON representation
Some snippets for my STM32F4/H7 board
- Host: GitHub
- URL: https://github.com/wh201906/cubemx_lib
- Owner: wh201906
- License: gpl-3.0
- Created: 2020-12-12T16:54:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T10:15:59.000Z (over 3 years ago)
- Last Synced: 2025-04-09T09:01:38.885Z (6 months ago)
- Topics: cubemx, hal, stm32, stm32f4
- Language: C
- Homepage:
- Size: 7.54 MB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CubeMX_Lib
Some snippets for my STM32F4/H7 board
封装了一些常用代码,仅针对手上的两款主力开发板(F407VE/H750VB)进行编写及测试
Module文件夹内为可复用的功能模块,Project文件夹内为CubeMX+HAL库编写的项目***
使用方法:
1.新建项目文件夹,并从Template文件夹中拷入对应.ioc文件
2.重命名.ioc文件,打开,配置工程
3.生成工程后配置编译器版本为6
4.include目录添加../../../Module
5.双击Project窗口,配置所需模块***
工程中提示无法找到HAL库相关函数时检查.ioc文件中软件包的配置情况(选择使用最新版本软件包)