• XC164 CPU ILVL level not reset when using Keil ULINK reset
    Bit of a pitfall this one. When debugging using the Keil ULINK sometime you want to reset your program using the handy reset button. (uVision 3 C166 V5.00)I am using the XC164 evalution board. However...
  • XC164 CPU ILVL level not reset when using Keil ULINK reset
    Bit of a pitfall this one. When debugging using the Keil ULINK sometime you want to reset your program using the handy reset button. (uVision 3 C166 V5.00)I am using the XC164 evalution board. However...
  • Are any of C51 libraries use F1 or F0 bits located in PSW ?
    I have specific alghoritm that uses this two bits F0 and F1 in PSW register, and I would like to know if any of C51 libraries are using this two bits and if they do witch are those libraries and functions...
  • Are any of C51 libraries use F1 or F0 bits located in PSW ?
    I have specific alghoritm that uses this two bits F0 and F1 in PSW register, and I would like to know if any of C51 libraries are using this two bits and if they do witch are those libraries and functions...
  • Setting task events from within a running task.
    I use the RTX Kernel for LPC1788.Is it advisable to use the os_evt_set() from within a running task, in order to set an event for other task?Basically, what i want to know is that can we call another...