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