This is the mail archive of the ecos-discuss@sourceware.org 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: Re: eCos invalidating JTAG on ARM architecture ?


cyg_thread_delay() does nothing with hardware. It just waits until the
correct number of timer ticks have gone off and then brings sleeping
process back to running state.

Does the system continue to run even though JTAG has stopped?

Yep it does :(


What test programs are you using? All the standard tests should work
without problems, so i would use them for the moment until you get a
stable system.

I've compiled my own code which is just a simple thread program launched by cyg_user_start()

Have you tried the CDL option

CYGHWR_HAL_ARM_LPC2XXX_IDLE_PWRSAVE

I'm trying it right now to see what happens, thx for that


--
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]