Did anybody check how fast data can be read in through the GPIO ports ? I have to read in 256 unsigned short values and store them in internal ram at a rate of 8MHz. Is this possible with the stm32 clocked with 72MHz. Is this also possible with the DMA ? regards Manfred
but how fast is the max external clock trigger in this example ? the DMA need to be able to follow this and the program need to have a bit overhead also. but 8MHz or even 20Mhz should be possible in 16 bits that is 40MBytes/sec peak. I guess you will get problems at 30-40Mhz ?? or ??