02-15-2010 07:58 AM
Hai ...
How to start and stop an Interrupt Service Routine using EDK ?
Example c code:
----------------------
void uart_isr (void);
void uart_isr (void)
{
// .read received byte and clear uart interrupt register.
}
where i have to load this isr function address?
how to initiate and clear isr ?
Thanks and Regards,
S.Elavarasan.
03-04-2010 12:44 AM
03-04-2010 12:09 AM
Go thro this ...
http://www.fpgadeveloper.com/2008/10/timer-with-interrupts.html
You may get an idea..
Hope this helps
Archu
03-04-2010 12:44 AM