Is there any link with Standard Peripheral Libraries?
The STM32Cube HAL layer is the replacement of the Standard Peripheral Library.
The HAL APIs offer a higher abstraction level compared to the standard peripheral APIs. The HAL focuses on peripheral common features rather than hardware. Its higher abstraction level allows defining a set of user-friendly APIs that can be easily ported from one product to another.
Customers currently using Standard Peripheral Libraries have access to migration guides. Although existing Standard Peripheral Libraries are supported, they are not recommended for new designs.
文档中FAQ提到“migration guide”,请问该迁移文档在哪儿?
没有说不好用。我得先看他们的设计架构,然后函数手册才会用。