Hi,
i am using examples from driverlib directory present in mspware SDK with CCS version 11.2 .
i am able to generate sin wave with formula mentioned below:
sineWave[i] = (uint16_t)((sinf((2 * M_PI * i) / TABLE_SIZE) + 1) * 1023.75/2.0) with table size of 256 and i am using SMCLK clock
How can i use TimerB interrupt to generate 400HZ sin waveform from DAC output ?
Regards,
Mounika