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.