-->
Page 1 of 1

What is the difference between QIO and DIO flash mode?

PostPosted: Wed Jul 01, 2015 5:27 am
by helpme
Under boards.txt, I saw this
Code: Select allnodemcuv2.build.flash_mode=qio
. Sometimes, it uses qio, sometimes dio. What is the difference between flash mode qio and dio?

Re: What is the difference between QIO and DIO flash mode?

PostPosted: Tue Jul 07, 2015 10:35 am
by Frogmore
Quad IO uses 4 lines for data for up to 4 times the speed of standard.
Dual IO uses 2 lines for data
Standard uses a single line for data

You need to use the mode that the flash part supports. The datasheet for the part should describe the modes that it supports. The HW design also has to have the lines connected.