Part Number:TMS320C6418
Tool/software: Code Composer Studio
Hi there,
I'm new with C6418 target and I'm not able to find good examples codes for my issue.
I simply want to configure a GPIO interrupt on the GP0[4] pin. It is clear to me how to configure the DSP registers GPEN/GPDIR, but how do I associate on my c-code an interrupt funcion to the GPIO event? (GpioIsr())
How is the vector table initialized? Does it have to be defined into the linker command?
I'm not using in my project DSP-Bios and a .tcf file.
Thank you
Regards