Hello everyone! I have a task to choose ADC that will have at least 10 MSPS sampling rate and will be able to connect to STM32U575 directly. I very new with this topic, was searching through and found several ones that look like they might work.
Wanted to ask if someone can provide a feedback whether or not following ADC will work in my case, if there is anything else I should consider while using them, etc.
Can you elaborate on what you mean by "connect to STM32U575 directly". In order to handle that data rate, you would need an A/D converter with DMA access to a very large memory. Does STM32U575 allow for DMA peripherals?
We are not going to fight through 341 pages of the micro datasheet.
Does have DMA, but I don't know if it can grab 14 bit data from I/O pins. I think it can work without DMA. Not certain. You need to think about how to connect so the CPU can grab the data with the least effort.
We are not going to fight through 341 pages of the micro datasheet.
Does have DMA, but I don't know if it can grab 14 bit data from I/O pins. I think it can work without DMA. Not certain. You need to think about how to connect so the CPU can grab the data with the least effort.