• 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...
  • 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
  • Reset Supervisor interfering with JTAG debug
    Hi, My issue is related to debugging a XC167 on custom hardware with the Ulink2 debugger + uVision. It seems this has something to do with my reset supervisor circuit (simple reset IC- LM3722). I can...
  • Problem with uVision debug script (.ini file)
    I wrote simple debugger script (uVision 2.4) which simulate mapped to XDATA memory space parallel register (mapped to XDATA 0xFF80). The main idea of the following script is like this: rigth after...
  • Memory and Linker Scripts
    Hi, I would like to copy part of my code to a specific area in memory of the microcontroller. How would I do this? Do I have to develop my own linker script or is there an easier way to do this? Thank...