Want to measure, the TMS320C6455 CPU Cycle using CCS5.3.
XDS510 USB Emulator used to raise the output file (.out) on the DSP Device.
stack, heap size of the output file(.out) is larger than the C6455 internal memory, Want to run on the external DDR memory.
All areas, including .stack, .data, .sysmem of the linker command file (.cmd) have been set to the external DDR memory.
The resulting, execute file(.out) has been running on DDR automatic.
if use the Emulator, Without the initialization code for external DDR memory Using only the information of the linker command file (.cmd)
Execute file(.out) to load and run on the external DDR memory automatically?
CPU cycle is wrong information and results are expected.
stack, heap size of Properties set to less,
Compile, link without error behavior.
At Runing, CCS's break on stack overflow function can know stack size.
but can not find the function.
How to check stack size at runing?