Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE
Tool/software: TI C/C++ Compiler
I am having issues with sprintf (program hangs with floating point) and I've noted that this topic has been brought up numerous times but I can't seem to find a solid solution. Is this related to the compiler, linker or both? I am just working with one of the example programs currently.
Linker flags:
-v28 -ml -mt --cla_support=cla2 --float_support=fpu64 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --define=DEBUG --define=CPU1 --define=printf_support=full --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi -z -m"sci_ex3_echoback.map" --heap_size=0x200 --stack_size=0x100 --warn_sections -i"C:/ti/ccs910/ccs/tools/compiler/ti-cgt-c2000_18.12.2.LTS/lib" -i"C:/ti/ccs910/ccs/tools/compiler/ti-cgt-c2000_18.12.2.LTS/include" --reread_libs --define=RAM --diag_wrap=off --display_error_number --xml_link_info="sci_ex3_echoback_linkInfo.xml" --entry_point=code_start --rom_model
Compiler flags:
-v28 -ml -mt --cla_support=cla2 --float_support=fpu64 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/Bob/workspace_v9/sci_ex3_echoback" --include_path="C:/Users/Bob/workspace_v9/sci_ex3_echoback/device" --include_path="C:/ti/ccs910/C2000Ware_2_00_00_03_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-c2000_18.12.2.LTS/include" --define=DEBUG --define=CPU1 --define=printf_support=full --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi