HAL Librarys Return Values
Hello Everyone. I'm a student and learning ST nowadays.
Forgive me for my childish question but I really don't get it.
HAL library's functions are usually returns a value of result of the process.
For example, HAL_Init func returns HAL_StatusTypeDef value. When I generate a project from CubeMX or CubeIDE, default codes doesn't use HAL_StatusTypeDef.
The program just inits and moves on. Never check if it if busy or gets error.
I don't know could I tell myself clearly
Thanks for reply, have a good day.
