• uvopt file corrupt after debug session
    I'm working with a board based on LPC3250 chip and my uvopt file is always bad after debugging session. I've found the following line in uvopt file : <TargetDriverDllRegistry> <SetRegEntry...
  • Keil uVision4 ADC debugging
    Hi folks. I'm new with ARM microprocessors and after some internet research couldn't find anything about that, so I came here. I'm using a LPC2148 and I would like to know how the debug works in Keil...
  • Problem with restart debug when I reset the CPU
    Good morning, I relocated my startup code at address 0x8004000, I created a debug .ini file like this FUNC void DebugSetup (void) { // </h> SP = _RDWORD(0x08004000); // Setup Stack Pointer ...
  • RTX51Tiny process restart
    Is there a recommended method for restarting an RTX51Tiny process in case of hoseup - something less drastic than restarting the entire processor (e.g. via a watchdog)? I have several interlocking processes...
  • Where's the Restart/Reset in UV2?
    Hello All, I'm using UV2 with the cygnal emulator. After downloading and running the code, there seems to be no way to restart the code without having to exit debug mode and download the code again...