Other Parts Discussed in Thread: CC2500
hii,
i am trying to sample analog input on my ez430-rf2500 module.Currently i am not using DTC to transfer the conversion value to ram/flash.i am transfering the conversion value to an array in my main code.
Something like this:
sampled_data[i]=ADC10MEM;
Now i want to use DTC to directly transfer the converted value to flash.By the time this values are transfered i want to send the values already recieved to the rf ic tx pin so that it could be send to the access point.
What i want to do is continously sample data from the analog source and send it over the to the access point using CC2500.I would desired sampling rate of 20ksps.
i dont want to miss the samples. currently i am missing out some samples when i trying to send it over the rf,so when i plot the graph at the access point i m getting distortions.
Is this possible?