2017-03-20 03:57 AM
In my new projects, i'd like to use HAL instead of stdperiph drivers to become more flexible for future hardware changes.
Is there any reason, why HAL only supports functions for manipulating single pins but not a complete 8/16 Bit Port?
Is my idea to put some data line together obsolete?
Knulli
2017-03-20 05:42 AM
For GPIO multi-pin operations and performance, the CubeLL (low layer) is more appropriate.