On Monday 18 January 2010, Thomas Kindler wrote:
> > My own runtime code enables all faults, so that if I
> > override the default loop-to-self handler (by just
> > providing a non-weak symbol) it will always kick in.
> 
> I tried that, also. But as I understand, the HardFault handler can be 
> used to find out the exact cause of the escalated fault anyways. So I 
> can have all my exception handling code in one place.

Yes.  Either strategy is OK.  Some folk prefer simpler
handlers, with certain cases pre-dispatched.

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to