- Can linker command file be removed from CCS project if Prelinker mode is to be used for MAPTool?
- Is it possible to generate a map file to see memory allocation result when building the booting image with MAPTool in Prelinker mode?
- I create a led_play project with reference to the guide; LEDs will blink when .out file is loaded to Core 0.
However it won't flash when loaded to other cores. What is reason? - I tried MAD Utils User Guide with Prelinker mode. Basically the expected result is seen except one thing - signature[] can not be recognized.
When perform Scripts->refresh_symbols_app1, in Expressions view, the address of signature is 0x00000004, which is an invalided memory area.
In app_1.c, signature[] is defined uninitialized. When I modify it as initialized, things will be OK.
So I'd like to ask: which section will an uninitialized structure/array/union be placed in?
Please refer to http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/192223/693541.aspx#693541 for my detail discussion with Allen. - Please explain the difference of the following items in "secNamePat" of deployment_template_xxxx.json
- "text" vs "^.text"
- "far" vs "^.far$" vs "^\\.far\\."
Or where can I find documents for explanation? - With reference to MAD Utils User Guide, multicore booting is successful with mcsdk_2_00_05_17.
But it will fail when performing the same steps with latest mcsdk_2_00_08_20.
Please have a check.
Thanks.
Boll