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.
Dear Sir or Madam,
I am encountering an issue while debugging a project using the TMS320F28374S microcontroller. During debugging, I receive the following error message:
"No source available for '_system_post_cinit() at D:\LLCDebugProblem\EVDP-UA603W0001_LLC_S0.01T25\Debug\EVDP-UA603W0001_LLC_S0.01T25.out:{3} 0x3fe493{4}'"
The compiler version used is TIv20.2.5.LTS. We have taken the following actions to address this issue:
Additionally, debugging can proceed into the main function; however, after initializing the EEPROM, just before initializing the Flash, the debug process encounters an error and cannot continue further.
I need assistance with the following:
Currently, we speculate that our company's encryption software might be causing file parsing errors, and the newer compiler version (TIv22.6.1LTS) may have implemented isolation measures for these files. However, we do not have concrete evidence to support this theory. We sincerely request assistance from TI engineers.
Additionally, I have attached relevant screenshots of the settings for your reference.
Best Regards,
Cheng Yulong
Hi Cheng,
The message from CCS means that the program has stopped in "_system_post_cinit()" but CCS is not able to locate the source code for that. It will show that message and prompt you to provide the location where the source is located or give the option to open the disassembly view. In your case that function is likely implemented in assembly code or a library that is part of the example being run.
It seems like you have a custom _system_post_cinit function in your .out. The standard _system_post_cinit function provided in the compiler is an empty function. Please check your function implementation and check what condition led to the error.
I also have a couple clarifying questions:
1. What is the startup code that you are using before branching to main function?
2. Can you share your compilation log?
the debug process encounters an error and cannot continue further.
3. What is this error?
Best,
Taylor
Dear Taylor,
Firstly, I will answer your three questions:
**** Clean-only build of configuration Debug for project EVDP-UA603W0001_LLC_S0.01T25 **** "D:\\ti\\ccs1120\\ccs\\utils\\bin\\gmake" -k clean DEL /F "EVDP-UA603W0001_LLC_S0.01T25.hex" "EVDP-UA603W0001_LLC_S0.01T25.out" DEL /F "Sources\01_common\AppBootShareRam.obj" "Sources\01_common\AppCodeStart.obj" "Sources\01_common\ClaTab_CosQ14_AngleQ7.obj" "Sources\01_common\ClaTab_FtoQ.obj" "Sources\01_common\ClaTab_QtoF.obj" "Sources\01_common\ClaTab_SinQ14_AngleQ7.obj" "Sources\01_common\CpuTab_CosF32_AngleQ7.obj" "Sources\01_common\CpuTab_FtoQ.obj" "Sources\01_common\CpuTab_QtoF.obj" "Sources\01_common\CpuTab_SinF32_AngleQ7.c.obj" "Sources\01_common\F2837xS_CodeStartBranch.obj" "Sources\01_common\common.obj" "Sources\01_common\logger.obj" "Sources\02_Driver\adca_v2.obj" "Sources\02_Driver\adcb_v2.obj" "Sources\02_Driver\adcc_v2.obj" "Sources\02_Driver\adcd_v2.obj" "Sources\02_Driver\cana.obj" "Sources\02_Driver\canb.obj" "Sources\02_Driver\cla_v2_PRAM4K_DRAM8K.obj" "Sources\02_Driver\cmpss_v3.obj" "Sources\02_Driver\dac.obj" "Sources\02_Driver\ecap_apwm.obj" "Sources\02_Driver\epwm_hb_pwm_v3.obj" "Sources\02_Driver\epwm_independent_v3.obj" "Sources\02_Driver\epwm_interleave_v3.obj" "Sources\02_Driver\epwm_llc_burst_v4.obj" DEL /F "Sources\02_Driver\epwm_llc_pfm_v3.obj" "Sources\02_Driver\epwm_llc_sr_v5.obj" "Sources\02_Driver\epwm_soca_v2.obj" "Sources\02_Driver\scia.obj" "Sources\02_Driver\scib.obj" "Sources\02_Driver\scic.obj" "Sources\02_Driver\tim0_soc.obj" "Sources\02_Driver\tim1_sys_tick.obj" "Sources\02_Driver\tim2_clock_cycle.obj" "Sources\02_Driver\watchdog.obj" "Sources\02_Driver\cpu\cpu.obj" "Sources\02_Driver\cpu\cpu1_f2837xs_default_isr_FULL.obj" "Sources\02_Driver\flash\flash.obj" "Sources\03_ServiceLayerLib\flextoolset_lib\03_console.obj" "Sources\03_ServiceLayerLib\flextoolset_lib\03_virtual_sci.obj" "Sources\03_ServiceLayerLib\load_share_v2_lib\load_share_v2.obj" "Sources\03_ServiceLayerLib\onewire_eeprom_lib\onewire_eeprom_v2.obj" "Sources\03_ServiceLayerLib\snap_protocol_lib\Snap.obj" "Sources\04_ServiceLayerAPI\CanProtocolAPI\CanProtocolAPI.obj" "Sources\04_ServiceLayerAPI\CanProtocolAPI\CustomerProtocolHandler_A.obj" "Sources\04_ServiceLayerAPI\CanProtocolAPI\CustomerProtocolHandler_B.obj" "Sources\04_ServiceLayerAPI\CanProtocolAPI\CustomerProtocolHandler_Debug.obj" DEL /F "Sources\04_ServiceLayerAPI\EepromAPI\EepromAPI.obj" "Sources\04_ServiceLayerAPI\EepromAPI\EepromAPI_UserHandler.obj" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocolAPI.obj" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_CailCmdVbusUserHandler.obj" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_CailCmdVrstUserHandler.obj" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_CaliCmdUserHandlerDefault.obj" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_CaliVoutVoltageUserHandler.obj" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_RdCmdUserHandlerDefault.obj" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_SendCanMessageHandlerDefault.obj" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_WrCmdUserHandlerDefault.obj" "Sources\04_ServiceLayerAPI\FlexToolSetAPI\AppFwCode.obj" "Sources\04_ServiceLayerAPI\FlexToolSetAPI\FlexToolSetAPI.obj" "Sources\04_ServiceLayerAPI\FlexToolSetAPI\IdTableTemplate.obj" DEL /F "Sources\04_ServiceLayerAPI\FlexToolSetAPI\SlipMasterEventHandler\SlipMaster1EventHandler.obj" "Sources\04_ServiceLayerAPI\FlexToolSetAPI\SlipMasterEventHandler\SlipMaster2EventHandler.obj" "Sources\04_ServiceLayerAPI\FlexToolSetAPI\SlipMasterEventHandler\SlipMaster3EventHandler.obj" "Sources\04_ServiceLayerAPI\FlexToolSetAPI\SlipMasterEventHandler\SlipMaster4EventHandler.obj" "Sources\04_ServiceLayerAPI\LoadShareAPI\LoadShareAPI.obj" "Sources\04_ServiceLayerAPI\LoadShareAPI\LoadShareCtrl.obj" "Sources\04_ServiceLayerAPI\LoadShareAPI\LoadShareV2_CFG.obj" "Sources\04_ServiceLayerAPI\SlipProtocolAPI\SlipMasterArm.obj" "Sources\04_ServiceLayerAPI\SlipProtocolAPI\SlipMasterPFC.obj" "Sources\04_ServiceLayerAPI\SlipProtocolAPI\SlipSlaveLLC.obj" "Sources\04_ServiceLayerAPI\SnapProtocolAPI\SnapProtocolAPI.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\anti_windup_pi.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\differentiator.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\dsp_ctrl_lib.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\dynamic_test.obj" DEL /F "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\fan_speed_detector.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\first_order_bpf.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\first_order_hpf.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\first_order_lpf.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\incremental_pi.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\integrator.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\one_p_one_z.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\period_detector.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\poly_fit.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\rate_limiter.obj" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\resonator.obj" "Sources\06_DigitalCtrlAPI\DigitalLLC.obj" "Sources\06_DigitalCtrlAPI\FastShortDetect.obj" "Sources\06_DigitalCtrlAPI\TPLlcDriver.obj" "Sources\06_DigitalCtrlAPI\digital_llc_ea.obj" "Sources\06_DigitalCtrlAPI\digital_llc_err.obj" "Sources\06_DigitalCtrlAPI\digital_llc_fdbk.obj" "Sources\06_DigitalCtrlAPI\digital_llc_ref.obj" "Sources\06_DigitalCtrlAPI\sample_calib.obj" DEL /F "Sources\06_DigitalCtrlAPI\vea_pwm_tab_curve.obj" "Sources\07_Sample\ExtendAD.obj" "Sources\07_Sample\Sample.obj" "Sources\07_Sample\TestAD.obj" "Sources\08_Diagnostic\01_StatusEvents.obj" "Sources\08_Diagnostic\02_ExceptionEvents.obj" "Sources\08_Diagnostic\03_FailureEvents.obj" "Sources\08_Diagnostic\04_BlackBox.obj" "Sources\08_Diagnostic\Diagnostic.obj" "Sources\09_TimSeqFSM\AutoPowerON.obj" "Sources\09_TimSeqFSM\AvailableCurrent.obj" "Sources\09_TimSeqFSM\DerateCtrl.obj" "Sources\09_TimSeqFSM\RemoteCtrl.obj" "Sources\09_TimSeqFSM\TimSeqFSM.obj" "Sources\10_Auxiliary\FanCtrl_Table.obj" "Sources\10_Auxiliary\FanSpeedTable230_Outside.obj" "Sources\10_Auxiliary\OperateTime.obj" "Sources\10_Auxiliary\PfcBusCtrl.obj" "Sources\10_Auxiliary\PfcLedCtrl.obj" "Sources\10_Auxiliary\RmStatus.obj" "Sources\10_Auxiliary\Version.obj" "Sources\11_ProjectCFG\AdcPwmTrigSys_CFG.obj" "Sources\11_ProjectCFG\ClaDefaultTask.obj" "Sources\11_ProjectCFG\Gpio.obj" "Sources\11_ProjectCFG\IoMap.obj" "Sources\11_ProjectCFG\Project_CFG.obj" DEL /F "Sources\main.obj" "Ti.Headers\F2837xS_GlobalVariableDefs.obj" "Ti.Headers\F2837xS_usDelay.obj" DEL /F "Sources\01_common\AppBootShareRam.d" "Sources\01_common\AppCodeStart.d" "Sources\01_common\ClaTab_CosQ14_AngleQ7.d" "Sources\01_common\ClaTab_FtoQ.d" "Sources\01_common\ClaTab_QtoF.d" "Sources\01_common\ClaTab_SinQ14_AngleQ7.d" "Sources\01_common\CpuTab_CosF32_AngleQ7.d" "Sources\01_common\CpuTab_FtoQ.d" "Sources\01_common\CpuTab_QtoF.d" "Sources\01_common\CpuTab_SinF32_AngleQ7.c.d" "Sources\01_common\common.d" "Sources\01_common\logger.d" "Sources\02_Driver\adca_v2.d" "Sources\02_Driver\adcb_v2.d" "Sources\02_Driver\adcc_v2.d" "Sources\02_Driver\adcd_v2.d" "Sources\02_Driver\cana.d" "Sources\02_Driver\canb.d" "Sources\02_Driver\cla_v2_PRAM4K_DRAM8K.d" "Sources\02_Driver\cmpss_v3.d" "Sources\02_Driver\dac.d" "Sources\02_Driver\ecap_apwm.d" "Sources\02_Driver\epwm_hb_pwm_v3.d" "Sources\02_Driver\epwm_independent_v3.d" "Sources\02_Driver\epwm_interleave_v3.d" "Sources\02_Driver\epwm_llc_burst_v4.d" "Sources\02_Driver\epwm_llc_pfm_v3.d" "Sources\02_Driver\epwm_llc_sr_v5.d" "Sources\02_Driver\epwm_soca_v2.d" DEL /F "Sources\02_Driver\scia.d" "Sources\02_Driver\scib.d" "Sources\02_Driver\scic.d" "Sources\02_Driver\tim0_soc.d" "Sources\02_Driver\tim1_sys_tick.d" "Sources\02_Driver\tim2_clock_cycle.d" "Sources\02_Driver\watchdog.d" "Sources\02_Driver\cpu\cpu.d" "Sources\02_Driver\cpu\cpu1_f2837xs_default_isr_FULL.d" "Sources\02_Driver\flash\flash.d" "Sources\03_ServiceLayerLib\flextoolset_lib\03_console.d" "Sources\03_ServiceLayerLib\flextoolset_lib\03_virtual_sci.d" "Sources\03_ServiceLayerLib\load_share_v2_lib\load_share_v2.d" "Sources\03_ServiceLayerLib\onewire_eeprom_lib\onewire_eeprom_v2.d" "Sources\03_ServiceLayerLib\snap_protocol_lib\Snap.d" "Sources\04_ServiceLayerAPI\CanProtocolAPI\CanProtocolAPI.d" "Sources\04_ServiceLayerAPI\CanProtocolAPI\CustomerProtocolHandler_A.d" "Sources\04_ServiceLayerAPI\CanProtocolAPI\CustomerProtocolHandler_B.d" "Sources\04_ServiceLayerAPI\CanProtocolAPI\CustomerProtocolHandler_Debug.d" "Sources\04_ServiceLayerAPI\EepromAPI\EepromAPI.d" "Sources\04_ServiceLayerAPI\EepromAPI\EepromAPI_UserHandler.d" DEL /F "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocolAPI.d" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_CailCmdVbusUserHandler.d" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_CailCmdVrstUserHandler.d" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_CaliCmdUserHandlerDefault.d" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_CaliVoutVoltageUserHandler.d" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_RdCmdUserHandlerDefault.d" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_SendCanMessageHandlerDefault.d" "Sources\04_ServiceLayerAPI\FactoryProtocolAPI\FactoryProtocol_WrCmdUserHandlerDefault.d" "Sources\04_ServiceLayerAPI\FlexToolSetAPI\AppFwCode.d" "Sources\04_ServiceLayerAPI\FlexToolSetAPI\FlexToolSetAPI.d" "Sources\04_ServiceLayerAPI\FlexToolSetAPI\IdTableTemplate.d" "Sources\04_ServiceLayerAPI\FlexToolSetAPI\SlipMasterEventHandler\SlipMaster1EventHandler.d" "Sources\04_ServiceLayerAPI\FlexToolSetAPI\SlipMasterEventHandler\SlipMaster2EventHandler.d" DEL /F "Sources\04_ServiceLayerAPI\FlexToolSetAPI\SlipMasterEventHandler\SlipMaster3EventHandler.d" "Sources\04_ServiceLayerAPI\FlexToolSetAPI\SlipMasterEventHandler\SlipMaster4EventHandler.d" "Sources\04_ServiceLayerAPI\LoadShareAPI\LoadShareAPI.d" "Sources\04_ServiceLayerAPI\LoadShareAPI\LoadShareCtrl.d" "Sources\04_ServiceLayerAPI\LoadShareAPI\LoadShareV2_CFG.d" "Sources\04_ServiceLayerAPI\SlipProtocolAPI\SlipMasterArm.d" "Sources\04_ServiceLayerAPI\SlipProtocolAPI\SlipMasterPFC.d" "Sources\04_ServiceLayerAPI\SlipProtocolAPI\SlipSlaveLLC.d" "Sources\04_ServiceLayerAPI\SnapProtocolAPI\SnapProtocolAPI.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\anti_windup_pi.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\differentiator.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\dsp_ctrl_lib.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\dynamic_test.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\fan_speed_detector.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\first_order_bpf.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\first_order_hpf.d" DEL /F "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\first_order_lpf.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\incremental_pi.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\integrator.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\one_p_one_z.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\period_detector.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\poly_fit.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\rate_limiter.d" "Sources\05_DigitalCtrlLib\dsp_ctrl_lib\resonator.d" "Sources\06_DigitalCtrlAPI\DigitalLLC.d" "Sources\06_DigitalCtrlAPI\FastShortDetect.d" "Sources\06_DigitalCtrlAPI\TPLlcDriver.d" "Sources\06_DigitalCtrlAPI\digital_llc_ea.d" "Sources\06_DigitalCtrlAPI\digital_llc_err.d" "Sources\06_DigitalCtrlAPI\digital_llc_fdbk.d" "Sources\06_DigitalCtrlAPI\digital_llc_ref.d" "Sources\06_DigitalCtrlAPI\sample_calib.d" "Sources\06_DigitalCtrlAPI\vea_pwm_tab_curve.d" "Sources\07_Sample\ExtendAD.d" "Sources\07_Sample\Sample.d" "Sources\07_Sample\TestAD.d" "Sources\08_Diagnostic\01_StatusEvents.d" "Sources\08_Diagnostic\02_ExceptionEvents.d" DEL /F "Sources\08_Diagnostic\03_FailureEvents.d" "Sources\08_Diagnostic\04_BlackBox.d" "Sources\08_Diagnostic\Diagnostic.d" "Sources\09_TimSeqFSM\AutoPowerON.d" "Sources\09_TimSeqFSM\AvailableCurrent.d" "Sources\09_TimSeqFSM\DerateCtrl.d" "Sources\09_TimSeqFSM\RemoteCtrl.d" "Sources\09_TimSeqFSM\TimSeqFSM.d" "Sources\10_Auxiliary\FanCtrl_Table.d" "Sources\10_Auxiliary\FanSpeedTable230_Outside.d" "Sources\10_Auxiliary\OperateTime.d" "Sources\10_Auxiliary\PfcBusCtrl.d" "Sources\10_Auxiliary\PfcLedCtrl.d" "Sources\10_Auxiliary\RmStatus.d" "Sources\10_Auxiliary\Version.d" "Sources\11_ProjectCFG\AdcPwmTrigSys_CFG.d" "Sources\11_ProjectCFG\Gpio.d" "Sources\11_ProjectCFG\IoMap.d" "Sources\11_ProjectCFG\Project_CFG.d" "Sources\main.d" "Ti.Headers\F2837xS_GlobalVariableDefs.d" DEL /F "Sources\11_ProjectCFG\ClaDefaultTask.d" DEL /F "Sources\01_common\F2837xS_CodeStartBranch.d" "Ti.Headers\F2837xS_usDelay.d" 找不到 D:\LLCDebugProblem\EVDP-UA603W0001_LLC_S0.01T25\Debug\Sources\01_common\F2837xS_CodeStartBranch.d 找不到 D:\LLCDebugProblem\EVDP-UA603W0001_LLC_S0.01T25\Debug\Ti.Headers\F2837xS_usDelay.d Finished clean **** Build Finished **** **** Build of configuration Debug for project EVDP-UA603W0001_LLC_S0.01T25 **** "D:\\ti\\ccs1120\\ccs\\utils\\bin\\gmake" -k all Building file: "../Sources/01_common/AppBootShareRam.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/01_common/AppBootShareRam.d_raw" --obj_directory="Sources/01_common" "../Sources/01_common/AppBootShareRam.c" Finished building: "../Sources/01_common/AppBootShareRam.c" Building file: "../Sources/01_common/AppCodeStart.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/01_common/AppCodeStart.d_raw" --obj_directory="Sources/01_common" "../Sources/01_common/AppCodeStart.c" Finished building: "../Sources/01_common/AppCodeStart.c" Building file: "../Sources/01_common/ClaTab_CosQ14_AngleQ7.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/01_common/ClaTab_CosQ14_AngleQ7.d_raw" --obj_directory="Sources/01_common" "../Sources/01_common/ClaTab_CosQ14_AngleQ7.c" Finished building: "../Sources/01_common/ClaTab_CosQ14_AngleQ7.c" Building file: "../Sources/01_common/ClaTab_FtoQ.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/01_common/ClaTab_FtoQ.d_raw" --obj_directory="Sources/01_common" "../Sources/01_common/ClaTab_FtoQ.c" Finished building: "../Sources/01_common/ClaTab_FtoQ.c" Building file: "../Sources/01_common/ClaTab_QtoF.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/01_common/ClaTab_QtoF.d_raw" --obj_directory="Sources/01_common" "../Sources/01_common/ClaTab_QtoF.c" Finished building: "../Sources/01_common/ClaTab_QtoF.c" Building file: "../Sources/01_common/ClaTab_SinQ14_AngleQ7.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/01_common/ClaTab_SinQ14_AngleQ7.d_raw" --obj_directory="Sources/01_common" "../Sources/01_common/ClaTab_SinQ14_AngleQ7.c" Finished building: "../Sources/01_common/ClaTab_SinQ14_AngleQ7.c" Building file: "../Sources/01_common/CpuTab_CosF32_AngleQ7.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/01_common/CpuTab_CosF32_AngleQ7.d_raw" --obj_directory="Sources/01_common" "../Sources/01_common/CpuTab_CosF32_AngleQ7.c" Finished building: "../Sources/01_common/CpuTab_CosF32_AngleQ7.c" Building file: "../Sources/01_common/CpuTab_FtoQ.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/01_common/CpuTab_FtoQ.d_raw" --obj_directory="Sources/01_common" "../Sources/01_common/CpuTab_FtoQ.c" Finished building: "../Sources/01_common/CpuTab_FtoQ.c" Building file: "../Sources/01_common/CpuTab_QtoF.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/01_common/CpuTab_QtoF.d_raw" --obj_directory="Sources/01_common" "../Sources/01_common/CpuTab_QtoF.c" Finished building: "../Sources/01_common/CpuTab_QtoF.c" Building file: "../Sources/01_common/CpuTab_SinF32_AngleQ7.c.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/01_common/CpuTab_SinF32_AngleQ7.c.d_raw" --obj_directory="Sources/01_common" "../Sources/01_common/CpuTab_SinF32_AngleQ7.c.c" Finished building: "../Sources/01_common/CpuTab_SinF32_AngleQ7.c.c" Building file: "../Sources/01_common/F2837xS_CodeStartBranch.asm" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/01_common/F2837xS_CodeStartBranch.d_raw" --obj_directory="Sources/01_common" "../Sources/01_common/F2837xS_CodeStartBranch.asm" Finished building: "../Sources/01_common/F2837xS_CodeStartBranch.asm" Building file: "../Sources/01_common/common.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/01_common/common.d_raw" --obj_directory="Sources/01_common" "../Sources/01_common/common.c" Finished building: "../Sources/01_common/common.c" Building file: "../Sources/01_common/logger.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/01_common/logger.d_raw" --obj_directory="Sources/01_common" "../Sources/01_common/logger.c" Finished building: "../Sources/01_common/logger.c" Building file: "../Sources/02_Driver/adca_v2.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/adca_v2.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/adca_v2.c" Finished building: "../Sources/02_Driver/adca_v2.c" Building file: "../Sources/02_Driver/adcb_v2.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/adcb_v2.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/adcb_v2.c" Finished building: "../Sources/02_Driver/adcb_v2.c" Building file: "../Sources/02_Driver/adcc_v2.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/adcc_v2.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/adcc_v2.c" Finished building: "../Sources/02_Driver/adcc_v2.c" Building file: "../Sources/02_Driver/adcd_v2.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/adcd_v2.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/adcd_v2.c" Finished building: "../Sources/02_Driver/adcd_v2.c" Building file: "../Sources/02_Driver/cana.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/cana.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/cana.c" Finished building: "../Sources/02_Driver/cana.c" Building file: "../Sources/02_Driver/canb.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/canb.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/canb.c" Finished building: "../Sources/02_Driver/canb.c" Building file: "../Sources/02_Driver/cla_v2_PRAM4K_DRAM8K.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/cla_v2_PRAM4K_DRAM8K.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/cla_v2_PRAM4K_DRAM8K.c" Finished building: "../Sources/02_Driver/cla_v2_PRAM4K_DRAM8K.c" Building file: "../Sources/02_Driver/cmpss_v3.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/cmpss_v3.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/cmpss_v3.c" Finished building: "../Sources/02_Driver/cmpss_v3.c" Building file: "../Sources/02_Driver/dac.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/dac.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/dac.c" Finished building: "../Sources/02_Driver/dac.c" Building file: "../Sources/02_Driver/ecap_apwm.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/ecap_apwm.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/ecap_apwm.c" Finished building: "../Sources/02_Driver/ecap_apwm.c" Building file: "../Sources/02_Driver/epwm_hb_pwm_v3.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/epwm_hb_pwm_v3.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/epwm_hb_pwm_v3.c" Finished building: "../Sources/02_Driver/epwm_hb_pwm_v3.c" Building file: "../Sources/02_Driver/epwm_independent_v3.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/epwm_independent_v3.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/epwm_independent_v3.c" Finished building: "../Sources/02_Driver/epwm_independent_v3.c" Building file: "../Sources/02_Driver/epwm_interleave_v3.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/epwm_interleave_v3.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/epwm_interleave_v3.c" Finished building: "../Sources/02_Driver/epwm_interleave_v3.c" Building file: "../Sources/02_Driver/epwm_llc_burst_v4.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/epwm_llc_burst_v4.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/epwm_llc_burst_v4.c" Finished building: "../Sources/02_Driver/epwm_llc_burst_v4.c" Building file: "../Sources/02_Driver/epwm_llc_pfm_v3.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/epwm_llc_pfm_v3.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/epwm_llc_pfm_v3.c" Finished building: "../Sources/02_Driver/epwm_llc_pfm_v3.c" Building file: "../Sources/02_Driver/epwm_llc_sr_v5.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/epwm_llc_sr_v5.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/epwm_llc_sr_v5.c" Finished building: "../Sources/02_Driver/epwm_llc_sr_v5.c" Building file: "../Sources/02_Driver/epwm_soca_v2.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/epwm_soca_v2.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/epwm_soca_v2.c" Finished building: "../Sources/02_Driver/epwm_soca_v2.c" Building file: "../Sources/02_Driver/scia.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/scia.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/scia.c" Finished building: "../Sources/02_Driver/scia.c" Building file: "../Sources/02_Driver/scib.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/scib.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/scib.c" Finished building: "../Sources/02_Driver/scib.c" Building file: "../Sources/02_Driver/scic.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/scic.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/scic.c" Finished building: "../Sources/02_Driver/scic.c" Building file: "../Sources/02_Driver/tim0_soc.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/tim0_soc.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/tim0_soc.c" Finished building: "../Sources/02_Driver/tim0_soc.c" Building file: "../Sources/02_Driver/tim1_sys_tick.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/tim1_sys_tick.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/tim1_sys_tick.c" Finished building: "../Sources/02_Driver/tim1_sys_tick.c" Building file: "../Sources/02_Driver/tim2_clock_cycle.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/tim2_clock_cycle.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/tim2_clock_cycle.c" Finished building: "../Sources/02_Driver/tim2_clock_cycle.c" Building file: "../Sources/02_Driver/watchdog.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/watchdog.d_raw" --obj_directory="Sources/02_Driver" "../Sources/02_Driver/watchdog.c" Finished building: "../Sources/02_Driver/watchdog.c" Building file: "../Sources/02_Driver/cpu/cpu.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/cpu/cpu.d_raw" --obj_directory="Sources/02_Driver/cpu" "../Sources/02_Driver/cpu/cpu.c" Finished building: "../Sources/02_Driver/cpu/cpu.c" Building file: "../Sources/02_Driver/cpu/cpu1_f2837xs_default_isr_FULL.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/cpu/cpu1_f2837xs_default_isr_FULL.d_raw" --obj_directory="Sources/02_Driver/cpu" "../Sources/02_Driver/cpu/cpu1_f2837xs_default_isr_FULL.c" Finished building: "../Sources/02_Driver/cpu/cpu1_f2837xs_default_isr_FULL.c" Building file: "../Sources/02_Driver/flash/flash.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/02_Driver/flash/flash.d_raw" --obj_directory="Sources/02_Driver/flash" "../Sources/02_Driver/flash/flash.c" Finished building: "../Sources/02_Driver/flash/flash.c" Building file: "../Sources/03_ServiceLayerLib/flextoolset_lib/03_console.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/03_ServiceLayerLib/flextoolset_lib/03_console.d_raw" --obj_directory="Sources/03_ServiceLayerLib/flextoolset_lib" "../Sources/03_ServiceLayerLib/flextoolset_lib/03_console.c" Finished building: "../Sources/03_ServiceLayerLib/flextoolset_lib/03_console.c" Building file: "../Sources/03_ServiceLayerLib/flextoolset_lib/03_virtual_sci.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/03_ServiceLayerLib/flextoolset_lib/03_virtual_sci.d_raw" --obj_directory="Sources/03_ServiceLayerLib/flextoolset_lib" "../Sources/03_ServiceLayerLib/flextoolset_lib/03_virtual_sci.c" Finished building: "../Sources/03_ServiceLayerLib/flextoolset_lib/03_virtual_sci.c" Building file: "../Sources/03_ServiceLayerLib/load_share_v2_lib/load_share_v2.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/03_ServiceLayerLib/load_share_v2_lib/load_share_v2.d_raw" --obj_directory="Sources/03_ServiceLayerLib/load_share_v2_lib" "../Sources/03_ServiceLayerLib/load_share_v2_lib/load_share_v2.c" Finished building: "../Sources/03_ServiceLayerLib/load_share_v2_lib/load_share_v2.c" Building file: "../Sources/03_ServiceLayerLib/onewire_eeprom_lib/onewire_eeprom_v2.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/03_ServiceLayerLib/onewire_eeprom_lib/onewire_eeprom_v2.d_raw" --obj_directory="Sources/03_ServiceLayerLib/onewire_eeprom_lib" "../Sources/03_ServiceLayerLib/onewire_eeprom_lib/onewire_eeprom_v2.c" Finished building: "../Sources/03_ServiceLayerLib/onewire_eeprom_lib/onewire_eeprom_v2.c" Building file: "../Sources/03_ServiceLayerLib/snap_protocol_lib/Snap.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/03_ServiceLayerLib/snap_protocol_lib/Snap.d_raw" --obj_directory="Sources/03_ServiceLayerLib/snap_protocol_lib" "../Sources/03_ServiceLayerLib/snap_protocol_lib/Snap.c" Finished building: "../Sources/03_ServiceLayerLib/snap_protocol_lib/Snap.c" Building file: "../Sources/04_ServiceLayerAPI/CanProtocolAPI/CanProtocolAPI.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/CanProtocolAPI/CanProtocolAPI.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/CanProtocolAPI" "../Sources/04_ServiceLayerAPI/CanProtocolAPI/CanProtocolAPI.c" Finished building: "../Sources/04_ServiceLayerAPI/CanProtocolAPI/CanProtocolAPI.c" Building file: "../Sources/04_ServiceLayerAPI/CanProtocolAPI/CustomerProtocolHandler_A.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/CanProtocolAPI/CustomerProtocolHandler_A.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/CanProtocolAPI" "../Sources/04_ServiceLayerAPI/CanProtocolAPI/CustomerProtocolHandler_A.c" Finished building: "../Sources/04_ServiceLayerAPI/CanProtocolAPI/CustomerProtocolHandler_A.c" Building file: "../Sources/04_ServiceLayerAPI/CanProtocolAPI/CustomerProtocolHandler_B.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/CanProtocolAPI/CustomerProtocolHandler_B.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/CanProtocolAPI" "../Sources/04_ServiceLayerAPI/CanProtocolAPI/CustomerProtocolHandler_B.c" Finished building: "../Sources/04_ServiceLayerAPI/CanProtocolAPI/CustomerProtocolHandler_B.c" Building file: "../Sources/04_ServiceLayerAPI/CanProtocolAPI/CustomerProtocolHandler_Debug.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/CanProtocolAPI/CustomerProtocolHandler_Debug.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/CanProtocolAPI" "../Sources/04_ServiceLayerAPI/CanProtocolAPI/CustomerProtocolHandler_Debug.c" Finished building: "../Sources/04_ServiceLayerAPI/CanProtocolAPI/CustomerProtocolHandler_Debug.c" Building file: "../Sources/04_ServiceLayerAPI/EepromAPI/EepromAPI.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/EepromAPI/EepromAPI.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/EepromAPI" "../Sources/04_ServiceLayerAPI/EepromAPI/EepromAPI.c" Finished building: "../Sources/04_ServiceLayerAPI/EepromAPI/EepromAPI.c" Building file: "../Sources/04_ServiceLayerAPI/EepromAPI/EepromAPI_UserHandler.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/EepromAPI/EepromAPI_UserHandler.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/EepromAPI" "../Sources/04_ServiceLayerAPI/EepromAPI/EepromAPI_UserHandler.c" Finished building: "../Sources/04_ServiceLayerAPI/EepromAPI/EepromAPI_UserHandler.c" Building file: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocolAPI.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocolAPI.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FactoryProtocolAPI" "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocolAPI.c" Finished building: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocolAPI.c" Building file: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CailCmdVbusUserHandler.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CailCmdVbusUserHandler.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FactoryProtocolAPI" "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CailCmdVbusUserHandler.c" Finished building: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CailCmdVbusUserHandler.c" Building file: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CailCmdVrstUserHandler.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CailCmdVrstUserHandler.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FactoryProtocolAPI" "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CailCmdVrstUserHandler.c" Finished building: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CailCmdVrstUserHandler.c" Building file: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CaliCmdUserHandlerDefault.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CaliCmdUserHandlerDefault.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FactoryProtocolAPI" "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CaliCmdUserHandlerDefault.c" Finished building: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CaliCmdUserHandlerDefault.c" Building file: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CaliVoutVoltageUserHandler.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CaliVoutVoltageUserHandler.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FactoryProtocolAPI" "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CaliVoutVoltageUserHandler.c" Finished building: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_CaliVoutVoltageUserHandler.c" Building file: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_RdCmdUserHandlerDefault.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_RdCmdUserHandlerDefault.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FactoryProtocolAPI" "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_RdCmdUserHandlerDefault.c" Finished building: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_RdCmdUserHandlerDefault.c" Building file: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_SendCanMessageHandlerDefault.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_SendCanMessageHandlerDefault.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FactoryProtocolAPI" "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_SendCanMessageHandlerDefault.c" Finished building: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_SendCanMessageHandlerDefault.c" Building file: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_WrCmdUserHandlerDefault.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_WrCmdUserHandlerDefault.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FactoryProtocolAPI" "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_WrCmdUserHandlerDefault.c" Finished building: "../Sources/04_ServiceLayerAPI/FactoryProtocolAPI/FactoryProtocol_WrCmdUserHandlerDefault.c" Building file: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/AppFwCode.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FlexToolSetAPI/AppFwCode.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FlexToolSetAPI" "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/AppFwCode.c" Finished building: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/AppFwCode.c" Building file: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/FlexToolSetAPI.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FlexToolSetAPI/FlexToolSetAPI.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FlexToolSetAPI" "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/FlexToolSetAPI.c" Finished building: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/FlexToolSetAPI.c" Building file: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/IdTableTemplate.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FlexToolSetAPI/IdTableTemplate.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FlexToolSetAPI" "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/IdTableTemplate.c" Finished building: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/IdTableTemplate.c" Building file: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster1EventHandler.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster1EventHandler.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler" "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster1EventHandler.c" Finished building: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster1EventHandler.c" Building file: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster2EventHandler.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster2EventHandler.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler" "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster2EventHandler.c" Finished building: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster2EventHandler.c" Building file: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster3EventHandler.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster3EventHandler.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler" "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster3EventHandler.c" Finished building: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster3EventHandler.c" Building file: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster4EventHandler.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster4EventHandler.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler" "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster4EventHandler.c" Finished building: "../Sources/04_ServiceLayerAPI/FlexToolSetAPI/SlipMasterEventHandler/SlipMaster4EventHandler.c" Building file: "../Sources/04_ServiceLayerAPI/LoadShareAPI/LoadShareAPI.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/LoadShareAPI/LoadShareAPI.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/LoadShareAPI" "../Sources/04_ServiceLayerAPI/LoadShareAPI/LoadShareAPI.c" Finished building: "../Sources/04_ServiceLayerAPI/LoadShareAPI/LoadShareAPI.c" Building file: "../Sources/04_ServiceLayerAPI/LoadShareAPI/LoadShareCtrl.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/LoadShareAPI/LoadShareCtrl.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/LoadShareAPI" "../Sources/04_ServiceLayerAPI/LoadShareAPI/LoadShareCtrl.c" Finished building: "../Sources/04_ServiceLayerAPI/LoadShareAPI/LoadShareCtrl.c" Building file: "../Sources/04_ServiceLayerAPI/LoadShareAPI/LoadShareV2_CFG.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/LoadShareAPI/LoadShareV2_CFG.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/LoadShareAPI" "../Sources/04_ServiceLayerAPI/LoadShareAPI/LoadShareV2_CFG.c" Finished building: "../Sources/04_ServiceLayerAPI/LoadShareAPI/LoadShareV2_CFG.c" Building file: "../Sources/04_ServiceLayerAPI/SlipProtocolAPI/SlipMasterArm.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/SlipProtocolAPI/SlipMasterArm.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/SlipProtocolAPI" "../Sources/04_ServiceLayerAPI/SlipProtocolAPI/SlipMasterArm.c" Finished building: "../Sources/04_ServiceLayerAPI/SlipProtocolAPI/SlipMasterArm.c" Building file: "../Sources/04_ServiceLayerAPI/SlipProtocolAPI/SlipMasterPFC.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/SlipProtocolAPI/SlipMasterPFC.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/SlipProtocolAPI" "../Sources/04_ServiceLayerAPI/SlipProtocolAPI/SlipMasterPFC.c" Finished building: "../Sources/04_ServiceLayerAPI/SlipProtocolAPI/SlipMasterPFC.c" Building file: "../Sources/04_ServiceLayerAPI/SlipProtocolAPI/SlipSlaveLLC.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/SlipProtocolAPI/SlipSlaveLLC.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/SlipProtocolAPI" "../Sources/04_ServiceLayerAPI/SlipProtocolAPI/SlipSlaveLLC.c" Finished building: "../Sources/04_ServiceLayerAPI/SlipProtocolAPI/SlipSlaveLLC.c" Building file: "../Sources/04_ServiceLayerAPI/SnapProtocolAPI/SnapProtocolAPI.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/04_ServiceLayerAPI/SnapProtocolAPI/SnapProtocolAPI.d_raw" --obj_directory="Sources/04_ServiceLayerAPI/SnapProtocolAPI" "../Sources/04_ServiceLayerAPI/SnapProtocolAPI/SnapProtocolAPI.c" Finished building: "../Sources/04_ServiceLayerAPI/SnapProtocolAPI/SnapProtocolAPI.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/anti_windup_pi.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/anti_windup_pi.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/anti_windup_pi.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/anti_windup_pi.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/differentiator.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/differentiator.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/differentiator.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/differentiator.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/dsp_ctrl_lib.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/dsp_ctrl_lib.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/dsp_ctrl_lib.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/dsp_ctrl_lib.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/dynamic_test.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/dynamic_test.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/dynamic_test.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/dynamic_test.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/fan_speed_detector.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/fan_speed_detector.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/fan_speed_detector.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/fan_speed_detector.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/first_order_bpf.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/first_order_bpf.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/first_order_bpf.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/first_order_bpf.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/first_order_hpf.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/first_order_hpf.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/first_order_hpf.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/first_order_hpf.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/first_order_lpf.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/first_order_lpf.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/first_order_lpf.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/first_order_lpf.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/incremental_pi.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/incremental_pi.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/incremental_pi.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/incremental_pi.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/integrator.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/integrator.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/integrator.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/integrator.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/one_p_one_z.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/one_p_one_z.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/one_p_one_z.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/one_p_one_z.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/period_detector.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/period_detector.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/period_detector.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/period_detector.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/poly_fit.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/poly_fit.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/poly_fit.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/poly_fit.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/rate_limiter.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/rate_limiter.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/rate_limiter.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/rate_limiter.c" Building file: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/resonator.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/05_DigitalCtrlLib/dsp_ctrl_lib/resonator.d_raw" --obj_directory="Sources/05_DigitalCtrlLib/dsp_ctrl_lib" "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/resonator.c" Finished building: "../Sources/05_DigitalCtrlLib/dsp_ctrl_lib/resonator.c" Building file: "../Sources/06_DigitalCtrlAPI/DigitalLLC.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/06_DigitalCtrlAPI/DigitalLLC.d_raw" --obj_directory="Sources/06_DigitalCtrlAPI" "../Sources/06_DigitalCtrlAPI/DigitalLLC.c" Finished building: "../Sources/06_DigitalCtrlAPI/DigitalLLC.c" Building file: "../Sources/06_DigitalCtrlAPI/FastShortDetect.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/06_DigitalCtrlAPI/FastShortDetect.d_raw" --obj_directory="Sources/06_DigitalCtrlAPI" "../Sources/06_DigitalCtrlAPI/FastShortDetect.c" Finished building: "../Sources/06_DigitalCtrlAPI/FastShortDetect.c" Building file: "../Sources/06_DigitalCtrlAPI/TPLlcDriver.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/06_DigitalCtrlAPI/TPLlcDriver.d_raw" --obj_directory="Sources/06_DigitalCtrlAPI" "../Sources/06_DigitalCtrlAPI/TPLlcDriver.c" Finished building: "../Sources/06_DigitalCtrlAPI/TPLlcDriver.c" Building file: "../Sources/06_DigitalCtrlAPI/digital_llc_ea.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/06_DigitalCtrlAPI/digital_llc_ea.d_raw" --obj_directory="Sources/06_DigitalCtrlAPI" "../Sources/06_DigitalCtrlAPI/digital_llc_ea.c" Finished building: "../Sources/06_DigitalCtrlAPI/digital_llc_ea.c" Building file: "../Sources/06_DigitalCtrlAPI/digital_llc_err.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/06_DigitalCtrlAPI/digital_llc_err.d_raw" --obj_directory="Sources/06_DigitalCtrlAPI" "../Sources/06_DigitalCtrlAPI/digital_llc_err.c" Finished building: "../Sources/06_DigitalCtrlAPI/digital_llc_err.c" Building file: "../Sources/06_DigitalCtrlAPI/digital_llc_fdbk.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/06_DigitalCtrlAPI/digital_llc_fdbk.d_raw" --obj_directory="Sources/06_DigitalCtrlAPI" "../Sources/06_DigitalCtrlAPI/digital_llc_fdbk.c" Finished building: "../Sources/06_DigitalCtrlAPI/digital_llc_fdbk.c" Building file: "../Sources/06_DigitalCtrlAPI/digital_llc_ref.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/06_DigitalCtrlAPI/digital_llc_ref.d_raw" --obj_directory="Sources/06_DigitalCtrlAPI" "../Sources/06_DigitalCtrlAPI/digital_llc_ref.c" Finished building: "../Sources/06_DigitalCtrlAPI/digital_llc_ref.c" Building file: "../Sources/06_DigitalCtrlAPI/sample_calib.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/06_DigitalCtrlAPI/sample_calib.d_raw" --obj_directory="Sources/06_DigitalCtrlAPI" "../Sources/06_DigitalCtrlAPI/sample_calib.c" Finished building: "../Sources/06_DigitalCtrlAPI/sample_calib.c" Building file: "../Sources/06_DigitalCtrlAPI/vea_pwm_tab_curve.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/06_DigitalCtrlAPI/vea_pwm_tab_curve.d_raw" --obj_directory="Sources/06_DigitalCtrlAPI" "../Sources/06_DigitalCtrlAPI/vea_pwm_tab_curve.c" Finished building: "../Sources/06_DigitalCtrlAPI/vea_pwm_tab_curve.c" Building file: "../Sources/07_Sample/ExtendAD.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/07_Sample/ExtendAD.d_raw" --obj_directory="Sources/07_Sample" "../Sources/07_Sample/ExtendAD.c" Finished building: "../Sources/07_Sample/ExtendAD.c" Building file: "../Sources/07_Sample/Sample.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/07_Sample/Sample.d_raw" --obj_directory="Sources/07_Sample" "../Sources/07_Sample/Sample.c" "../Sources/07_Sample/Sample.c", line 72: warning #552-D: variable "TpmpAMB_Orig" was set but never used Finished building: "../Sources/07_Sample/Sample.c" Building file: "../Sources/07_Sample/TestAD.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/07_Sample/TestAD.d_raw" --obj_directory="Sources/07_Sample" "../Sources/07_Sample/TestAD.c" Finished building: "../Sources/07_Sample/TestAD.c" Building file: "../Sources/08_Diagnostic/01_StatusEvents.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/08_Diagnostic/01_StatusEvents.d_raw" --obj_directory="Sources/08_Diagnostic" "../Sources/08_Diagnostic/01_StatusEvents.c" Finished building: "../Sources/08_Diagnostic/01_StatusEvents.c" Building file: "../Sources/08_Diagnostic/02_ExceptionEvents.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/08_Diagnostic/02_ExceptionEvents.d_raw" --obj_directory="Sources/08_Diagnostic" "../Sources/08_Diagnostic/02_ExceptionEvents.c" "../Sources/08_Diagnostic/02_ExceptionEvents.c", line 38: warning #179-D: variable "PfcHwNotReady" was declared but never referenced "../Sources/08_Diagnostic/02_ExceptionEvents.c", line 39: warning #179-D: variable "PfcSwNotReady" was declared but never referenced Finished building: "../Sources/08_Diagnostic/02_ExceptionEvents.c" Building file: "../Sources/08_Diagnostic/03_FailureEvents.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/08_Diagnostic/03_FailureEvents.d_raw" --obj_directory="Sources/08_Diagnostic" "../Sources/08_Diagnostic/03_FailureEvents.c" Finished building: "../Sources/08_Diagnostic/03_FailureEvents.c" Building file: "../Sources/08_Diagnostic/04_BlackBox.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/08_Diagnostic/04_BlackBox.d_raw" --obj_directory="Sources/08_Diagnostic" "../Sources/08_Diagnostic/04_BlackBox.c" Finished building: "../Sources/08_Diagnostic/04_BlackBox.c" Building file: "../Sources/08_Diagnostic/Diagnostic.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/08_Diagnostic/Diagnostic.d_raw" --obj_directory="Sources/08_Diagnostic" "../Sources/08_Diagnostic/Diagnostic.c" Finished building: "../Sources/08_Diagnostic/Diagnostic.c" Building file: "../Sources/09_TimSeqFSM/AutoPowerON.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/09_TimSeqFSM/AutoPowerON.d_raw" --obj_directory="Sources/09_TimSeqFSM" "../Sources/09_TimSeqFSM/AutoPowerON.c" Finished building: "../Sources/09_TimSeqFSM/AutoPowerON.c" Building file: "../Sources/09_TimSeqFSM/AvailableCurrent.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/09_TimSeqFSM/AvailableCurrent.d_raw" --obj_directory="Sources/09_TimSeqFSM" "../Sources/09_TimSeqFSM/AvailableCurrent.c" Finished building: "../Sources/09_TimSeqFSM/AvailableCurrent.c" Building file: "../Sources/09_TimSeqFSM/DerateCtrl.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/09_TimSeqFSM/DerateCtrl.d_raw" --obj_directory="Sources/09_TimSeqFSM" "../Sources/09_TimSeqFSM/DerateCtrl.c" Finished building: "../Sources/09_TimSeqFSM/DerateCtrl.c" Building file: "../Sources/09_TimSeqFSM/RemoteCtrl.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/09_TimSeqFSM/RemoteCtrl.d_raw" --obj_directory="Sources/09_TimSeqFSM" "../Sources/09_TimSeqFSM/RemoteCtrl.c" Finished building: "../Sources/09_TimSeqFSM/RemoteCtrl.c" Building file: "../Sources/09_TimSeqFSM/TimSeqFSM.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/09_TimSeqFSM/TimSeqFSM.d_raw" --obj_directory="Sources/09_TimSeqFSM" "../Sources/09_TimSeqFSM/TimSeqFSM.c" Finished building: "../Sources/09_TimSeqFSM/TimSeqFSM.c" Building file: "../Sources/10_Auxiliary/FanCtrl_Table.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/10_Auxiliary/FanCtrl_Table.d_raw" --obj_directory="Sources/10_Auxiliary" "../Sources/10_Auxiliary/FanCtrl_Table.c" Finished building: "../Sources/10_Auxiliary/FanCtrl_Table.c" Building file: "../Sources/10_Auxiliary/FanSpeedTable230_Outside.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/10_Auxiliary/FanSpeedTable230_Outside.d_raw" --obj_directory="Sources/10_Auxiliary" "../Sources/10_Auxiliary/FanSpeedTable230_Outside.c" Finished building: "../Sources/10_Auxiliary/FanSpeedTable230_Outside.c" Building file: "../Sources/10_Auxiliary/OperateTime.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/10_Auxiliary/OperateTime.d_raw" --obj_directory="Sources/10_Auxiliary" "../Sources/10_Auxiliary/OperateTime.c" Finished building: "../Sources/10_Auxiliary/OperateTime.c" Building file: "../Sources/10_Auxiliary/PfcBusCtrl.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/10_Auxiliary/PfcBusCtrl.d_raw" --obj_directory="Sources/10_Auxiliary" "../Sources/10_Auxiliary/PfcBusCtrl.c" Finished building: "../Sources/10_Auxiliary/PfcBusCtrl.c" Building file: "../Sources/10_Auxiliary/PfcLedCtrl.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/10_Auxiliary/PfcLedCtrl.d_raw" --obj_directory="Sources/10_Auxiliary" "../Sources/10_Auxiliary/PfcLedCtrl.c" Finished building: "../Sources/10_Auxiliary/PfcLedCtrl.c" Building file: "../Sources/10_Auxiliary/RmStatus.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/10_Auxiliary/RmStatus.d_raw" --obj_directory="Sources/10_Auxiliary" "../Sources/10_Auxiliary/RmStatus.c" Finished building: "../Sources/10_Auxiliary/RmStatus.c" Building file: "../Sources/10_Auxiliary/Version.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/10_Auxiliary/Version.d_raw" --obj_directory="Sources/10_Auxiliary" "../Sources/10_Auxiliary/Version.c" Finished building: "../Sources/10_Auxiliary/Version.c" Building file: "../Sources/11_ProjectCFG/AdcPwmTrigSys_CFG.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/11_ProjectCFG/AdcPwmTrigSys_CFG.d_raw" --obj_directory="Sources/11_ProjectCFG" "../Sources/11_ProjectCFG/AdcPwmTrigSys_CFG.c" Finished building: "../Sources/11_ProjectCFG/AdcPwmTrigSys_CFG.c" Building file: "../Sources/11_ProjectCFG/ClaDefaultTask.cla" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/11_ProjectCFG/ClaDefaultTask.d_raw" --obj_directory="Sources/11_ProjectCFG" "../Sources/11_ProjectCFG/ClaDefaultTask.cla" "../Sources/11_ProjectCFG/ClaDefaultTask.cla", line 74: warning #179-D: variable "OCPtmp" was declared but never referenced Finished building: "../Sources/11_ProjectCFG/ClaDefaultTask.cla" Building file: "../Sources/11_ProjectCFG/Gpio.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/11_ProjectCFG/Gpio.d_raw" --obj_directory="Sources/11_ProjectCFG" "../Sources/11_ProjectCFG/Gpio.c" Finished building: "../Sources/11_ProjectCFG/Gpio.c" Building file: "../Sources/11_ProjectCFG/IoMap.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/11_ProjectCFG/IoMap.d_raw" --obj_directory="Sources/11_ProjectCFG" "../Sources/11_ProjectCFG/IoMap.c" Finished building: "../Sources/11_ProjectCFG/IoMap.c" Building file: "../Sources/11_ProjectCFG/Project_CFG.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/11_ProjectCFG/Project_CFG.d_raw" --obj_directory="Sources/11_ProjectCFG" "../Sources/11_ProjectCFG/Project_CFG.c" Finished building: "../Sources/11_ProjectCFG/Project_CFG.c" Building file: "../Sources/main.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Sources/main.d_raw" --obj_directory="Sources" "../Sources/main.c" Finished building: "../Sources/main.c" Building file: "../Ti.Headers/F2837xS_GlobalVariableDefs.c" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Ti.Headers/F2837xS_GlobalVariableDefs.d_raw" --obj_directory="Ti.Headers" "../Ti.Headers/F2837xS_GlobalVariableDefs.c" Finished building: "../Ti.Headers/F2837xS_GlobalVariableDefs.c" Building file: "../Ti.Headers/F2837xS_usDelay.asm" Invoking: C2000 Compiler "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --include_path="D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver/flash/f2837xd_flash_api" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Ti.Headers" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/01_common" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/02_Driver" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/scheduler_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/available_current_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/data_flash_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/can_protocol_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/load_share_v2_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/onewire_eeprom_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/sci_meter_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/snap_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/flextoolset_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/03_ServiceLayerLib/factory_protocol_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/CanProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/LoadShareAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/EepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FactoryProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/FlexToolSetAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SlipProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/SnapProtocolAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/04_ServiceLayerAPI/OneWireEepromAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/05_DigitalCtrlLib/dsp_ctrl_lib" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/06_DigitalCtrlAPI" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/07_Sample" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/08_Diagnostic" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/09_TimSeqFSM" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/10_Auxiliary" --include_path="D:/LLCDebugProblem/EVDP-UA603W0001_LLC_S0.01T25/Sources/11_ProjectCFG" --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Ti.Headers/F2837xS_usDelay.d_raw" --obj_directory="Ti.Headers" "../Ti.Headers/F2837xS_usDelay.asm" Finished building: "../Ti.Headers/F2837xS_usDelay.asm" Building target: "EVDP-UA603W0001_LLC_S0.01T25.out" Invoking: C2000 Linker Flags: -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -Ooff --fp_mode=relaxed --advice:performance=all --define=CPU1 --define=CLA_C --define=_FLASH -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"EVDP-UA603W0001_LLC_S0.01T25.map" --heap_size=0x400 --stack_size=0x400 --warn_sections -i"D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/lib" -i"D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="EVDP-UA603W0001_LLC_S0.01T25_linkInfo.xml" --rom_model "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/cl2000" -@"ccsLinker.opt" -o "EVDP-UA603W0001_LLC_S0.01T25.out" <Linking> Finished building target: "EVDP-UA603W0001_LLC_S0.01T25.out" Building secondary target: "EVDP-UA603W0001_LLC_S0.01T25.hex" Invoking: C2000 Hex Utility "D:/ti/ccs1120/ccs/tools/compiler/ti-cgt-c2000_21.6.1.LTS/bin/hex2000" --romwidth=16 --diag_wrap=off --intel -o "EVDP-UA603W0001_LLC_S0.01T25.hex" "EVDP-UA603W0001_LLC_S0.01T25.out" Translating to Intel format... "EVDP-UA603W0001_LLC_S0.01T25.out" codestart ==> codestart "EVDP-UA603W0001_LLC_S0.01T25.out" boot_codestart ==> boot_codestart "EVDP-UA603W0001_LLC_S0.01T25.out" boot_ver ==> boot_ver "EVDP-UA603W0001_LLC_S0.01T25.out" app_codestart ==> app_codestart "EVDP-UA603W0001_LLC_S0.01T25.out" Cla1Prog ==> Cla1Prog "EVDP-UA603W0001_LLC_S0.01T25.out" .TI.ramfunc ==> .TI.ramfunc "EVDP-UA603W0001_LLC_S0.01T25.out" .text ==> .text "EVDP-UA603W0001_LLC_S0.01T25.out" .econst ==> .econst "EVDP-UA603W0001_LLC_S0.01T25.out" .cinit ==> .cinit "EVDP-UA603W0001_LLC_S0.01T25.out" .switch ==> .switch "EVDP-UA603W0001_LLC_S0.01T25.out" app_ver ==> app_ver "EVDP-UA603W0001_LLC_S0.01T25.out" app_fw_code ==> app_fw_code Finished building secondary target: "EVDP-UA603W0001_LLC_S0.01T25.hex" **** Build Finished ****
Secondly, during debugging, I found that there are no error with compiler versions TIv21.12.0.LTS and above, while versions TIv21.6.1.LTS and below do have error. Additionally, I conducted experiments using three different versions of Code Composer Studio: 11.2.0, 12.6.0, and 12.8.1, and obtained consistent results. This suggests that the issue most likely lies with the compiler, and it appears to have been resolved in compiler version TIv21.12.0.LTS.
Lastly, I would like to ask for your help in identifying the true cause of this issue. Thank you very much.
Best,
Cheng
Hi Cheng,
Can you narrow down which flash initialization function causes the issue? I'll also loop in the compiler team to see if there was a possible fix in between versions, but there will be delays due to the holidays.
Best,
Taylor
Dear Taylor:
I have narrowed down the issue. When pressing F5 to debug, it fails to proceed further when reaching the line flash_init();
. This line of code is located within the main()
function. Everything works normally before executing this line, but upon reaching flash_init()
, pressing F5 does not step into the flash_init()
function; instead, it immediately results in an error. Below is part of the code for your reference.
void main(void) { AppBootShareRam.AppCodeCnt ++; AppBootShareRam.AppCpu_RESC = CpuSysRegs.RESC.all; // -------------------------------------------------------------------- // 注意,在后续的应用层初始化中,可能会有应用层调用Eeprom的Write与Read,而Eeprom中有用到Stopwatch // step1:初始化Time2 clock // step2:Eeprom Init tim2_clock_cycle_init(); Eeprom_InitAPI(); cpu_init(XTAL_20MHZ, PLL_200MHZ); scheduler_init(get_clock_cycle); // -------------------------------------------------------------------- // 注意,在后续的应用层初始化中,可能需要用到data_flash中存储的数据,所以应该尽早初始化data_flash flash_init();
bool flash_init(void) { uint32_t CpuClockMhz = get_clock_freq() / 1000000; Fapi_StatusType oReturnCheck; bool ok = true; EALLOW; // ---------------------------------------------------------------------------------------- // This function is required to initialize the Flash API based on System // frequency before any other Flash API operation can be performed oReturnCheck = Fapi_initializeAPI(F021_CPU0_W0_BASE_ADDRESS, CpuClockMhz); if(oReturnCheck != Fapi_Status_Success) { ok = false; } // ---------------------------------------------------------------------------------------- // Fapi_setActiveFlashBank function sets the Flash bank and FMC for further // Flash operations to be performed on the bank oReturnCheck = Fapi_setActiveFlashBank(Fapi_FlashBank0); if(oReturnCheck != Fapi_Status_Success) { ok = false; } Flash0EccRegs.ECC_ENABLE.bit.ENABLE = 0; EDIS; return ok; }
Best,
Cheng
Hi Cheng,
Thank you for narrowing this down. The flash_init() function must run from the RAM -- is this the case?
Can you share your linker command file (.cmd) as well?
Best,
Taylor
Dear Taylor:
We use a total of two CMD files, one of which is the CMD file provided by TI, as follows:
// Define a size for the CLA scratchpad area that will be used // by the CLA compiler for local symbols and temps // Also force references to the special symbols that mark the // scratchpad are. CLA_SCRATCHPAD_SIZE = 0x100; --undef_sym=__cla_scratchpad_end --undef_sym=__cla_scratchpad_start MEMORY { PAGE 0 : /* CLA program ram:*/ CLA_PROG_RAM : origin = 0x009000, length = 0x002000 /* LS2~5: 8KW */ /* CPU program ram:*/ //CPU_PROG_RAM : origin = 0x00B000, length = 0x001000 /* D0~1: 4KW */ CPU_PROG_RAM : origin = 0x00B000, length = 0x002000 /* D0~1: 8KW */ /* CPU program flash:*/ /* SectorA~B, 8KW*2 = 16KW for bootloader: */ BEGIN : origin = 0x080000, length = 0x000002 BOOT_CODE_START : origin = 0x080002, length = 0x000002 BOOT_VER : origin = 0x087FAE, length = 0x000050 BOOT_CRC32 : origin = 0x087FFE, length = 0x000002 /* SectorE~G, 32KW*3 = 96KW for application: */ APP_CODE_START : origin = 0x088000, length = 0x000002 PROG_FLASH : origin = 0x088002, length = 0x017FAA APP_VER : origin = 0x09FFAC, length = 0x000050 APP_FW_CODE : origin = 0x09FFFC, length = 0x000002 APP_CRC32 : origin = 0x09FFFE, length = 0x000002 /* SectorC~D, 8KW*2 = 16KW for data flash(simulated eeprom): */ DATA_FLASH : origin = 0x0A0000, length = 0x010000 /* reset vector: */ RESET : origin = 0x3FFFC0, length = 0x000002 PAGE 1 : /* CLA data ram: */ CLA_DATA_RAM : origin = 0x008000, length = 0x001000 /* LS0~1: 4KW */ /* CPU data ram: */ BOOT_RSVD : origin = 0x000002, length = 0x000120 /* Part of M0, BOOT rom will use this for stack */ CPU_STACK_M0_M1 : origin = 0x000200, length = 0x000580 /* 2rd Part of M0, and M1 */ APP_BOOT_SHARE_RAM : origin = 0x000780, length = 0x000080 /* M0 0x80 W */ CPU_DATA_RAM : origin = 0x00D000, length = 0x00B000 /* GS1~GS11 48KW */ CLA1_MSGRAMLOW : origin = 0x001480, length = 0x000080 CLA1_MSGRAMHIGH : origin = 0x001500, length = 0x000080 FLASHB : origin = 0xBC000, length = 0x002000 } SECTIONS { /* --------------------------------------------------------------------- */ /* CLA Sections */ CLAscratch :{ *.obj(CLAscratch) . += CLA_SCRATCHPAD_SIZE; *.obj(CLAscratch_end) } > CLA_DATA_RAM, PAGE = 1 .scratchpad : > CLA_DATA_RAM, PAGE = 1 .bss_cla : > CLA_DATA_RAM, PAGE = 1 .const_cla : > CLA_DATA_RAM, PAGE = 1 CLA1mathTables : > CLA_DATA_RAM, PAGE = 1 Cla1Prog : LOAD = PROG_FLASH, RUN = CLA_PROG_RAM, LOAD_START(_Cla1ProgLoadStart), RUN_START(_Cla1ProgRunStart), LOAD_SIZE(_Cla1ProgLoadSize), PAGE = 0, ALIGN(4) .const_cla : LOAD = PROG_FLASH, RUN = CLA_PROG_RAM, RUN_START(_Cla1ConstRunStart), LOAD_START(_Cla1ConstLoadStart), LOAD_SIZE(_Cla1ConstLoadSize), PAGE = 0 CLA1mathTables : LOAD = FLASHB, RUN = CLA_DATA_RAM, RUN_START(_CLA1mathTablesRunStart), LOAD_START(_CLA1mathTablesLoadStart), LOAD_SIZE(_CLA1mathTablesLoadSize), PAGE = 1 ClaDataRam : > CLA_DATA_RAM, PAGE = 1 ClaToCpuMsgRam : > CLA1_MSGRAMLOW, PAGE = 1 CpuToClaMsgRam : > CLA1_MSGRAMHIGH, PAGE = 1 /* --------------------------------------------------------------------- */ /* CPU Sections */ codestart : > BEGIN PAGE = 0, ALIGN(1) boot_codestart : > BOOT_CODE_START, PAGE = 0, ALIGN(1) boot_ver : > BOOT_VER, PAGE = 0, ALIGN(1) boot_crc32 : > BOOT_CRC32, PAGE = 0, ALIGN(1) app_codestart : > APP_CODE_START, PAGE = 0, ALIGN(1) app_ver : > APP_VER, PAGE = 0, ALIGN(1) app_fw_code : > APP_FW_CODE, PAGE = 0, ALIGN(1) app_crc32 : > APP_CRC32, PAGE = 0, ALIGN(1) data_flash : > DATA_FLASH, PAGE = 0, ALIGN(4) .cinit : > PROG_FLASH, PAGE = 0, ALIGN(4) .pinit : > PROG_FLASH, PAGE = 0, ALIGN(4) .text : > PROG_FLASH, PAGE = 0, ALIGN(4) .econst : > PROG_FLASH, PAGE = 0, ALIGN(4) .switch : > PROG_FLASH, PAGE = 0, ALIGN(4) .reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */ /* Allocate uninitalized data sections: */ app_boot_share_ram : > APP_BOOT_SHARE_RAM, PAGE = 1 .stack : > CPU_STACK_M0_M1, PAGE = 1 .ebss : > CPU_DATA_RAM, PAGE = 1//, ALIGN(1) .esysmem : > CPU_DATA_RAM, PAGE = 1//, ALIGN(1) .sysmem : > CPU_DATA_RAM, PAGE = 1//, ALIGN(1) .TI.ramfunc :{} LOAD = PROG_FLASH, RUN = CPU_PROG_RAM, LOAD_START(_RamfuncsLoadStart), LOAD_SIZE(_RamfuncsLoadSize), LOAD_END(_RamfuncsLoadEnd), RUN_START(_RamfuncsRunStart), RUN_SIZE(_RamfuncsRunSize), RUN_END(_RamfuncsRunEnd), PAGE = 0, ALIGN(4) } /* //=========================================================================== // End of file. //=========================================================================== */
MEMORY { PAGE 0: /* Program Memory */ PAGE 1: /* Data Memory */ ACCESSPROTECTION : origin = 0x0005F4C0, length = 0x00000040 ADCA : origin = 0x00007400, length = 0x00000080 ADCB : origin = 0x00007480, length = 0x00000080 ADCC : origin = 0x00007500, length = 0x00000080 ADCD : origin = 0x00007580, length = 0x00000080 ADCARESULT : origin = 0x00000B00, length = 0x00000018 ADCBRESULT : origin = 0x00000B20, length = 0x00000018 ADCCRESULT : origin = 0x00000B40, length = 0x00000018 ADCDRESULT : origin = 0x00000B60, length = 0x00000018 ANALOGSUBSYS : origin = 0x0005D180, length = 0x00000048 CANA : origin = 0x00048000, length = 0x00000200 CANB : origin = 0x0004A000, length = 0x00000200 CLA1 : origin = 0x00001400, length = 0x00000080 CLB1DATAEXCH : origin = 0x00003200, length = 0x00000200 CLB2DATAEXCH : origin = 0x00003600, length = 0x00000200 CLB3DATAEXCH : origin = 0x00003A00, length = 0x00000200 CLB4DATAEXCH : origin = 0x00003E00, length = 0x00000200 CLB1LOGICCFG : origin = 0x00003000, length = 0x00000052 CLB2LOGICCFG : origin = 0x00003400, length = 0x00000052 CLB3LOGICCFG : origin = 0x00003800, length = 0x00000052 CLB4LOGICCFG : origin = 0x00003C00, length = 0x00000052 CLB1LOGICCTRL : origin = 0x00003100, length = 0x00000040 CLB2LOGICCTRL : origin = 0x00003500, length = 0x00000040 CLB3LOGICCTRL : origin = 0x00003900, length = 0x00000040 CLB4LOGICCTRL : origin = 0x00003D00, length = 0x00000040 CLBXBAR : origin = 0x00007A40, length = 0x00000040 CLKCFG : origin = 0x0005D200, length = 0x00000032 CMPSS1 : origin = 0x00005C80, length = 0x00000020 CMPSS2 : origin = 0x00005CA0, length = 0x00000020 CMPSS3 : origin = 0x00005CC0, length = 0x00000020 CMPSS4 : origin = 0x00005CE0, length = 0x00000020 CMPSS5 : origin = 0x00005D00, length = 0x00000020 CMPSS6 : origin = 0x00005D20, length = 0x00000020 CMPSS7 : origin = 0x00005D40, length = 0x00000020 CMPSS8 : origin = 0x00005D60, length = 0x00000020 CPUTIMER0 : origin = 0x00000C00, length = 0x00000008 CPUTIMER1 : origin = 0x00000C08, length = 0x00000008 CPUTIMER2 : origin = 0x00000C10, length = 0x00000008 CPUSYS : origin = 0x0005D300, length = 0x00000082 DACA : origin = 0x00005C00, length = 0x00000008 DACB : origin = 0x00005C10, length = 0x00000008 DACC : origin = 0x00005C20, length = 0x00000008 DCSMCOMMON : origin = 0x0005F070, length = 0x00000008 DCSMZ1 : origin = 0x0005F000, length = 0x00000024 DCSMZ2 : origin = 0x0005F040, length = 0x00000024 DEVCFG : origin = 0x0005D000, length = 0x0000012E DMACLASRCSEL : origin = 0x00007980, length = 0x0000001A DMA : origin = 0x00001000, length = 0x00000200 ECAP1 : origin = 0x00005000, length = 0x00000020 ECAP2 : origin = 0x00005020, length = 0x00000020 ECAP3 : origin = 0x00005040, length = 0x00000020 ECAP4 : origin = 0x00005060, length = 0x00000020 ECAP5 : origin = 0x00005080, length = 0x00000020 ECAP6 : origin = 0x000050A0, length = 0x00000020 EMIF1CONFIG : origin = 0x0005F480, length = 0x00000020 EMIF2CONFIG : origin = 0x0005F4A0, length = 0x00000020 EMIF1 : origin = 0x00047000, length = 0x00000070 EMIF2 : origin = 0x00047800, length = 0x00000070 EPWM1 : origin = 0x00004000, length = 0x00000100 EPWM2 : origin = 0x00004100, length = 0x00000100 EPWM3 : origin = 0x00004200, length = 0x00000100 EPWM4 : origin = 0x00004300, length = 0x00000100 EPWM5 : origin = 0x00004400, length = 0x00000100 EPWM6 : origin = 0x00004500, length = 0x00000100 EPWM7 : origin = 0x00004600, length = 0x00000100 EPWM8 : origin = 0x00004700, length = 0x00000100 EPWM9 : origin = 0x00004800, length = 0x00000100 EPWM10 : origin = 0x00004900, length = 0x00000100 EPWM11 : origin = 0x00004A00, length = 0x00000100 EPWM12 : origin = 0x00004B00, length = 0x00000100 EPWMXBAR : origin = 0x00007A00, length = 0x00000040 EQEP1 : origin = 0x00005100, length = 0x00000022 EQEP2 : origin = 0x00005140, length = 0x00000022 EQEP3 : origin = 0x00005180, length = 0x00000022 FLASH0CTRL : origin = 0x0005F800, length = 0x00000182 FLASH1CTRL : origin = 0x0005FC00, length = 0x00000182 FLASH0ECC : origin = 0x0005FB00, length = 0x00000028 FLASH1ECC : origin = 0x0005FF00, length = 0x00000028 FLASHPUMPSEMAPHORE : origin = 0x00050024, length = 0x00000002 GPIOCTRL : origin = 0x00007C00, length = 0x00000180 GPIODATA : origin = 0x00007F00, length = 0x00000030 I2CA : origin = 0x00007300, length = 0x00000022 I2CB : origin = 0x00007340, length = 0x00000022 INPUTXBAR : origin = 0x00007900, length = 0x00000020 MEMORYERROR : origin = 0x0005F500, length = 0x00000040 MEMCFG : origin = 0x0005F400, length = 0x00000080 MCBSPA : origin = 0x00006000, length = 0x00000024 MCBSPB : origin = 0x00006040, length = 0x00000024 NMIINTRUPT : origin = 0x00007060, length = 0x00000007 OUTPUTXBAR : origin = 0x00007A80, length = 0x00000040 PIECTRL : origin = 0x00000CE0, length = 0x0000001A PIEVECTTABLE : origin = 0x00000D00, length = 0x00000200 ROMPREFETCH : origin = 0x0005E608, length = 0x00000002 ROMWAITSTATE : origin = 0x0005F540, length = 0x00000002 SCIA : origin = 0x00007200, length = 0x00000010 SCIB : origin = 0x00007210, length = 0x00000010 SCIC : origin = 0x00007220, length = 0x00000010 SCID : origin = 0x00007230, length = 0x00000010 SDFM1 : origin = 0x00005E00, length = 0x00000080 SDFM2 : origin = 0x00005E80, length = 0x00000080 SPIA : origin = 0x00006100, length = 0x00000010 SPIB : origin = 0x00006110, length = 0x00000010 SPIC : origin = 0x00006120, length = 0x00000010 SYNCSOC : origin = 0x00007940, length = 0x00000006 UPP : origin = 0x00006200, length = 0x00000048 WD : origin = 0x00007000, length = 0x0000002B XBAR : origin = 0x00007920, length = 0x00000020 XINT : origin = 0x00007070, length = 0x0000000B } SECTIONS { /*** PIE Vect Table and Boot ROM Variables Structures ***/ UNION run = PIEVECTTABLE { PieVectTableFile GROUP { EmuKeyVar EmuBModeVar EmuBootPinsVar FlashCallbackVar FlashScalingVar } } AccessProtectionRegsFile : > ACCESSPROTECTION, type=NOINIT AdcaRegsFile : > ADCA, type=NOINIT AdcbRegsFile : > ADCB, type=NOINIT AdccRegsFile : > ADCC, type=NOINIT AdcdRegsFile : > ADCD, type=NOINIT AdcaResultRegsFile : > ADCARESULT, type=NOINIT AdcbResultRegsFile : > ADCBRESULT, type=NOINIT AdccResultRegsFile : > ADCCRESULT, type=NOINIT AdcdResultRegsFile : > ADCDRESULT, type=NOINIT AnalogSubsysRegsFile : > ANALOGSUBSYS, type=NOINIT CanaRegsFile : > CANA, type=NOINIT CanbRegsFile : > CANB, type=NOINIT Cla1RegsFile : > CLA1, type=NOINIT Clb1DataExchRegsFile : > CLB1DATAEXCH, type=NOINIT Clb2DataExchRegsFile : > CLB2DATAEXCH, type=NOINIT Clb3DataExchRegsFile : > CLB3DATAEXCH, type=NOINIT Clb4DataExchRegsFile : > CLB4DATAEXCH, type=NOINIT Clb1LogicCfgRegsFile : > CLB1LOGICCFG, type=NOINIT Clb2LogicCfgRegsFile : > CLB2LOGICCFG, type=NOINIT Clb3LogicCfgRegsFile : > CLB3LOGICCFG, type=NOINIT Clb4LogicCfgRegsFile : > CLB4LOGICCFG, type=NOINIT Clb1LogicCtrlRegsFile : > CLB1LOGICCTRL, type=NOINIT Clb2LogicCtrlRegsFile : > CLB2LOGICCTRL, type=NOINIT Clb3LogicCtrlRegsFile : > CLB3LOGICCTRL, type=NOINIT Clb4LogicCtrlRegsFile : > CLB4LOGICCTRL, type=NOINIT ClbXbarRegsFile : > CLBXBAR, type=NOINIT ClkCfgRegsFile : > CLKCFG, type=NOINIT Cmpss1RegsFile : > CMPSS1, type=NOINIT Cmpss2RegsFile : > CMPSS2, type=NOINIT Cmpss3RegsFile : > CMPSS3, type=NOINIT Cmpss4RegsFile : > CMPSS4, type=NOINIT Cmpss5RegsFile : > CMPSS5, type=NOINIT Cmpss6RegsFile : > CMPSS6, type=NOINIT Cmpss7RegsFile : > CMPSS7, type=NOINIT Cmpss8RegsFile : > CMPSS8, type=NOINIT CpuTimer0RegsFile : > CPUTIMER0, type=NOINIT CpuTimer1RegsFile : > CPUTIMER1, type=NOINIT CpuTimer2RegsFile : > CPUTIMER2, type=NOINIT CpuSysRegsFile : > CPUSYS, type=NOINIT DacaRegsFile : > DACA, type=NOINIT DacbRegsFile : > DACB, type=NOINIT DaccRegsFile : > DACC, type=NOINIT DcsmCommonRegsFile : > DCSMCOMMON, type=NOINIT DcsmZ1RegsFile : > DCSMZ1, type=NOINIT DcsmZ2RegsFile : > DCSMZ2, type=NOINIT DevCfgRegsFile : > DEVCFG, type=NOINIT DmaClaSrcSelRegsFile : > DMACLASRCSEL, type=NOINIT DmaRegsFile : > DMA, type=NOINIT ECap1RegsFile : > ECAP1, type=NOINIT ECap2RegsFile : > ECAP2, type=NOINIT ECap3RegsFile : > ECAP3, type=NOINIT ECap4RegsFile : > ECAP4, type=NOINIT ECap5RegsFile : > ECAP5, type=NOINIT ECap6RegsFile : > ECAP6, type=NOINIT Emif1ConfigRegsFile : > EMIF1CONFIG, type=NOINIT Emif2ConfigRegsFile : > EMIF2CONFIG, type=NOINIT Emif1RegsFile : > EMIF1, type=NOINIT Emif2RegsFile : > EMIF2, type=NOINIT EPwm1RegsFile : > EPWM1, type=NOINIT EPwm2RegsFile : > EPWM2, type=NOINIT EPwm3RegsFile : > EPWM3, type=NOINIT EPwm4RegsFile : > EPWM4, type=NOINIT EPwm5RegsFile : > EPWM5, type=NOINIT EPwm6RegsFile : > EPWM6, type=NOINIT EPwm7RegsFile : > EPWM7, type=NOINIT EPwm8RegsFile : > EPWM8, type=NOINIT EPwm9RegsFile : > EPWM9, type=NOINIT EPwm10RegsFile : > EPWM10, type=NOINIT EPwm11RegsFile : > EPWM11, type=NOINIT EPwm12RegsFile : > EPWM12, type=NOINIT EPwmXbarRegsFile : > EPWMXBAR, type=NOINIT EQep1RegsFile : > EQEP1, type=NOINIT EQep2RegsFile : > EQEP2, type=NOINIT EQep3RegsFile : > EQEP3, type=NOINIT Flash0CtrlRegsFile : > FLASH0CTRL, type=NOINIT Flash1CtrlRegsFile : > FLASH1CTRL, type=NOINIT Flash0EccRegsFile : > FLASH0ECC, type=NOINIT Flash1EccRegsFile : > FLASH1ECC, type=NOINIT FlashPumpSemaphoreRegsFile : > FLASHPUMPSEMAPHORE, type=NOINIT GpioCtrlRegsFile : > GPIOCTRL, type=NOINIT GpioDataRegsFile : > GPIODATA, type=NOINIT I2caRegsFile : > I2CA, type=NOINIT I2cbRegsFile : > I2CB, type=NOINIT InputXbarRegsFile : > INPUTXBAR, type=NOINIT MemoryErrorRegsFile : > MEMORYERROR, type=NOINIT MemCfgRegsFile : > MEMCFG, type=NOINIT McbspaRegsFile : > MCBSPA, type=NOINIT McbspbRegsFile : > MCBSPB, type=NOINIT NmiIntruptRegsFile : > NMIINTRUPT, type=NOINIT OutputXbarRegsFile : > OUTPUTXBAR, type=NOINIT PieCtrlRegsFile : > PIECTRL, type=NOINIT PieVectTableFile : > PIEVECTTABLE, type=NOINIT RomPrefetchRegsFile : > ROMPREFETCH, type=NOINIT RomWaitStateRegsFile : > ROMWAITSTATE, type=NOINIT SciaRegsFile : > SCIA, type=NOINIT ScibRegsFile : > SCIB, type=NOINIT ScicRegsFile : > SCIC, type=NOINIT ScidRegsFile : > SCID, type=NOINIT Sdfm1RegsFile : > SDFM1, type=NOINIT Sdfm2RegsFile : > SDFM2, type=NOINIT SpiaRegsFile : > SPIA, type=NOINIT SpibRegsFile : > SPIB, type=NOINIT SpicRegsFile : > SPIC, type=NOINIT SyncSocRegsFile : > SYNCSOC, type=NOINIT UppRegsFile : > UPP, type=NOINIT WdRegsFile : > WD, type=NOINIT XbarRegsFile : > XBAR, type=NOINIT XintRegsFile : > XINT, type=NOINIT } /* //=========================================================================== // End of file. //=========================================================================== */
Best,
Cheng
Hi Cheng,
No source available for '_system_post_cinit() at D:\LLCDebugProblem\EVDP-UA603W0001_LLC_S0.01T25\Debug\EVDP-UA603W0001_LLC_S0.01T25.out:{3} 0x3fe493{4}
Taking another look at this, the address points to an ITRAP ISR:
Meaning there was likely some illegal op code here causing the jump. What predefined symbols do you have added to the project properties?
Best,
Taylor