>
> The request *is* standard...
>
> > as the sequence will not work on a stm32.
> > It is implementation dependant,
>
> but SoC vendors don't necessarily handle that one the same.
>
> (What happens on STM32?)
>
>
> > but is the correct sequence for luminary -
> > luminary support helpe
On Wednesday 19 August 2009, Spencer Oliver wrote:
> Just for info the statement:
> "Use a standard Cortex-M3 software reset mechanism" is not correct
The request *is* standard...
> as the sequence will not work on a stm32.
> It is implementation dependant,
but SoC vendors don't necessarily
> Clean up some Cortex-M3 reset handling.
>
> - AIRCR_SYSRESETREQ is generic; use it on any system where
>SRST won't fly, not just on Stellaris-based ones.
>
> - Reformat and improve comments about the Stellaris quirk; and
>xref the only public docs (an email) about the issue.
>
> It s
Committed.
Thanks!
--
Øyvind Harboe
Embedded software and hardware consulting services
http://www.zylin.com
___
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development
Clean up some Cortex-M3 reset handling.
- AIRCR_SYSRESETREQ is generic; use it on any system where
SRST won't fly, not just on Stellaris-based ones.
- Reformat and improve comments about the Stellaris quirk; and
xref the only public docs (an email) about the issue.
It seems that *most* S