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.

TMS320C5505: c55x image lib for C5505 and huge mode

Part Number: TMS320C5505

Customer is using C55x image library on C5505, as their project is huge mode, the C55x image library is not updated for C5505 core to support huge mode. the sprc101 only support small and large memory model.

Questions:

#1. I  try to modify the .bat file build option as below, please help to confirm whether it is OK.

rem this is the compiler option for algebra assembly routines
set OPTIONAL= -mg --memory_model=huge -v5505
rem this is the compiler option for mnmemonic assemby routines
set OPTIONMN= -g --memory_model=huge -v5505

#2. further found hwdctal.asm and hwidctal.asm source file(customer is using this function),  the context save according to memory model setting, but how to modify for huge mode?

_IMG_fdct_8x8:
;-----------
;//---------------------------------------------------
;// Context save 
;//----------------------------------------------------
.if __large_model 
pshboth(XAR5)
pshboth(XAR6)
.else
push(AR5,AR6)
.endif

#3. Would BU help to update the sprc101 for new C55x CPU and provide huge mode library?