Hi,
when I ran "dsplib_v210/example/fft_example.pjt"(http://focus.ti.com/docs/toolsw/folders/print/sprc265.html) in CCS v3.3, and then clicked one of RTA buttons on the menu bar. CCS told me:
-------------------------------------------------------------------------
Your BIOS version is not compatible with this RTA version.
It must be version 5.2.x.x.
Your version looks to be: a non BIOS program, or possibly BIOS 490 or earlier.
-------------------------------------------------------------------------
I'm sure that my bios is v5.31.02, but I can not find any information about RTA version from help menu in CCS.
Could you tell me how to resolve it?
By the way, I thought it was an error in this example. Please look at the lnk.cmd file.
MEMORY {
EXT_MEM : origin = 0x80000000, len = 0x8000000
INT_MEM : origin = 0x10800000, len = 0x8000
}
After checking memory map, I thought 0x10800000 should be 0x11800000 (L2 RAM in C64+). The memory area beginning with 0x10800000 is reserved.
Thanks.