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/TMS320F28035: Issue with C++ compiler

Part Number: TMS320F28035

Tool/software: TI C/C++ Compiler

Hi, All

I need to pruduce a sinusioidal signal. Then, I did generate a table with values that i will load in the CMPA register of the ePWM module. The load will be each 33us with control of the interrupt subrutine of ePWM. I did define the Table in the main.c file and the data of this table were loaded in flash memory. The build of my programm runs fine,  but when, in the routine of service the interruption,  I include the following code line " EPwm4Regs.CMPA.half.CMPA=SinTable[j] " the build process generate the follow error message " identifier "SinTable" is undefined".

Thanks in advance

Sebastián