• 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...
  • 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...
  • typedef with a member "pointer to itself"
    Hello forum I've a c progamming question: I want to place a function pointer into a typedef with a function parameter "pointer to the typedef itself": typedef struct pExampleStructTypdef {...