STM32标准库与LL库函数对照学习资料(官方资料V1.0)

2019-08-14 02:10发布

STM32标准库转最新的LL库函数对照学习资料(官方资料)
The STM32 Standard Peripheral libraries to STM32Cube low-layer APIS Migration tool is designed to help developers to easy migrate their source code based on STM32 SPL drivers to any other STM32 series supporting STM32Cube Low-Layer drivers.It ensures full migration within a given STM32 serie and partial migration across-STM32-series. The migration is possible only for STM32 peripherals covered by STM32Cube LL drivers (for more details on migration processes please refer to the AN5044 : STM32 standard Peripheral Libraries(SPLs) to STM32Cube Low-Layer APIs application notes)
The STM32 SPL2LL-Converter migration tool migrates the user code based SPL using the equivalence between STM32 SPL and STM32Cube-LL for each peripheral as represented in the links below: [img=0,13][/img]ADC[/url][url="][img=0,13][/img]COMP[/url][url="][img=0,13][/img]CRC[/url][url="][img=0,13][/img]CRS[/url][url="][img=0,13][/img]DAC[/url][url="][img=0,13][/img]DMA[/url][url="][img=0,13][/img]DMA2D[/url][url="][img=0,13][/img]EXTI[/url][url="][img=0,13][/img]GPIO[img=0,13][/img]HRTIM[img=0,13][/img]I2C[/url][url="][img=0,13][/img]IWDG[/url][url="][img=0,13][/img]LPTIM[/url][url="][img=0,13][/img]MISC[/url][url="][img=0,13][/img]OPAMP[/url][url="][img=0,13][/img]PWR[/url][url="][img=0,13][/img]RCC[/url][url="][img=0,13][/img]RNG[/url][url="][img=0,13][/img]RTC[/url][url="][img=0,13][/img]SPI[/url][url="][img=0,13][/img]SYSTEM[/url][url="][img=0,13][/img]TIM[/url][url="][img=0,13][/img]USART[/url][url="][img=0,13][/img]WWDG[img=14,12][/img]In addition to the STM32 peripherals, the STM32 SPL2LL-Converter migration tool ensure migration for the STM32 target device using the equivalence table represented in the link below:[img=0,13][/img]Devices
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
12条回答
caosix
1楼-- · 2019-08-14 03:38
  先 顶起。。问题是 LL库 怎么在 STM32CubeMX.exe

自动 创建 的 空白 工程模板  里边 使用。?? 。。
l6931639
2楼-- · 2019-08-14 03:51
在project setting中的advanced settings对各个模块设定使用哪种库,可以单独对某一个外设使用,挺方便
l6931639
3楼-- · 2019-08-14 06:34
caosix 发表于 2017-9-6 16:26
先 顶起。。问题是 LL库 怎么在 STM32CubeMX.exe

自动 创建 的 空白 工程模板  里边 使用。?? 。。

在project setting中的advanced settings对各个模块设定使用哪种库,可以单独对某一个外设使用,挺方便
jermy_z
4楼-- · 2019-08-14 10:04
LL库是什么。。。。跟HAL库是一个东西么?。。。
jermy_z
5楼-- · 2019-08-14 12:15
 精彩回答 2  元偷偷看……
l6931639
6楼-- · 2019-08-14 12:42
jermy_z 发表于 2017-9-7 14:31
百度了下,两个东西,还是先用着HAL算了

如果你是用cubemx生成代码的话可以尝试把rcc改成LL库,不影响你外设的HAL函数,又可以节约一些内存

一周热门 更多>