Hello guys,
I am new in CCS,using F28379D launchpad. I tested the DAC enable example on CCS and could see the result " BE8 " through the "Registers windows" of CCS.
// Configure DAC
//
configureDAC(DAC_NUM);
while(1)
{
DAC_PTR[DAC_NUM]->DACVALS.all = dacval; // dacval = 3048
DELAY_US(2);
}
}
However I could not measure anything on the refering output DACA/ ADCINA0 of the launchpad. I would like to know how I can set up the ouputs of the launchpad.
However, the same =