Question
STM32F4 to FPGA via FSMC
Posted on April 27, 2016 at 15:43
Hi all,
I'm just starting to embark on the problem of accessing external registers (implemented in a FPGA), via the FSMC on the STM32F4 core. What I'm interested in doing is accessing these registers as SRAM (memory mapped registers) from the uC, which is obviously the data interface between the core logic on the FPGA, and the uC core itself. I'd also be interested in hearing about any other options of accessing 32 bit register data from the FPGA.Has anybody had any experience accessing an external FPGA in this manner?Thanks!