Hi,
I've couple of questions regarding the debugging environment of CCS, it would be helpful in solving my other issue.
1. Does loading a *.out using CCS and a debugger load it in to RAM, If yes while executing it starts from 0x0000 location which generally we suppose to be in ROM (Does any virtual memory mapping take place to the RAM so that it can accommodate the whole image (.out)?
2. One more case would be like if RAM of a board is less than the flash memory of it (generally I think this is the case) and if the .out which we want to debug is greater than the RAM size and fits in FLASH (of course) how does this kind of scenario work?
3. Does resetting and reloading(the .out) would clear the RAM contents like variables?
Cheers