Hi,
I was wondering if the FlexSPI driver supports flash chips like AS5F18G04SND-10LIN in QSPI mode, to be used with ZephyrRTOS.
Is there any example application which might help on configuring such a flash chip (e.g. board DTS/app overlay file example) ?
Best regards.
Hi,
Could you please tell me what device are you using?
Regards,
Daniel.
Hi,
I would recommend checking how it is implemented for the FRDM-RW612 and the RD-RW612-BGA. These two boards have different flash part numbers, and they are supported in Zephyr.
By the way, the RW61x FlexSPI external flash interface supports up to 128 MB.
Regards,
Daniel.
Hi,
Unfortunately, I don't think the RW61x will meet your requirements. Using a standard SPI memory via SPI commands might be the only viable option to connect a 1GB memory. But features like XIP will not be supported.
On the other hand, you might want to consider the RT family, such as the RT1170. This MCU supports SDIO master mode, allowing you to connect SD cards.
Keep in mind that these MCUs are not hostless wireless solutions—you’ll need an external module to add Wi-Fi/Bluetooth capabilities.
Regards,
Daniel.