Use same port to write as well as read
Hello,Currently I am working on a 16-bit parallel interface where I need to write to and read from the same port. For that I am using GPIO_Init LL library every time I do so. Is this the right method? Will the port data also get reset while doing so....