Re: Bus Pirate communication in SPI Mode / SPI speed
Reply #1 –
Speed is tricky, some newer flash have minimum speeds. Generally I like to go slow because there's so much delay between bytes anyways that 2mhz vs 100khz isn't going to change much.
To do so, I used the Write-then-read function: 0x04 0x00 0x04 0x08 0x80 0x03 0x00 0x00 0x00
I'm not clear what this means. This is the result?
What chip is it? Are there setup and configuration commands, or address commands? Is your script handling that?