Following AN4666 (reception) for STM32G474
Hi all,
I am currently working on a project where an 8 bit bus of 32 MHz is sent to a STM32G474, which has to be saved for 8kB at a time followed by that data being sent over SPI. I have got the SPI part working fine, my question is mainly regarding AN4666 (reception), as it is very close to my purpose.
I am currently just getting started in the world of STM32 and have a hard time adjusting (shifting from the Arduino IDE and Xilinx Vivado to STM32Cube) and the example code given with AN4666 is nothing like what STM32Cube generates when starting a (random) project. Is there any way to implement this in STM32Cube with this specific microcontroller? I have got GPIO PB0-7 free.
