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.

LAUNCHXL-F280025C: Flash API

Part Number: LAUNCHXL-F280025C
Other Parts Discussed in Thread: C2000WARE

Hello, 

I have added F021.h in the Linker file search path but still I am getting this problem .Could you please help me with it 

Description Resource Path Location Type

unresolved symbol Fapi_initializeAPI, first referenced in ./src/driver/selftest.obj 200011_HVWH_VW_GEN_2_0    C/C++ Problem

  • HEllo, 

    In Addition to the above Point the follwoing is also taken care :

    Also , this is included :#include "F021_F28002x_C28x.h" in file and 

    C:\ti\c2000\C2000Ware_3_04_00_00\libraries\flash_api\f28002x\include\FlashAPI and C:\ti\c2000\C2000Ware_3_04_00_00\libraries\flash_api\f28002x\lib are included .

    Anything am i missing out ?

    Thanks 

    Ushma

  • Ushma,

    Headers should be added to project's compiler settings at Build settings -> C2000 Compiler -> Include options.

    Flash API lib has to be added to linker search path:

    Please check.

    Thanks and regards,
    Vamsi

  • Hello Vamsi, 

    i have already added as per the menttioned in the example : 

  • Also then only this "F021_F28002x_C28x.h" file got compiled . And this i meant for them only respectively(example used was flashapi_ex1_programming) : this C:\ti\c2000\C2000Ware_3_04_00_00\libraries\flash_api\f28002x\include\FlashAPI and C:\ti\c2000\C2000Ware_3_04_00_00\libraries\flash_api\f28002x\lib are included .

    but still i am getting that error 

     undefined          first referenced        
      symbol                in file             
     ---------          ----------------        
     Fapi_calculateEcc  ./src/driver/selftest.obj
     Fapi_initializeAPI ./src/driver/selftest.obj
     

  • Please rebuild the entire project.  One way to do that is to right-click on the name of the project and select Rebuild Project.  Then save the contents of the Console (not Problems) view to a text file.  Use the icon named Copy Build Log.  When you name the log file, be sure to use the file extension .txt.  Please attach that text file to your next post.

    Thanks and regards,

    -George

  • Hello, 

    i have attached the build log herewith:

    **** Build of configuration CPU1_LAUNCHXL_FLASH for project 200011_HVWH_VW_GEN_2_0 ****
    
    "C:\\ti\\ccs1020\\ccs\\utils\\bin\\gmake" -k -j 4 all -O 
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/cpu.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/cpu.d_raw" --obj_directory="src/driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/cpu.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/cpu.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction/lin.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/abstraction/lin.d_raw" --obj_directory="src/abstraction"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction/lin.c"
    "C:\Entwicklung\Sandbox_SW\200011_HVWH_VW_GEN_2_0\src\driver\types.h", line 47: warning #48-D: incompatible redefinition of macro "TRUE" (declared at line 68 of "C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI/types.h")
    "C:\Entwicklung\Sandbox_SW\200011_HVWH_VW_GEN_2_0\src\driver\types.h", line 48: warning #48-D: incompatible redefinition of macro "FALSE" (declared at line 72 of "C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI/types.h")
    "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction/lin.c", line 165: warning #552-D: variable "u8LINCtrlFrmRcvTimeout" was set but never used
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction/lin.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/ports.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/ports.d_raw" --obj_directory="src/driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/ports.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/ports.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_hw.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lin_hw.d_raw" --obj_directory="src/driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_hw.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_hw.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest_1.asm"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi -k --preproc_with_compile --preproc_dependency="src/driver/selftest_1.d_raw" --obj_directory="src/driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest_1.asm"
    No Assembly Errors, 1 Assembly Warning
    "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest_1.asm", WARNING! at line 92: [W0001] Value out of range
    	     MOV ACC, #80000000
     
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest_1.asm"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/timer.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/timer.d_raw" --obj_directory="src/driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/timer.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/timer.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/pwm.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/pwm.d_raw" --obj_directory="src/driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/pwm.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/pwm.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/selftest.d_raw" --obj_directory="src/driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest.c"
    No Assembly Errors, 1 Assembly Warning
    "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest.c", line 304: warning #179-D: variable "x" was declared but never referenced
    "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest.c", line 716: warning #179-D: variable "u16FlagCPUTest" was declared but never referenced
    "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest.c", line 717: warning #179-D: variable "u16FlagRamTest" was declared but never referenced
    "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest.c", line 718: warning #179-D: variable "u16FlagRomTest" was declared but never referenced
    "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest.c", line 474: warning #179-D: function "SysCtl_disconnectMCDClockSource" was declared but never referenced
    "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest.c", line 521: warning #179-D: function "Flash_isECCBaseValid" was declared but never referenced
    "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest.c", line 125 (col. 36): advice #2615-D: (Performance) Use --fp_mode=relaxed to enable TMU hardware support for FP division.
    "C:\Users\USHMA~1.CHO\AppData\Local\Temp\{60F77DAF-3C8F-4336-BD83-B9BB1A89CCAA}", WARNING! at line 1396: [W0001] Value out of range
    	 RPT #300 || NOP
     
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/selftest.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_codestartbranch.asm"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lib/f28002x_codestartbranch.d_raw" --obj_directory="src/driver/lib"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_codestartbranch.asm"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_codestartbranch.asm"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_usdelay.asm"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lib/f28002x_usdelay.d_raw" --obj_directory="src/driver/lib"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_usdelay.asm"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_usdelay.asm"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_sysctrl.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lib/f28002x_sysctrl.d_raw" --obj_directory="src/driver/lib"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_sysctrl.c"
    "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_sysctrl.c", line 789 (col. 33): advice #2615-D: (Performance) Use --fp_mode=relaxed to enable TMU hardware support for FP division.
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_sysctrl.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_defaultisr.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lib/f28002x_defaultisr.d_raw" --obj_directory="src/driver/lib"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_defaultisr.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_defaultisr.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/genLinConfig.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lin_driver/genLinConfig.d_raw" --obj_directory="src/driver/lin_driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/genLinConfig.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/genLinConfig.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_diag_raw.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lin_driver/lin_diag_raw.d_raw" --obj_directory="src/driver/lin_driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_diag_raw.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_diag_raw.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_globalvariabledefs.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lib/f28002x_globalvariabledefs.d_raw" --obj_directory="src/driver/lib"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_globalvariabledefs.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lib/f28002x_globalvariabledefs.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_config.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lin_driver/lin_config.d_raw" --obj_directory="src/driver/lin_driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_config.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_config.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_diag_tp.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lin_driver/lin_diag_tp.d_raw" --obj_directory="src/driver/lin_driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_diag_tp.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_diag_tp.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_main.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lin_driver/lin_main.d_raw" --obj_directory="src/driver/lin_driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_main.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_main.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_master_task.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lin_driver/lin_master_task.d_raw" --obj_directory="src/driver/lin_driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_master_task.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_master_task.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_hal.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lin_driver/lin_hal.d_raw" --obj_directory="src/driver/lin_driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_hal.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_hal.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_driver_api.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lin_driver/lin_driver_api.d_raw" --obj_directory="src/driver/lin_driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_driver_api.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_driver_api.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_slave_task.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/driver/lin_driver/lin_slave_task.d_raw" --obj_directory="src/driver/lin_driver"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_slave_task.c"
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver/lin_slave_task.c"
     
    Building file: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/main.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI" --include_path="C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/driverlib/inc" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver/lin_driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/service" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/driver" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/abstraction" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/application" --include_path="C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/ccs_workspace" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/common/include" --include_path="C:/Entwicklung/DBK_Library/SW/SW_MC_TI_F28002x/3_Software/03_Programmierung/lib/headers/include" --include_path="C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="src/main.d_raw" --obj_directory="src"  "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/main.c"
    "C:\Entwicklung\Sandbox_SW\200011_HVWH_VW_GEN_2_0\src\driver\types.h", line 47: warning #48-D: incompatible redefinition of macro "TRUE" (declared at line 68 of "C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI/types.h")
    "C:\Entwicklung\Sandbox_SW\200011_HVWH_VW_GEN_2_0\src\driver\types.h", line 48: warning #48-D: incompatible redefinition of macro "FALSE" (declared at line 72 of "C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/include/FlashAPI/types.h")
    Finished building: "C:/Entwicklung/Sandbox_SW/200011_HVWH_VW_GEN_2_0/src/main.c"
     
    Building target: "200011_HVWH_VW_GEN_2_0.out"
    Invoking: C2000 Linker
    "C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --advice:performance=all --define=DEBUG --define=_FLASH --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi -z -m"200011_HVWH_VW_GEN_2_0.map" --heap_size=0x100 --stack_size=0x200 --warn_sections -i"C:/ti/c2000/C2000Ware_3_04_00_00/driverlib/f28002x/examples/flash" -i"C:/ti/c2000/C2000Ware_3_04_00_00/libraries/flash_api/f28002x/lib" -i"C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib" -i"C:/ti/ccs1020/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --reread_libs --diag_wrap=off --display_error_number --ecc=off --xml_link_info="200011_HVWH_VW_GEN_2_0_linkInfo.xml" --entry_point=startup_check --rom_model -o "200011_HVWH_VW_GEN_2_0.out" "./src/abstraction/lin.obj" "./src/driver/cpu.obj" "./src/driver/lin_hw.obj" "./src/driver/ports.obj" "./src/driver/pwm.obj" "./src/driver/selftest.obj" "./src/driver/selftest_1.obj" "./src/driver/timer.obj" "./src/driver/lib/f28002x_codestartbranch.obj" "./src/driver/lib/f28002x_defaultisr.obj" "./src/driver/lib/f28002x_globalvariabledefs.obj" "./src/driver/lib/f28002x_sysctrl.obj" "./src/driver/lib/f28002x_usdelay.obj" "./src/driver/lin_driver/genLinConfig.obj" "./src/driver/lin_driver/lin_config.obj" "./src/driver/lin_driver/lin_diag_raw.obj" "./src/driver/lin_driver/lin_diag_tp.obj" "./src/driver/lin_driver/lin_driver_api.obj" "./src/driver/lin_driver/lin_hal.obj" "./src/driver/lin_driver/lin_main.obj" "./src/driver/lin_driver/lin_master_task.obj" "./src/driver/lin_driver/lin_slave_task.obj" "./src/main.obj" "../28002x_launchxl_demo_flash_lnk.cmd" "../f28002x_headers_nonbios.cmd"  -llibc.a 
    <Linking>
     
     undefined          first referenced         
      symbol                in file              
     ---------          ----------------         
     Fapi_calculateEcc  ./src/driver/selftest.obj
     Fapi_initializeAPI ./src/driver/selftest.obj
     
    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "200011_HVWH_VW_GEN_2_0.out" not built
     
    >> Compilation failure
    makefile:174: recipe for target '200011_HVWH_VW_GEN_2_0.out' failed
    gmake[1]: *** [200011_HVWH_VW_GEN_2_0.out] Error 1
    makefile:170: recipe for target 'all' failed
    gmake: *** [all] Error 2
    
    **** Build Finished ****
    

  • The flash library is not being included in the build.  You have the path setup but are not passing the library.

    In the example that Vamsi is building the library is physically in the project so it gets passed to the linker fine.

    In your case the library is not in the project so you will need to add the library to the list of libraries that are passed to the linker.  

    In the dialog above the box at the top lists the libraries and the box at the bottom is the places to look.  You have the places to look specified ok but not the library that needs to be linked.

    Regards,

    John