Hello,
I am using RTDX to send data from my target (C5416 dsp) to a visual c++ host application. I use Continuous mode to send the data to the host, therefore the data received from the target is recorder into a circular memory buffer by the RTDX Host Library.
I read the data in the host application with ReadI2(short* ) function. The host application works ok but each time that I execute the application, the same data is in the buffer. I would like to delete the buffer each time that I read the data with the host application.
The only solution I found is disable RTDX each time.
Is there some function or something like that to delete the buffer?
Thanks in advance.
Teresa