2017-03-03 05:03 AM
The documentation here (
) states that the F4 should have LL drivers. When can we actually expect a release of this?2017-03-03 05:15 AM
Hi,
LL drivers support
for STM32F4 device will be available soon in the next release of STM32CubeF4 V1.15.0.Imen
2017-03-07 05:00 AM
Hi chin.andrew,
is now available with support of LL drivers.Hope this bring you some help.
Regards
Imen
2017-03-09 11:22 AM
I installed this. When I go to ''settings'' it does not allow me to select LL drivers.
2017-03-13 10:14 AM
Hi chin.andrew,
The support of LL drivers is available for STM32CubeF4 firmware package but not yet supported in CubeMx.
Thanks
Imen
2017-03-13 01:27 PM
In '2017 STM32 Wish List'
vera.laurent
stated 'Low Layer will be basically the replacement for SPL.' I downloaded STM32CubeMX Version 4.0 and I only found the following LLsource files (and their associated headerfiles):
stm32f4xx_ll_fmc.c
stm32f4xx_ll_fsmc.c
stm32f4xx_ll_sdmmc.c
stm32f4xx_ll_usb.c
Is that all there is? This hardly looks like a replacement for SPL. We have a lot of modules written in SPL and have been putting off moving to HAL since SPL and HAL are not compatible.
Edit: This was not intended as a nasty rhetorical question. We had hoped to use LL as a sort of easy transition to begin using HAL (especially since I was told by ST that they are thinking of making a conversion utility to convert SPL to LL). If this is all there is, we will obviously need to re-think that. An answer by ST would be much appreciated.