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/TMS320LF2407A: CCS1CFA1B2C642AA (ccs service code)

Part Number: TMS320LF2407A

Tool/software: Code Composer Studio

Hi!
I need help!
I have LF2407A mc, and can't make a two registers variables in Core.c file.
When I tape: "volatile signed long *V=(void*)0x3FF", I have only one register from my variable long type.
When I tape "volatile signed long v=0;" in DefaultISR.c file, I have two registers from my variable!
I need signing two registers variable long type (32bite) through Core.C file...but I don't knew how it made.
Igor.