FMC Controller: Write 8 SIMPLE data bits (no address mux)
Hi,I want to configure the FMC such, that it should just write 8 data bits in a VERY SIMPLE way - without any switching.I use the following code:#define RAM_D1_FMC_SRAM3(off) __attribute((at(0x68000000+off))) //global variables: int iDebugFMC; int ...