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.

CCS/TMS320C5505: SARAM address in linker command file

Part Number: TMS320C5505

Tool/software: Code Composer Studio

Hello,

c55_csl_3.08\ccs_v6.x_examples\uart\CSL_UART_IntExample\VC5505_UART.cmd

has a following line.

SARAM (RW) : origin = 0008000h length = 020000h /* on-chip SARAM */

Following page

http://processors.wiki.ti.com/index.php/C5000_DSP_FAQ

has following description.

"There is a Everything in the linker command file should use byte addresses."

According to TMS320C5505 DSP System User's Guide  (sprugh5b), section 1.2.1 Program/Data Memory Map,

SARAM begins from 0x10000 byte address.

Is VC5505_UART.cmd incorrect?

Thank you.