Flash High Performance Mode

I'm trying to use the new Zephyr high-performance support for the 5340 DK flash chip but so far, no luck.

Here is the relevant section of my overlay:

&qspi {
    mx25r64: mx25r6435f@0 {
        mxicy,mx25r-power-mode = "high-performance";
    };
};
I don't know if this is right, but the resulting write performance of the chip is unchanged from what I can tell.
Parents Reply Children
No Data
Related