Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Problem with PDIUSBD12 and processing interrupts

Status
Not open for further replies.

fallingrain_83

Junior Member level 1
Joined
Jul 24, 2005
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
USA
Activity points
1,450
PDIUSBD12 PROBLEM

hi again
I solved that problem that I had with device descriptor
now I have another:D
my microcontroller is Atmega16l
I recieve new inerrupts when I'm processing the previus one & it cuases nested interrupts
how can I solve it ?
I disabled the interrupt when I want to process but by this I lost some interrupts
plz help me with this promlem
I realy need help
 

Re: PDIUSBD12 PROBLEM

If your processor isn't fast enough to process the interrupt before a new one happens, you don't have that many solutions.

1. You can try to disable unnecessary interrupts in the PDIUSB chip so that it generates less interrupts

2. You can minimize the code in your Interrupt Service Routine. Per example you can ack the interrupt in your ISR and set a flag so that you process the interrupt in your main loop

Good luck
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top