• Function editor
    Hello, I'm currently using uVision 2.33. I've written the following function in the function editor to simulate an RC5 signal which I want to detect on P1.1: define button "Start P1.1 Toggle", ...
  • Setting breakpoints
    How do you specify a hardware breakpoint vs a software breakpoint? There's nothing that I can find in the help files. I'm now starting a search of the knowledge base. Any info appreciated.
  • Setting Breakpoint
    How to set break point from the output window? Say loop_flag = 1 is an instruction where I want to set the break point from the output window.
  • Breakpoint set function execute issue
    • Hi, • • We have a need to start Keil UV4 Debugger from Command Line for loading and executing a C166 ModV2 application of XLARGE memory model. We also need o use a .ini file in which we give definition...
  • Cannot set a breakpoint in an assembly function
    Hello, Before I start nagging to Keil support about this, maybe you can help me: I have a couple of assembly functions, like this one __asm __irq void DAbt_Handler(void) { IMPORT gp_software_event...