Working with different NOR Flash jedec-id on same dts

Hello,

I'm using nor flash with qspi as an external storage.

I'm facing problem where i can have different NOR Flash chips (with different jedec-id).
Is there a way to make the qspi driver work without giving it specific jedec-id?

Thanks.

  • adding CONFIG_FLASH_JESD216_API=y and using the sample you provide did compiled and i was able to run it.

    it printed the correct parameters of the nor flash, but, and it is very important - it worked because my dts jedec-id was correct.

    means that when i will face the situation where for any reason i dont know my jedec-id and it is hard coded in the dts, i wont be able to start my program to even recognize the new jedec-id.

Related