2022-03-09 07:27 PM
Which driver is faster from HAL or LL so cpu can perform other important tasks.
For example to read & write gpio
Using HAL driver,
Using LL driver,
Using direct access MCU resistor.
Solved! Go to Solution.
2022-03-09 07:39 PM
Direct register access will always be the fastest.
2022-03-09 07:39 PM
Direct register access will always be the fastest.
2022-03-09 07:56 PM
You just described the list in increasing achievable performance level. Apart from this, maybe not all the code requires to be best performance...
2022-03-09 08:06 PM
Can we use both drivers in same application code writing using HAL + LL + Direct access MCU resistor all of this?
2022-03-09 08:31 PM