LPC1830 Interrupts Don't Work

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPC1830 Interrupts Don't Work

274件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by rkcooncap on Wed Mar 13 16:30:52 MST 2013
I can't get LPC1830 to call my interrupt routine.

I am using a new NGX LPC1830 Explorer board and Rowley compiler. Trying to receive characters on USART0. I have the character in tht RBR, and the Read interrupt enabled in the IER. So, I know the port is working. I ran NVIC_EnableIrq(USART0_IRQn). It won't call the interrupt routine.

I have used several other LPC's, and I never had this problem. I guess there is something else I need to do to set things up.

I also tried the nxpUsbLib HostHID example and got the same problem. It never called the interrupt routine even though I think it was supposed to from my experience with the same code on LPC1788.

Any ideas for help would be appreciated.
ラベル(1)
0 件の賞賛
1 返信

253件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by rkcooncap on Thu Mar 14 08:26:00 MST 2013
So, this morning (the next day), it starts working fine and interrupting, with the same exact code and project as yesterday.
Go figure. Problem is solved. Thanks anyway for listening.

The moderator can remove this issue.
0 件の賞賛