• Printing
    Hello, 1) May I know how to print with the "syntax coloring" on? 2) How do you prevent the address,date,time and page number from being printed? I just want to print my code. ( note:- I want to print...
  • How to print debug window OR listing
    I want to print the area from 0x0000 to 0x0400 to see exactly how the linker placed things and I can't find a way to do this. Also, there is no LST file that covers this area, because it's mixed from...
  • Disassembly View coming everytime on Debugging.
    I am using Keil 4.72 MDK for running code for NXP LPC2148 microcontroller . I have made all the settings correctly but when I press the Debug button, the Disassembly View opens up along with the code...
  • uV4 Using Debug Restore Views
    uV4 debugger crashes sometimes when using it with silabs usb debug adapter. It usually resets debug windows layout to default. I notice that there is way to save layouts with "Debug Restore Views". Problem...
  • Viewing struct data during debug
    Hi, I am a new user of Keil C compiler. During debug, I am trying to watch struct data members. But all of them show 0x0000. And they are not updated. With other variables it's just working fine....