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”,请问该迁移文档在哪儿?
汉化版的那里有啊?
从使用来看,新的用户写更少代码,付出更多空间。