I am trying to find out if a pet project of mine would be doable with Teensy 4.1, but I need to sample and store about 240Mbit in one second - 2 channels, 12 bit, one second at 10 Mhz. (using separate ADCs like AD9230), optionally double that.
I only need one second, but I need to store it real-time. Pulling I can use slower USB no problem, and I do not want to use flash, because of the wearout.
Is there any hardware limitation I'm missing why Teensy 4.1 would not work with a chip like this?
www.infineon.com
I understand the window currently mapped to PSRAM is "only" 16 MB, but that could be changed in software, right?
I only need one second, but I need to store it real-time. Pulling I can use slower USB no problem, and I do not want to use flash, because of the wearout.
Is there any hardware limitation I'm missing why Teensy 4.1 would not work with a chip like this?
S80KS5123GABHA020 - PSRAM (Pseudostatic RAM) | Infineon Technologies
S80KS5123GABHA020 is a 512 Mb HYPERRAM™ with 1.8 V, Octal xSPI interface, and 400 MBps throughput. Find data sheet, parameters and ordering information.
I understand the window currently mapped to PSRAM is "only" 16 MB, but that could be changed in software, right?