Hi.
I have a problem that usb interrupt is being continuously in my bootloader.
As soon as I enable usb interrupt after initialton of usb device controller
in Main() fuction, the problem occurs. My target device is based on PXA255.

Thanks in advance in any help.
Lim.

Re: Continuous usb interrupt problem.. by Rui

Rui
Tue Jan 13 19:24:32 CST 2004

Check out what USB interrupt is coming and make sure it is served
correctly. Most probablly, you are having a suspend interrupt. You should
check if you have enabled that or not.

Rui Tang
Centrality Communications Inc.


"airrrkobe" <airrrkobe@sammicomputer.co.kr> wrote in message
news:etNpVRa2DHA.1736@TK2MSFTNGP09.phx.gbl...
> Hi.
> I have a problem that usb interrupt is being continuously in my
bootloader.
> As soon as I enable usb interrupt after initialton of usb device
controller
> in Main() fuction, the problem occurs. My target device is based on
PXA255.
>
> Thanks in advance in any help.
> Lim.
>
>
>



Re: Continuous usb interrupt problem.. by airrrkobe

airrrkobe
Wed Jan 14 01:42:32 CST 2004

Thanks for the reply.
I check out what usb interrupt is coming but UDC Status/Interrupt
Registers(USIR0, USIR1) have no interrupt request.
Just Interrupt Pending Register is requested by enabled source(usb)
continuously with no usb connection.

Please help me..
Lim.


"Rui Tang" <tangrui76_nospam@hotmail.com> wrote in message
news:Ob%23Ri2j2DHA.1264@TK2MSFTNGP11.phx.gbl...
> Check out what USB interrupt is coming and make sure it is served
> correctly. Most probablly, you are having a suspend interrupt. You should
> check if you have enabled that or not.
>
> Rui Tang
> Centrality Communications Inc.
>
>
> "airrrkobe" <airrrkobe@sammicomputer.co.kr> wrote in message
> news:etNpVRa2DHA.1736@TK2MSFTNGP09.phx.gbl...
> > Hi.
> > I have a problem that usb interrupt is being continuously in my
> bootloader.
> > As soon as I enable usb interrupt after initialton of usb device
> controller
> > in Main() fuction, the problem occurs. My target device is based on
> PXA255.
> >
> > Thanks in advance in any help.
> > Lim.
> >
> >
> >
>
>



Re: Continuous usb interrupt problem.. by Rui

Rui
Wed Jan 14 20:51:32 CST 2004

Then find out what the interrupt request is coming from the USB module.

Rui Tang
Centrality Communications Inc

"airrrkobe" <airrrkobe@sammicomputer.co.kr> wrote in message
news:%23bZ%23vHn2DHA.2572@TK2MSFTNGP12.phx.gbl...
> Thanks for the reply.
> I check out what usb interrupt is coming but UDC Status/Interrupt
> Registers(USIR0, USIR1) have no interrupt request.
> Just Interrupt Pending Register is requested by enabled source(usb)
> continuously with no usb connection.
>
> Please help me..
> Lim.
>
>
> "Rui Tang" <tangrui76_nospam@hotmail.com> wrote in message
> news:Ob%23Ri2j2DHA.1264@TK2MSFTNGP11.phx.gbl...
> > Check out what USB interrupt is coming and make sure it is served
> > correctly. Most probablly, you are having a suspend interrupt. You
should
> > check if you have enabled that or not.
> >
> > Rui Tang
> > Centrality Communications Inc.
> >
> >
> > "airrrkobe" <airrrkobe@sammicomputer.co.kr> wrote in message
> > news:etNpVRa2DHA.1736@TK2MSFTNGP09.phx.gbl...
> > > Hi.
> > > I have a problem that usb interrupt is being continuously in my
> > bootloader.
> > > As soon as I enable usb interrupt after initialton of usb device
> > controller
> > > in Main() fuction, the problem occurs. My target device is based on
> > PXA255.
> > >
> > > Thanks in advance in any help.
> > > Lim.
> > >
> > >
> > >
> >
> >
>
>



Re: Continuous usb interrupt problem.. by airrrkobe

airrrkobe
Thu Jan 15 02:36:52 CST 2004

Although there is usb interrupt request in Interrupt Controller, I can't
know what the interrupt request is coming because UDC Status/Interrupt
register returns 0.

My problems is..
1. USB interrupt occurs continuously.
2. But USB register bit correspond to the interrupt is not set.

This is so weird.

Thanks.

"Rui Tang" <tangrui76_nospam@hotmail.com> wrote in message
news:OqXj2Lx2DHA.556@TK2MSFTNGP11.phx.gbl...
> Then find out what the interrupt request is coming from the USB module.
>
> Rui Tang
> Centrality Communications Inc
>
> "airrrkobe" <airrrkobe@sammicomputer.co.kr> wrote in message
> news:%23bZ%23vHn2DHA.2572@TK2MSFTNGP12.phx.gbl...
> > Thanks for the reply.
> > I check out what usb interrupt is coming but UDC Status/Interrupt
> > Registers(USIR0, USIR1) have no interrupt request.
> > Just Interrupt Pending Register is requested by enabled source(usb)
> > continuously with no usb connection.
> >
> > Please help me..
> > Lim.
> >
> >
> > "Rui Tang" <tangrui76_nospam@hotmail.com> wrote in message
> > news:Ob%23Ri2j2DHA.1264@TK2MSFTNGP11.phx.gbl...
> > > Check out what USB interrupt is coming and make sure it is served
> > > correctly. Most probablly, you are having a suspend interrupt. You
> should
> > > check if you have enabled that or not.
> > >
> > > Rui Tang
> > > Centrality Communications Inc.
> > >
> > >
> > > "airrrkobe" <airrrkobe@sammicomputer.co.kr> wrote in message
> > > news:etNpVRa2DHA.1736@TK2MSFTNGP09.phx.gbl...
> > > > Hi.
> > > > I have a problem that usb interrupt is being continuously in my
> > > bootloader.
> > > > As soon as I enable usb interrupt after initialton of usb device
> > > controller
> > > > in Main() fuction, the problem occurs. My target device is based on
> > > PXA255.
> > > >
> > > > Thanks in advance in any help.
> > > > Lim.
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>