Tool/software:
Hi, I have a quesiton.
in theory, spi is 1s1s1s mode in ospi.
is that a good design I use ospi to do the spi data transfer?
I know ospi controller is degined for the nor flash.
in flash communication we have write enable wait for response, send data for flash write.
in my case, I am talking to my image sensor via spi, I don't need command, what if I just send the data. will it work?
What if I want to reuse the protocol to transfer vidoe stream?
Or I should go with MCSPI.
Thanks