• How to set system stack other than 0xFC00?
    Hi, All the SP, STKOV, and STKUV's highest 4 bits are masked to '1'. Does that mean those registers have to be 0xFxxx only? May I change the system stack to somewhere else, say 0xc200? Thanks a lot...
  • Starting at address other than 0
    Hi, I'm using Keil v4 along with Cortex M4 (in this casa Freescal's K40) I have to create a project that will be linked and executed at address grater than 0 (0x400 to be exact). It will help...
  • Run jython scripts from command line
    Hi, Is it possible to run a jython script from the command line? It sounds only ds scripts are supported . When invoking the debugger from comand line I would like to connect to a target, load a elf/axf...
  • Cyrillic scripts
    Hi, how is it possible to add Cyrillic scripts in one of my c-files (working with mdk version 3.4)? const char text_cyrillic = {"Cyrillic script"}; best regards Arne
  • Scripting and tracing
    Hi all, Is it possible to automatically export in a .csv file the trace records after the execution without using the GUI, but chosing file name in the .ini file? If not, is there a workaround to...