• Executing I2C routine inside of a Timer interrupt
    I am having a problem. I can't seem to execute I2C related functions inside of my Timer0 interrupt routine. My I2C returns a failure status. If I move my I2C related function calls inside the main...
  • Executing I2C routine inside of a Timer interrupt
    I am having a problem. I can't seem to execute I2C related functions inside of my Timer0 interrupt routine. My I2C returns a failure status. If I move my I2C related function calls inside the main...
  • Initialization problem of two timer match interrupts at different time interval
    Hello frnz, I am trying to use two match interrupts of same timer (e.g)timer0,in that each interrupt have to occur every 0.5sec.The thing is that the second interrupt have to occur during middle...
  • Initialization problem of two timer match interrupts at different time interval
    Hello frnz, I am trying to use two match interrupts of same timer (e.g)timer0,in that each interrupt have to occur every 0.5sec.The thing is that the second interrupt have to occur during middle...
  • Interrupt Service Routine of the recieve Interrupt doesn´t execute
    Hi I'm working on a Phytec Board Satrter-Kit 167 and i want to use the Serial Port for incoming Information of my mobile phone. When I write a Interrupt Srvice routine for the Recieve-Interrupt of...