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.
Device_cal程序离线运行,校准函数“Device_cal”在什么时候用比较好?
例程“launchxl_ex1_f280025c_demo”中,“Device_cal”没有使用是什么原因?
你好,看一下这个帖子中的说明:https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/902917/tms320f280049-why-call-device_cal-function-at-the-condition-of-ifndef-_flash-when-run-using-debugger?tisearch=e2e-sitesearch&keymatch=%2525252522Device_cal%2525252522#
感谢回复,链接中的回答如,按照该回答,我有两个疑问:
1、如果程序在FLASH中离线运行,校准函数“Device_cal”是自动运行的,可以直接删掉?
2、如果程序仿真运行,即使校准函数“Device_cal”是灰色的,处于未编译状态,也会执行?
感谢回复,FLASH这块理解了。
如果是仿真阶段,在点击CCS的reset后仍然是从bootrom开始运行的,既然从bootroom运行,那么也可以不用执行校准函数“Device_cal”,为什么还需要再次调用?