2016-05-28 06:25 AM
Hi
I am new to HAL library. There are very few examples related to HAL library, but there is wide code and support for previous Non-HAL lib. Can anyone tell me any source to learn or tutorials with HAL library? I am working on STM32F4 Discovery.Anuj2016-05-28 08:23 AM
If you dig into the Cube directories there is an extensive collection of examples for different peripherals and boards.
..but there is wide code and support for previous Non-HAL lib. Makes you wonder why..2016-05-30 02:34 AM
Hi mattoo.anuj,
This manual provides a description of STM32F4xx HAL drivers.Regards2016-06-04 01:55 PM
Thanks for your reply. SPL Library has many demo codes, projects on Github, various interface code with devices whereas HAL Library has good collection of Examples for every peripheral, but they are somewhat complex to understand for beginner. For simple transmission of data to UART is very complex in examples, whereas, only few lines of codes can achieve the interfacing with UART in HAL(Got some help from youtube videos on CubeMX).
For Just interfacing RTC IC to STM32F4 using HAL seems very complex for newcomers.I need some help in getting used to this library. Any Proper examples or Any documentation?Please helpFrom: clive1Posted: Saturday, May 28, 2016 5:23 PMSubject: How to use HAL LIBIf you dig into the Cube directories there is an extensive collection of examples for different peripherals and boards.
..but there is wide code and support for previous Non-HAL lib.Makes you wonder why..2016-06-04 04:51 PM
Please help
I'm probably not the guy to do that, I'd advocate for using a library that suits your needs