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.

TMS320F28P650DK: How to turn off tmu1.

Part Number: TMS320F28P650DK

H Guys, when I build my assembler program I get this error. I tried changing the settings and just got more build problems.

I've narrowed it down to just one error now. Does anyone know how to get rid of this one error. Once this is gone I probably can build my asm program and download to my MCU.

Here's the error:

**** Build of configuration Debug for project TMS320F28P650DK9_TEST ****

"C:\\ti\\ccs1270\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
 
Building file: "../TMS320F28P650DK9_TEST_asm_file.s"
Invoking: C2000 Compiler
"C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --tmu_support=tmu1 --vcu_support=vcrc --include_path="C:/Users/Pete/Desktop/CCS12_Workspace/TMS320F28P650DK9_TEST" --include_path="C:/ti/ccs1270/ccs/tools/compiler/ti-cgt-c2000_22.6.1.LTS/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="TMS320F28P650DK9_TEST_asm_file.d_raw"  "../TMS320F28P650DK9_TEST_asm_file.s"
subdir_rules.mk:9: recipe for target 'TMS320F28P650DK9_TEST_asm_file.obj' failed
error #24018-D: Option --tmu_support=tmu1 is not valid with --abi=coffabi
gmake: *** [TMS320F28P650DK9_TEST_asm_file.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

Please, please please help me fix this problem.

Thanks guys, hope to hear from you soon.

Pete Slight smile