Using same GPIO_PINs as input and output while the port is configured as "OUTPUT PP" AN4666
I'm trying to do something similar to what have been covered by the application note AN4666 "Parallel synchronous transmission using GPIO and DMA" but now I'm testing without DMA functionality. Right now, I can write/send data to GPIO port using: GPI...