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.

TMS320F28377S: Device_cal Address

Part Number: TMS320F28377S
Other Parts Discussed in Thread: C2000WARE

What is the correct address for the Device_cal function?  

In the various example projects for f2837xs it is given as:      #define Device_cal (void (*)(void))0x070282

yet in the file:

C:\ti\c2000\C2000Ware_1_00_06_00\libraries\boot_rom\f2837xs\revB\rom_sources\F2837x_bootROM\cpu01-bootROM\include\c1_bootrom.h

it is defined (line 129) as:  #define DEVICE_CAL_LOCATION 0x70280

Which of these is correct, or does it not matter?

Also, if I'm running in debug mode using the emulator, will the various ADC trim and offset registers be populated as long as I call this function, as well as CalAdcaINL, CalAdcbINL, GetAdcOffsetTrimOTP?

Thanks in advance for any insight.