This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM9 CTI Interrupt problem

Hello, i'm using NXP LPC3250. I encountered a problem with the UART5 CTI interrupt. And the problem is that this interrupt never happens. Initialization (FIFO and etc) seems to be ok, because i can normally receive RDA interrupts, as well as error interrupts are not generated.
I'm trying to run a simple "blinky" program, the main cycle of the program is switching LEDs on and off. I found out that calling printf() in this cycle causes the CTI interrupt right after that in case FIFO is not empty. Trying to handle it makes the program buzz. I still have no idea how printf() can affect the interrupt.
Has anybody experienced the same problem?

Parents Reply Children