• Debugger script totally crashes Keil
    Hi, I'm using Keil v5.26 for a simple project on a LPC4078. I have a debug script which downloads and runs a simple looping function into MCU RAM starting at 0x20000000 after FLASHing the processor...
  • 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
  • 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...
  • Keil JTAG Script writing
    Hi, I am trying to test my board using the <J-Tag script\b> means without entering into the source code. In this I can able to test my SDRAM by modifying the script. (I written code in C-language...