Hello,
I have an ADC like https://www.microchip.com/en-us/product/MCP37D31-80 with parallel CMOS and want to collect data from this ADC into Teensy 4.1 and perform computations on fly. I have tested computations and it seems that they are duable with teensy 4.1, but I need data to be transferred over DMA into the teensy 4.1, so that I can use processor performance in parallel with the data transfer. AFAIK, 80MHz@16bits maps to 1/16 clock per word and should be achievable on DMA.
Short look forwarded me to FlexIO, but I have not found any example for reading, only to writing.
Please, suggest me is it possible to collect parallel 16 bit data at 40-60-80MHz speed, and if yes, please, if possible share an example, or suggest what to use.
Thank you!
I have an ADC like https://www.microchip.com/en-us/product/MCP37D31-80 with parallel CMOS and want to collect data from this ADC into Teensy 4.1 and perform computations on fly. I have tested computations and it seems that they are duable with teensy 4.1, but I need data to be transferred over DMA into the teensy 4.1, so that I can use processor performance in parallel with the data transfer. AFAIK, 80MHz@16bits maps to 1/16 clock per word and should be achievable on DMA.
Short look forwarded me to FlexIO, but I have not found any example for reading, only to writing.
Please, suggest me is it possible to collect parallel 16 bit data at 40-60-80MHz speed, and if yes, please, if possible share an example, or suggest what to use.
Thank you!