Hi all,
I'm currently working on writing driver for 6670 spi. There are 2 flashes connecting to dsp. One is directly connecting to dsp. The other is connecting to dsp via cpld.
The problem is all about the latter flash. When I initialiaze spi module, after I set the default state for cs pin, which is, the cs pin is in high state when there is no data
on the spi bus, the cs pin for the latter flash transferred to low state. And the state didn't go back to high state. Only did the cs pin state go back to high, the instruction
for flash can be written into it. So I couldn't write or read the flash. Could you tell me why is the cs state is always in low state? Please help.
Thank you
Best regards,
Nick