I see in the NXP 88MW300 datasheet that GIGADEVICE GD25Q80 is a supported SPI Flash. Is it ok to judge that GIGADEVICE GD25Q16 (where 16 refers to 16M bit density) is also one of the supported SPI Flash for NXP 88MW300 Wireless Microcontroller? Thank you in advance.
Solved! Go to Solution.
Hello,
As you mentioned, the GIGADEVICE GD25Q16 is among one of the supported SPI flash for 88MW300.
In the file mw300_qspi.c, you can see a list of “supported” Flash devices in an array "fl_dev_list[]" of structures.
Moreover, looking at the features of both memories GD25Q80 & GD25Q16 and according to the memory map of the 88MW300 there should not be any issue.
Regards,
Estephania
Hello,
As you mentioned, the GIGADEVICE GD25Q16 is among one of the supported SPI flash for 88MW300.
In the file mw300_qspi.c, you can see a list of “supported” Flash devices in an array "fl_dev_list[]" of structures.
Moreover, looking at the features of both memories GD25Q80 & GD25Q16 and according to the memory map of the 88MW300 there should not be any issue.
Regards,
Estephania