Hi guys,
I am struggling to figure out exactly how I can use the on board USB interface to send data over that I collect in my DRAM. My application is that I collect a certain amount of data in DRAM, and I can plot that data within the python environment after getting it exposed to the PS, but I need a way to shift this data over to my PC to be concurrently processed by a Matlab script.
Is there a way to use the USB (I am using the ZCU104 board with Pynq loaded) to shift the data over in this fashion? Maybe use a UART to USB converter and use the UART exposed on the PS?
Any thoughts?