• Starting a debugging session withou halting/reseting the CPU
    Hi Want to know how to start a debugging session without reseting or halting the microcontroller (HOLTEK CORTEX-M3).
  • User Mode Registers after Data Abort Exception HALT?
    Hi guys! When debugging LPC2378 and getting a Data Abort Exception, the debugger is in this state: - HALT mode - program counter has DA exception handler address - processor mode: ABORT - debugger...
  • rtx51tiny program halt
    hi guys, i need some help about rtx51tiny (c51 v8.01;rtx51tiny 2) program. I have made a robot controller program and tried to put the RTOS (rtx51tiny) to that control program, everything is ok until...
  • Debug mode is starting in thumb mode
    I am using uVision3 and have an LPC2294. I am just using the default blinky program that comes with the SW. First, Is there any way to read what is in the flash after a programming it using the...
  • Is 'unsigned' a datatype by itself?
    Hi, I have seen that some of the example programs availbale in this site define/declare variables as unsigned. For eg: unsigned voltage; //A-to-D example program What type would voltage in the...