Viewing ST Official HAL Library Examples#
Previously, when we used the standard library, we would download a library file compressed package from the official website. The compressed package contained official examples that we would refer to when using on-chip resources. However, after ST introduced the HAL library, we can now use the STM32CubeMX software to automatically generate programs. We still have the need to refer to official examples, so we need to find the official examples for the HAL library.