TouchGfx with QSPI + Audio
Hi,
I am working on a project using STM32F7. So far I have touchgfx working with external QSPI for storing image resources. Everything is working good and expected so far.
Now I would like to add audio functionality. The aim is to play WAV files when a touchgfx button is present. I am planning to use x-cube audio framework for the audio part.
What I am not clear about are
- touchgfx is using qspi in memory mapped mode. My image resources are converted to C format by touchgfx and saved onto the qspi as part of flashing. correct?
- for audio playing WAV files, it would be easier if I core store them on the QSPI using fatfs. Can this be done since touchgfx is already using the qspi in memory mapped mode.
- If not possible, can I store my wav files on the qspi as raw data. How do i do this?
thank you for the help
