Low-Level (LL) Driver library functions are not inlined by default with GCC
Posted on September 20, 2017 at 16:57To people switching their code over to the Low-Level (LL) Driver libraries from HAL for improved performance:Surprise!!!You may not actually be getting much better performance.So it turns out that 'inline' doesn'...