compiler option:
----------------
basic tab---
target ver: c28xx(-v28)
debug info: full symbolic debug(-g)
-g -q -pdr -as -fr"..\..\Out\Obj" -fs"..\..\Out\Asm" -i"..\..\Source\Common Include" -d"_DEBUG" -d"LARGE_MODEL" -ml -mt -v28 --float_support=fpu32

advanced tab---
click on large memory model
click on unified memeory model

files tab---
ASM directory 	..\..\Out\Asm
OBJ directory   ..\..\Out\Obj

assembly tab--
select keep labels as symbols option.

preprocessor tab--
include search path ..\..\Source\Common Include
pre-define symbol	_DEBUG;LARGE_MODEL

linker option:
---------------

-q -c -ecode_start -m"..\Out\PMSM FOC Control Proj.map" -o"..\Out\PMSM FOC Control Proj.out" -stack0x200 -w -x -i"..\..\DSP2833x_headers\include" -l"rts2800_fpu32.lib"

libraries tab:
search path   ..\..\DSP2833x_headers\include
incl. libraries    rts2800_fpu32.lib

dspbiosbuilder:
--------------
-v28

