I use the nRF5_SDK_15.2.0_9412b96 , the sample is use a QSPI FLASH(MX25R64), and we want to change this QSPI FLASH. we will use GD25Q64E, which code should be modify?
I use the nRF5_SDK_15.2.0_9412b96 , the sample is use a QSPI FLASH(MX25R64), and we want to change this QSPI FLASH. we will use GD25Q64E, which code should be modify?
Hi
You need to compare the datasheet of the GD25Q64E and the MX25R64 and find out what the specific differences are. Some of the OP codes seem to be similar, which is helpful, but you still need to modify the flash parameters that differ in thenrf_serial_flash_params_t struct in nrf_serial_flash_params.c. You might also need to change the blk_id and blk_size to fit the GD flash device if the block indez/size differ from the MX25R64.
Best regards,
Simon
Hi
You need to compare the datasheet of the GD25Q64E and the MX25R64 and find out what the specific differences are. Some of the OP codes seem to be similar, which is helpful, but you still need to modify the flash parameters that differ in thenrf_serial_flash_params_t struct in nrf_serial_flash_params.c. You might also need to change the blk_id and blk_size to fit the GD flash device if the block indez/size differ from the MX25R64.
Best regards,
Simon