当前位置:网站首页>开发项目事半功倍,一款开源的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 21

Princeton calculus reader 02 Chapter 1 -- composition of functions, odd and even functions, function images

TZC 1283: simple sort Bubble Sort

LNMP架构

DOM操作--操作节点

SAP report development steps

DOM event flow event bubble event capture event delegate

High frequency electronic circuit review examination questions and answers

推荐必读:测试人员如何快速熟悉新业务?

10. Regular expression matching
随机推荐
【个人总结】2022.7.24周结
FTP实验及概述
Practical technology of SWAT Model in simulation of hydrology, water resources and non-point source pollution
LeetCode链表问题——206.反转链表(一题一文学会链表)
Embedded sharing collection 21
Week 6 Learning Representation: Word Embedding (symbolic →numeric)
LNMP架构
新人如何做好功能测试,学会这几项够用了
Reason for pilot importerror: cannot import name 'pilot_ Version 'from' PIL ', how to install pilot < 7.0.0
kubernetes install completed
FPGA question brushing sequence detection
Lesson 2 getting to know slam for the first time
Attack and defense world -- easy_ web
Unity scene jump script
高分子物理试题库
Princeton calculus reader 02 Chapter 1 -- composition of functions, odd and even functions, function images
CMD operation command
ALV报表流程图解
MySQL optimization
C language explanation series - understanding of functions (4) declaration and definition of functions, simple exercises