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: Timecritical interrupt-debuging ... printf in DSR's ... Cyg_Scheduler_Implementation::rem_thread() ... cyg_assert_fail()


Hi,

> I don't know if it's allowed to use the buffered IO from ISR and DSR's. If
> everybody know's if it should work or not in threory, let me know.... Im
> also intressted in other hints how to debug driveres...

well, I don't know the exact implementation of buffered IO in eCos,
but buffered IO always is blocking (if you want to ensure that no data
gets lost), and blokcing operations are never allowed within an ISR or
a DSR.

Ciao, Fabian

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


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