Hi Pavel,
We have followed the as per the procedure provided in the docment -QorIQ SDK v2.0-1703 Documentation,section - 7.15 . But during Kernel Booting we are getting the bellow,
fsl_espi ffe110000.spi: cs=0, init_csmode=0x100008
m25p80 spi32766.0: unrecognized JEDEC id bytes: 00, 00, 00
We have tried to access the MRAM in Kernel. But the CS is not getting asserted during MRAM Access as per the steps provided in the QorIQ SDK v2.0-1703 Documentation,section - 7.15.
We are using MR25H40 Everspin IC. About our MRAM in DTS,
spi@110000 {
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "m25p80";
reg = <0>;
spi-max-frequency = <40000000>;
};
};
Any Solution to solve the Issue?
Steps to configure and access the MRAM in Kernel?