STM32F4 communication with FPGA via DMA/SPI
HI there,
I'm just starting to embark on the problem of accessing external registers (implemented in a FPGA), via the DMA or SPI on the STM32F4 core. What I'm interested in doing is accessing these registers with DMA or SPI. But first i need to implement a STM32F4 as a composite device because i need a COM Port for other data coming in and out. What is the best option for this 2 COM Ports or CDC+HID...
I'd also be interested in hearing about any other options of accessing and writing to FPGA Registers with a STM32 MCU.
Thanks in advance.