cancel
Showing results for 
Search instead for 
Did you mean: 

STM32Cube versus STD_peripheral

andre239955_st
Associate II
Posted on March 30, 2016 at 15:01

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!
11 REPLIES 11
Posted on June 27, 2017 at 09:17

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.

Posted on June 27, 2017 at 10:50

Hi Tilen MAJERLE,

This is great news! 

Thanks,

André