Part Number: TMS320F2800137
Tool/software:
I am using F2800137 MCU for ADC reading application. I opened ADC example adc_ex10_multiple_soc_epwm in the project.
I want to add a timer interrupt using EPWM but when I enable its interrupt and rebuild the project the "unresolved symbol INT_myEPWM0_ISR, first referenced in ./syscfg/board.obj adc_ex10_multiple_soc_epwm" message appears.
The only thing I did with this project was enable EPWM interrupt in syscfg file when I opened this example and I tried it on many other examples.
I remember I met this problem before in another project but it was handled when I built the program in RAM first and then built in Flash but in this case, this solution is not working.
Does anyone know why this happened and how to fix it? Please help, I am new to this CCS.
