hi ,
i am using c6670 lite evaluation module, code composer studio version : 5.0.1.201105110900 supplied with the EVM.
i am using the kit to develop a part of PDSCH of LTE which defined by the following c filse:
http://www.mediafire.com/?3n64f64737xdcr7
and i am using the following linker command file:
http://www.mediafire.com/?23x7587a511z525
first i created the project with the prevoius c files and linker command file and i set target configuration file to Texas instruments XDS100v1 USB emulator then i strated the debug session and added GEL files for all cores and started running. it take large time for running so, i followed the code some lines by some lines and i noticed that when i reach a certain function, some variables have the following value:
Memory map prevented reading of target memory at 0x007D9744
the code is excuted in Core 3
i have 3 question which i am looking forward having all answered:
1- what is wrong with me in the explained procedure? knowing that i tested the kit with the same Linker file but for another project
2- in the linker file i used SRAM to save program as specified by the following line .text > L2SRAM in the file and it is done in liker files i found on TI, is it normal to save the code in SRAM?
3- what is the difference betn internal & external memory it is intended to be all external in any DSP based system, is it rigth?? if yes, what is ment by that in page 13 in this pdf:
http://www.mediafire.com/?q6doei86ia3bbu9 - i only mean the concept only not details about this kit
looking forward for your comperhensive reply for all question
thank you in advance