2020-04-24 03:25 PM
I'm making a LCD module with SDRAM for a STM32F767zi dev board but some pins are shared between this interfaces. How i can commutate the funcionality?
2020-04-24 06:45 PM
Memory-mapped LCD?
The two devices are distinguished by using a different chipselect pin, from programmer standpoint they are located in different address space.
JW