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.

Compiler/TMS320F28033: PieVectTable. assignment

Part Number: TMS320F28033

Tool/software: TI C/C++ Compiler

Hello Team,

My customer used "MainISR" as the interrupt function, and they mistaken to use the function name without "&"  to PieVectTable, saying "PieVectTable.EPWM1_INT = MainISR;". but no any warning or errors report, and the function seems like it runs the same with the nomal coding using &MianISR.

Do you have any comments for this operation? Does it mean that the MainISR value is the same with address when we claim the funciton name?

thanks.

Best Regards.

Curry Huang