Good day
Needless to say, I am new at CCS and I am just running through some of the examples that come with controlSuite. One of these examples is the ADC to DMA conversion example:
Original source by: M.P.
TI Release: DSP2833x/DSP2823x C/C++ Header Files V1.31
Release Date: August 4, 2009
I've read through the description in "Example_2833xAdcToDMA.c" and configured the clock in the correct way. I have connected my analog supply to pin A0. According to the description, I should watch the "DMABuf1" variable. Only problem is, when I debug, that variable doesn't show up as one I can watch.
And when I select the ADC_Result registers to watch, I can see that it initializes to a value. But when I run the program, I get the following error: "Error: unable to read".
So, my question has two parts: Firstly, which register/variable should I watch in order to see the result of the A to D conversion and secondly, what can I do to solve the "Error: unable to read" error?
Regards
Adre Neethling