I use the NCS SDK 1.5.1, the sample is use a QSPI FLASH(MX25R64), and we want to change this QSPI FLASH. we will use P25Q80H, which code should be modify?
I use the NCS SDK 1.5.1, the sample is use a QSPI FLASH(MX25R64), and we want to change this QSPI FLASH. we will use P25Q80H, which code should be modify?
Hello,
What sample are your referring to?
Thanks.
Kind regards,
Øyvind
I use the HomeKit over Thread SDK, the sample is multiprotocol
I use the HomeKit over Thread SDK, the sample is multiprotocol
Our HomeKit experts responds with:
### External flash Cconfiguration for secondary app image slot CONFIG_NORDIC_QSPI_NOR=y CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096 CONFIG_NORDIC_QSPI_NOR_STACK_WRITE_BUFFER_SIZE=16 CONFIG_PM_EXTERNAL_FLASH=y CONFIG_PM_EXTERNAL_FLASH_DEV_NAME="MX25R64" CONFIG_PM_EXTERNAL_FLASH_BASE=0x0 CONFIG_PM_EXTERNAL_FLASH_SIZE=0x800000
### External flash CONFIG_NORDIC_QSPI_NOR=y CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096 CONFIG_NORDIC_QSPI_NOR_STACK_WRITE_BUFFER_SIZE=16
Yes, It can work, if I use the nrf52840-dk, but my problem is my product use the other qspi flash, It's not MAX25R64. I want to use P25Q80H. and I want to know how to support P25Q80H qspi flash
Did you try to modify the provided configuration?