UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
10-27-2017 06:53 AM
Hi everyone,
Thanks for reading my post. I'm trying to make a DAC (digital analog converter) for better sound quality.
Everything goes well for so far. But there is one part I don't understand.
The processor Is communicating with the flash memory (IS25LQ016B). And I need to program this chip to let it work properly.
I have the files and the software to do that so that will not be a big deal. I will use a CH341A spi flash programmer from aliexpress to do the job.
But I need to enable 4-bit or quad-IO mode as well :/
I have read that this is not possible with the CH341A.
My questions:
How can I enable the 4-bit or quad-IO mode without breaking the bank.
Can someone give me some information about the 4-bit or quad-IO. I have no idea what it does and why it has to be enabled.
thanks for the comments.
kind regards
10-27-2017 11:33 AM
Hey @dutcher,
How can I enable the 4-bit or quad-IO mode without breaking the bank.
To program the IS25LQ016B, there is no need to use QuadSPI as it also support single and dual SPI modes.
Can someone give me some information about the 4-bit or quad-IO.
It is basically a high throughput (parallel) mode which uses four instead of a single data line.
I have no idea what it does and why it has to be enabled.
You can enable it with some commands when the hardware supports it.
Hope this clarifies,
Herbert
10-27-2017 01:41 PM
Thanks for your reply @hpoetzl,
Thanks for the explanation.
Are you sure I don't need to enable 4-bit or quad-IO? (see screenshot)
10-27-2017 01:44 PM
Do you mean the hardware of the DAC or the hardware of the SPI flash programmer?
10-27-2017 01:48 PM
10-27-2017 05:13 PM
Hey @dutcher,
Just to clarify ...
Best,
Herbert
10-30-2017 07:18 AM
Thanks for your reply,
Can I use batronix prog-express with the CH34 to generate firmware image?
what is the easiest way to enable QSPI?
kind regards,
10-30-2017 02:00 PM
Hey @dutcher,
Thanks for your reply,
You're welcome!
Can I use batronix prog-express with the CH34 to generate firmware image?
No idea what that is or does ...
what is the easiest way to enable QSPI?
Setting bit #6 of the Status Register (QE)
Hope this helps,
Herbert