Posted on July 23, 2017 at 10:38Just something that strikes me a bit odd, is why you don't keep the same naming convention between the LL drives regardless of MCU.First I converted my SPL project from STM32F4 to LL STM32F4 and after a day of mocking...
Posted on July 20, 2017 at 11:50Yes thanks, I noticed it the other day. I did ran my sources through and it seems to do a good job on the search and replace. Although some stuff was missing like DMA setup, anyway I will walk through it all manually ...
Posted on July 12, 2017 at 18:19Yeah it's real bad, having spent more than a year on a STM32F4 project that now has to run on STM32F7 series. Lots of time to be spent to 'upgrade' it to (bloated) HAL libraries. Anyone had a go with the STL library f...