• hold variable value after __NVIC_SystemReset
    Hello All, I know this question have been asked so many times and solutions provided. But for me using LPC15xx and keil when ever I do a soft reset, the variable always gets initialised to Zero...
  • hold variable value after __NVIC_SystemReset
    Hello All, I know this question have been asked so many times and solutions provided. But for me using LPC15xx and keil when ever I do a soft reset, the variable always gets initialised to Zero...
  • Mutex not Released. Which Thread holds the Mutex?
    Hello, I have a problem with an application using the KEIL RTX. The application consists of 30-40 Tasks which use several Mutex to control the access to shared ressources. The problem I have now...
  • Mutex not Released. Which Thread holds the Mutex?
    Hello, I have a problem with an application using the KEIL RTX. The application consists of 30-40 Tasks which use several Mutex to control the access to shared ressources. The problem I have now...
  • Interrupts are holding up other operations
    Hi, I have an LPC2378 connected to a MAX3420E USB chip via SPI. I am using an external interrupt to alert the uC whenever it needs service, however, this interrupt has taken over my chip operation...