Hi ,
Implemented an ISR routine and have set the priority HIGH (0x00).
Wanted to know.. is there any specific time limitation or constraint for the ISR to be completed ?
If so ,what happens if the ISR takes longer time ?
I have a piece of code implemented in ISR to drive a GPIO and Access the I2C for configuring another Slave Device.
Driving the GPIO is Proper ,but the I2C related transactions are not happening and unit is going for a reboot.
Can you please help out in what could be the possible reasons for the reboot and is there any way that this reboot can be averted.
Thanks ,
Rohith.