I am trying to get a SST25 spi flash running, but the jedec,spi-nor driver does only partially work.
As i understand now the jedec,spi-nor driver only works with CFI compatible spi flashes which the SST25 doesn't seem to comply with.
On the other hand there is this question How to get started with NOR flash on Zephyr ? where nobody
points out that it shouldn't work.
Reading works as well as reading and verifying the jedec id. Writing just works byte by byte as there
is a "address increment mode" to enable that the driver doesnt enable and I also dont see a way to
enable it with the driver. I am testing it with the spi_flash example.
Do I need to write my own driver or am I missing something. Does anybody have expericen with this flash and zephyr?
Thanks a lot