Hello,
I am using CCS v6, HALCoGen 04.05.02 and the RM57Lx Launchpad.
I would like to know how to continuously transfer a large amount of data received from GPIOs to a computer. I need to receive much more than 4Mbytes (which is the memory capability of this Launchpad) so I am thinking that the simplest way to do this is by continuously streaming the input data to a PC. The end goal is to have all the data in a file on the computer. Is this possible?
Another way would be to program an iterative loop where the MCU receives data, transfers it, erases its memory and receives more data, but so far I have not been able to figure out how to do this using CCS.
Also, would it be possible to know what is the maximum rate of data transfer from the Launchpad to the computer?
If I am not mistaken, Memory View would not work because I want to receive with a large amount of data, and I would like this process to be as automated as possible.
Regards,
Gabriel