Other Parts Discussed in Thread: C2000WARE
Hi Champ,
Customer met below issue :
The code RTE_APP_ISR_INVFast2_UPPWM_DOWNPWM() function missing in the disassembly code.
But if add one blank line before this code , disassembly code will be normal.
Customer already try below condition, both have the same issue. attached is customer project. customer want to know the root cause and how to avoid this issue in the future.
Condition 1: Customer already try CCS10.1.0.0010 and ti-cgt-c2000_20.2.1.LTS
C2000 Compiler:
-v28 -ml --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -O3 --fp_mode=relaxed --include_path="D:/ccs_workspace/v10/HV/11kwSingle-HV/INVTest2" --include_path="D:/Program Files/TI/ccsv10/C2000Ware_3_02_00_00/device_support/f28002x/common/include" --include_path="D:/Program Files/TI/ccsv10/C2000Ware_3_02_00_00/device_support/f28002x/common/include" --include_path="C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --include_path="D:/ccs_workspace/v10/HV/11kwSingle-HV/INVTest2/Source Code Files" --include_path="D:/ccs_workspace/v10/HV/11kwSingle-HV/INVTest2/Source Code Files/Base" --include_path="D:/ccs_workspace/v10/HV/11kwSingle-HV/INVTest2/Source Code Files/Chip Device/Include" --include_path="D:/ccs_workspace/v10/HV/11kwSingle-HV/INVTest2/Source Code Files/Chip Device/Include/Heads" --include_path="D:/ccs_workspace/v10/HV/11kwSingle-HV/INVTest2/Source Code Files/Chip Device/LIB/FlashAPI" --include_path="D:/ccs_workspace/v10/HV/11kwSingle-HV/INVTest2/Source Code Files/Chip Device/LIB/FlashAPI/Constants" --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
C2000 Linker:
-v28 -ml --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -O3 --fp_mode=relaxed --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"INVTest2.map" --heap_size=0x100 --stack_size=0x200 --warn_sections -i"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/lib" -i"C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-c2000_20.2.1.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="INVTest2_linkInfo.xml" --entry_point=code_start --rom_model
Condition 2: Customer already try CCS11.1.0.00011 and ti-cgt-c2000_21.6.0.LTS
C2000 Compiler:
-v28 -ml --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -O3 --fp_mode=relaxed --include_path="C:/Users/aohua/Desktop/VAIMD62375C1U17AV100B01D04" --include_path="D:/Program Files/TI/ccsv10/C2000Ware_3_02_00_00/device_support/f28002x/common/include" --include_path="D:/Program Files/TI/ccsv10/C2000Ware_3_02_00_00/device_support/f28002x/common/include" --include_path="C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-c2000_21.6.0.LTS/include" --include_path="C:/Users/aohua/Desktop/VAIMD62375C1U17AV100B01D04/Source Code Files" --include_path="C:/Users/aohua/Desktop/VAIMD62375C1U17AV100B01D04/Source Code Files/Base" --include_path="C:/Users/aohua/Desktop/VAIMD62375C1U17AV100B01D04/Source Code Files/Chip Device/Include" --include_path="C:/Users/aohua/Desktop/VAIMD62375C1U17AV100B01D04/Source Code Files/Chip Device/Include/Heads" --include_path="C:/Users/aohua/Desktop/VAIMD62375C1U17AV100B01D04/Source Code Files/Chip Device/LIB/FlashAPI" --include_path="C:/Users/aohua/Desktop/VAIMD62375C1U17AV100B01D04/Source Code Files/Chip Device/LIB/FlashAPI/Constants" --include_path="C:/Users/aohua/Desktop/VAIMD62375C1U17AV100B01D04/Source Code Files/Project/RTE" --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
C2000 Linker:
-v28 -ml --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -O3 --fp_mode=relaxed --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"VAIMD62375C1U17AV100B01D04.map" --heap_size=0x100 --stack_size=0x200 --warn_sections -i"C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-c2000_21.6.0.LTS/lib" -i"C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-c2000_21.6.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="VAIMD62375C1U17AV100B01D04_linkInfo.xml" --entry_point=code_start --rom_model