//////////////////////////////////////////////////////////////////////////////// // File Name: interpolator.c // Description: This file calls an initializing routine for the DSP and its // peripherals, assigns the scaling factor to a default value, then // waits for interrupts. //////////////////////////////////////////////////////////////////////////////// #include #include #include int d=13; extern void start(); void main(void) { start(); printf("The cycle count %d"); exit(0); }