Introduction - If you have any usage issues, please Google them yourself
void main(void)
{
// Step 1. Initialize System Control:
// PLL, WatchDog, enable Peripheral Clocks
// This example function is found in the DSP280x_SysCtrl.c file.
InitSysCtrl()
EALLOW
SysCtrlRegs.HISPCP.all = ADC_MODCLK // HSPCLK = SYSCLKOUT/ADC_MODCLK
EDIS
// Step 2. Initalize GPIO:
// This example function is found in the DSP280x_Gpio.c file and
// illustrates how to set the GPIO to it s default state.
// InitGpio() // Skipped for this example