Greetings,
Apologize if this is a stupid beginner question. I'm new to TI microcontrollers. Using the CCS v4 included in the box.
Is it possible to transfer compiled program image directly to the RAM when using the RM48 developer kit?
Writing the flash is very time consuming, besides of wearing down the flash. I am learning and move by very small steps. Thus, I need to modify and download the program maybe a hundred times in a day. Ability to skip the lengthy flash erase and program would be wonderful!
I know about possibility to make a custom downloader, but am not sure if this will let me to debug the code using the IDE. While learning, I need full debugger capabilities (source level debug, step by instructions, view variables etc).
(Note: I've tried to enable the option to erase only the used part of the flash and skip full erase - but this does not seem to work for me)
Can the new CCS v5 do this?
Looking forward to any helpful tips...
Saul