2016-03-30 06:01 AM
Hi all,
I have been working with ST for many years but the Cube software might make me move to a different brand! The Cube might be nice for newbies but it is a PAIN for people like me who need to push the micro's to their limits.So please ST, give me back the std_peripheral!2017-06-27 02:17 AM
Hello ramakers.andre,
We kept the promise and released LL drivers which are already in use and are available for download inside STM32CubeF7 package in folder:
STM32Cube_FW_F7_V1.7.0\Drivers\STM32F7xx_HAL_Driver\Src
In new STM32CubeMX release, you will be able to select to generate project with HAL or LL drivers. This already works with L4 but will come for all families too.
Doing SPL drivers on your own may be a good idea for single CPU, but we are releasing new CPUs frequently and maintaining this by yourself may be hard. I suggest you move on to Cube and use LL drivers package. You can combine HAL and LL drivers in the same project at the same time.
2017-06-27 03:50 AM
Hi Tilen MAJERLE,
This is great news!
Thanks,
André