• how to handle multiple priority interrupt
    We have 4 interrupt ,2 extenal and 2 timer EXT0 priority 4, EXT1 priority 3, Timer1 priority 2, Timer2 priority 1, Now we want implement handler logic in such a way that If timer 1 is being...
  • how to handle multiple priority interrupt
    We have 4 interrupt ,2 extenal and 2 timer EXT0 priority 4, EXT1 priority 3, Timer1 priority 2, Timer2 priority 1, Now we want implement handler logic in such a way that If timer 1 is being...
  • Multiple Interrupt or GNU problem
    Dear sir We are using LPC2364 for our application project. Application of our project is interfacing of LPC2364 to 20 * 4 LCD-Display,USB,Ethernet and also UART,SPI. In first phase of our project...
  • Multiple Interrupt or GNU problem
    Dear sir We are using LPC2364 for our application project. Application of our project is interfacing of LPC2364 to 20 * 4 LCD-Display,USB,Ethernet and also UART,SPI. In first phase of our project...
  • GCC GNU compiler: -fno-short-enums generates multiple warnings
    I use gcc-gnu arm compiler 2019 q4 release. I've added -fno-short-enums compiler flag. It resulted in multiple warnings: "uses 32-bit enums yet the output is to use variable-size enums". Does anyone know...