• Cannot be called from Interrupt Service Routines. CMSIS-RTOS
    Hello. I'm trying to use the timer start API in the CMSIS-RTOS. The API description states: "This function cannot be called from Interrupt Service Routines." What's wrong with this, can't I call it...
  • Cannot be called from Interrupt Service Routines. CMSIS-RTOS
    Hello. I'm trying to use the timer start API in the CMSIS-RTOS. The API description states: "This function cannot be called from Interrupt Service Routines." What's wrong with this, can't I call it...
  • SPI Interrupt service routine problem
    Hi, I am using ARM7 Lpc 2148. For a slave receive function in SPI, i am using ISR to get the data from Master . When i used in polling method i got the data from master, slave can receive all the data...
  • SPI Interrupt service routine problem
    Hi, I am using ARM7 Lpc 2148. For a slave receive function in SPI, i am using ISR to get the data from Master . When i used in polling method i got the data from master, slave can receive all the data...
  • Interrupt Service Routine is not called in LPC2148
    Sir,I have written a this code below to run a VGA from LPC2148 but interupt service routine is not called can u suggest a solution I have also edited startup file but it wont work #include <lpc214x...