Tool/software:
Hi Ti,
I am currently working with AM2434 controller, and I want to read an input signal from signal generator of 100Khz frequency, 1dbm amplitude using ADC interface and write on UART0 line.
After capturing the ADC data, data is sent to UART Channel and plotted on graph using MATLAB plot function. How to capture all the waveform on ADC without any samples missing in continuous mode.
I am using the adc_singleshot.c sample code. What changes need to be done to capture whole sine wave pulse in continuous mode instead of existing singleshot mode?
Also, when MAXADCSAMPLELOGSIZE is changed to 100, the code gets stuck in infinite loop. How to resolve this issue also?