This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320C6418: Gpio Interrupt confguration without DSP-Bios .tcf file

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