Posted on May 06, 2016 at 16:14Short question: What is the recommended way to implement a bi-directional data bus on STM32 using the HAL? Longer version: Our code needs to interface to a LCD controller over a 8-bit bi-directional bus. To do this, we...