Hello all,
I have a doubt in adc conversion of rm48l952.
1. If i am giving 3 Inputs to adc channel from 0 to 3 in adc1 group1 and i wanted to sample those signals 5 times and take mean of each channel.( I have used continuous conversion mode and fifo size as 15 ) Since in continuous mode conversion takes place untill fifo is full. is it correct?
2. How do i store all These values? and Display using SCI.( in the example of rm48x they have used Little endian concept to Display the value) why do we have to do like that.
3. I am trying to implement this is c++ programming. if i use cout to Display the mean value, does the value will be in hexadecimal or decimal.
4. if in future if i want to Display the mean using SCI should i convert the hex to decimal before displaying it.
could anyone please provide a sample program SCI without using Little endian ?
Thanks in advance