Dear engineers,
I am now using C6747. But I have the question of the software for initialization
For F2812, there are
DSP28_SysCtrl.c for device system control initialzation
DSP28_Gpio.c which initializes the GPIO to a known state.
DSP281x_InitPeripherals.c which initialize XINF, RAM, CPU Timer, external interrupt, EV,...
DSP28_PieCtrl.c which initialize the PIE control registers to a known state.
.... All these initialization files are provided by TI. We can only call this function to initialize in our software.
But are there any offical initializaiton files provided by TI for C6747?
Or should I write these initialization files which initialize the registers, watchdog, interrupt, ram... and so on by myself?
Thank you in advance!