QSPI dual-flash memory mode with TouchGFX
I was wondering if it's possible to use dual-flash memory mode with TouchGFX, and if so is there any documentation available ?
I was wondering if it's possible to use dual-flash memory mode with TouchGFX, and if so is there any documentation available ?
In memory mapped mode you won't see any difference between single and dual flash mode (except for the memory size and faster transfer).
So no need to change anything else. Even if the flash needs some configuration during initialization in indirect read/write mode when both chips are of the same type: As all commands are send to both simultaneously, only the command parameters need to be "doubled". I. e. if you are going to read the status registers, the transfer length would be 0x1 (=two bytes) instead of 0x0 (one byte), and accordingly two bytes have to be read.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.