This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Testing interrupts ???


On Fri, 2003-08-29 at 16:53, Carlos Camargo wrote:
> >Can I do a printf in an isr or must I do it in my dsr ? 
> >(for the moment there is no dsr)
> 
> NO you can't do a printf in isr

Actually, you *can* call "diag_printf()" from an ISR.  It will
vastly perturb the timings, but it will work.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]