当前位置:网站首页>开发项目事半功倍,一款开源的stm32驱动库大集合
开发项目事半功倍,一款开源的stm32驱动库大集合
2022-07-26 05:25:00 【小麦大叔】
大家好,我是小麦。
平时的开发,我们经常需要用到很多重复的代码,我们有必要花一些时间整理一些常用的、通用的代码,到时候就可以直接拿来用了。
如果没有精力自己去整理,也可以用一些网上比较成熟的代码。
这个库里包含了很多常用的外设驱动及常用器件的驱动:USART、I2C、SPI、ADC、DAC、RTC、USB、PWM、ILI9341、MPU6050等。
这里推荐一个开源的STM32外设驱动库;

项目地址:https://github.com/MaJerle/stm32f429



每个驱动的使用都配有单独的keil工程的例子:


每个工程都支持如下四个目标板:

有相关开发板的话可以直接用来测试。
核心代码放在 00-STM32F429_LIBRARIES 文件夹下:

边栏推荐
猜你喜欢

高分子物理试题库

Embedded sharing collection 20

Okaleido上线聚变Mining模式,OKA通证当下产出的唯一方式

Go-Excelize API源码阅读(六)—— DeleteSheet(sheet string)

Do you really understand fiddler, a necessary tool for testing?

Security permission management details

OD-Paper【1】:Rich feature hierarchies for accurate object detection and semantic segmentation

攻防世界--easy_web

Mongondb API usage

Basic methods of realizing licensing function in C language
随机推荐
MongonDB API使用
517. Super washing machine
Shell read read console input, use of read
ABAP grammar learning (ALV)
Security permission management details
DOM event flow event bubble event capture event delegate
Real scientific weight loss
测试必备工具之Fiddler,你真的了解吗?
循环结构 practice
STL常用模板库
No background, no education? Is it really hopeless for specialist testers to enter Internet factories?
Yolov3 preparatory work
嵌入式开发小记,实用小知识分享
If MySQL calculates the current month change / current month increase / year-on-year change / year-on-year increase?
TZC 1283: simple sort - Comparative sort
新人如何做好功能测试,学会这几项够用了
TZC 1283: simple sort Bubble Sort
C language force buckle question 42 of rain. Four methods - violence, dynamic planning, stack, double pointer
Basic methods of realizing licensing function in C language
Thread三种实现方式 和 Handler的用法