2005-08-24 04:04 PM
2005-08-16 01:00 AM
Hi,
I would like to ask regarding interrupt routine handling. Currently Im using a GPIO pin to control the power of a gsm module as well as UART 2 receive and transmit pin to handle the data that is received from the gsm module. The problem is that the gsm module sends a load of data at a 1s interval such as that I can't possible execute the next statement in my main program after I have turn on the power for the gsm module. This problem I think is due to receive interrupt of the UART2 that is being kept interrupted so much so that it doesn't have enuf time to go back to the main program. Any suggestions to handle this type of situation? Rgrds, ongth602005-08-24 04:04 PM
Hello RISC,
I've managed to solved the problem by disabling and enabling the uart receiving so that it is not that taxing on my side. Thanks for the concern. Rgrds, ongth60