Is it possible to write/read the state of GPIOs (HIGH/LOW) in parallel?
Hello, I'm working with a STM32F746 microcontroller and communicating with a external driver with a parallel bus of 16 bits of data and 4 bits of address. I set the data to the parallel bus doing a sequencial write of the GPIOS of the ports involved ...