2020-01-02 05:58 AM
We are looking for random access from the linux side as well as DMA capabilities as future add-on.
2020-01-02 08:31 AM
Would kind of limit you to the external memory interface.
Alternatives, with lower pin counts, but high protocol implementation, would perhaps be QSPI or SDMMC/eMMC
2020-01-06 02:50 AM
I confirm, FMC could be used, although not yet supported in your SW deliveries (only SLC NAND-Flash is supported currently on FMC).
Meanwhile, you could probably patch the SW to enable FMC in async or sync PSRAM 8 or 16 bits in memory mapped mode (with no concurrent support of NAND on FMC).
In future of OpenSTLinux (let's say in second half of this year), we plan to have full support of NAND-Flash concurrently with FPGA/ASIC on FMC.
For DMA, I assume you ask for external DMA request. I'm not sure the MDMA could support that.
2020-02-18 02:17 AM
Thanks, We would be absolutely interested in having a way to connect a FPGA via FMC f.e. like "PSRAM/SRAM/FRAM, non-multiplexed I/Os".
Is there an official schedule to have this implemented in the srm32_fmc2 driver which we can rely on?