Using the flash : https://datasheet4u.com/download_new.php?id=1588116
on SPI : XF_CS (P0.13), SCLK (P1.09) , SDI (P0.08) , SDO (P0.05)
Flash specific parts in the nrf52840dk_nrf52840.overlay
main.c
Using the flash : https://datasheet4u.com/download_new.php?id=1588116
on SPI : XF_CS (P0.13), SCLK (P1.09) , SDI (P0.08) , SDO (P0.05)
Flash specific parts in the nrf52840dk_nrf52840.overlay
Hi,
Can you try to run the JESD216 sample on the board and see if it works?
Regards,
Sigurd Hellesvik
no this example din't work, hence i used low level SPI calls to read SFDP from the flash
So when you say you used SPI calls to read SFDP from the flash, did this work?
When you did that, did you use the custom board and nRF52840 to read it out?
Try to set CONFIG_SPI_NOR_SFDP_RUNTIME=y for the JESD216 sample and try again. What does the sample log?
So when you say you used SPI calls to read SFDP from the flash, did this work?
When you did that, did you use the custom board and nRF52840 to read it out?
Try to set CONFIG_SPI_NOR_SFDP_RUNTIME=y for the JESD216 sample and try again. What does the sample log?