Hi all,
If I use the buffered analog ouput, I set the buffer size to be 100000, which is much bigger than the length of the signal. I wonder after the analog output signal task done, will the buffer clean up and reset automatically?
I write 1023 samples to the buffer and start the task at a certain sampling rate, what happens after all 1023 samples outputed but I didn't clear and stop the task? Will it stop automatically or will it output some junk data from the buffer?