On 23/08/12 17:40, Andreas Fritiofson wrote:
> "Only resetting the Cortex-M3 core, use a reset-init event handler to reset
> any peripherals"
>
> Seems you're using VECTRESET as reset, that won't affect anything else
> than the core. I don't know why that's the default for Kinetis, maybe
> SYSRESETREQ isn't properly implemented. You could always try the
> hardware SRST method.
>

If the setup does not define having srst fitted then the default is to 
use VECTRESET to reset the target. This is a safe default as all 
cortex-m cores support it, a few do not support SYSRESETREQ.

For the ones that support it, eg. stm32 we add the following to the cfg
cortex_m3 reset_config sysresetreq

so if you know the Kinetis supports SYSRESETREQ then we need to add to 
the cfg.

Spen


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to