What is the preferred STM microcontroller to store 8 bit (Parallel data) of 50MHz?
I have an 8 bit(Parallel data) ADC output of frequency 50MHz. At this frequency, I tried to store 1400 bytes of data on STM32F446RE but failed. According to its specification sheet, GPIO ports can support till 180MHz. Could you tell what is the rea...