Where can I find documentation for the HAL drivers for a STM32 MCU?
I'm trying to use STM32CubeIDE to develop some code on a STM32F031C6 MCU. I've configured the peripherals I want to use but so far the only way I can use the HAL drivers is by reverse engineering each function. There's got to be some kind of docume...