跳转到主要内容

STM32四种库对比:寄存器、标准外设库、HAL、LL

cathy 提交于

1.我是选择寄存器开发STM32,还是标准外设库呢?
2.你有STM32L0标准外设库吗?
3.HAL库和LL库有什么差异?

下面就来讲讲开发STM32的四种库:
<ul>
<li><strong>STM32Snippets</strong></li>
<li><strong>Standard Peripheral Library</strong></li>
<li><strong>STM32Cube LL</strong></li>
<li><strong>STM32Cube <strong>HA</strong>L</strong></li>
</ul>

<strong><font color="#004a85">1、STM32Snippets</font> </strong>