• Timer interrupt handlers in LPC1768
    I have written the following code to generate the interrupts whenever the corresponding MatchRegister0 of Timers 0 and 1 matches up the value of Timer Counter. #include "lpc17xx.h" #define SBIT_CNTEN...
  • Timer interrupt handlers in LPC1768
    I have written the following code to generate the interrupts whenever the corresponding MatchRegister0 of Timers 0 and 1 matches up the value of Timer Counter. #include "lpc17xx.h" #define SBIT_CNTEN...
  • os_tsk_delete doesn't return
    Hi everybody, I'm using MDK-ARM v3.5 and I found that sometimes a call to os_tsk_delete doesn't return. When it happens, the rest of the system (including the task that I am trying to kill) is functioning...
  • os_tsk_delete doesn't return
    Hi everybody, I'm using MDK-ARM v3.5 and I found that sometimes a call to os_tsk_delete doesn't return. When it happens, the rest of the system (including the task that I am trying to kill) is functioning...
  • EXTS instruction sometimes doesn't work in CLASS B trap handler
    Hi, I've got exactly the problem as in this thread: http://www.keil.com/forum/docs/thread171.asp That was 6.5 years ago! Have you heard of a fix of some kind for this problem. The workaround is...