This is an automated email from Gerrit. Salvador Arroyo (sarroyof...@yahoo.es) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/805
-- gerrit commit 9eb9847c84390005733ed5740a4a7397c5eecdfb Author: Salvador Arroyo <sarroyof...@yahoo.es> Date: Sat Sep 1 13:50:39 2012 +0200 Pic32mx.cfg: Change system clock to 8Mhz after reset-init. As for openocd 0.6.0-rc2 the function mips32_pracc_fastdata_xfer() should now work at a scan frequency up to 1200Khz. Mainly usefull to increase programming speed. Also verify_image should be slightly faster. Change-Id: I1e9b2be73690a4597e2f6ba069c1205026850f07 Signed-off-by: Salvador Arroyo <sarroyof...@yahoo.es> diff --git a/tcl/target/pic32mx.cfg b/tcl/target/pic32mx.cfg index 598c905..6aad675 100644 --- a/tcl/target/pic32mx.cfg +++ b/tcl/target/pic32mx.cfg @@ -62,6 +62,13 @@ $_TARGETNAME configure -event reset-init { mww 0xbf882020 $_WORKAREASIZE # BMXDUPBA: 0k user program - (BMXDUPBA - BMXDUDBA) mww 0xbf882030 $_WORKAREASIZE + + # Clear FRCDIV bits in OSCCON register (FRC divided by 1), system clock 8 Mhz + mww 0xbf80f230 0x0 + mww 0xbf80f230 0xaa996655 + mww 0xbf80f230 0x556699aa + mww 0xbf80f004 0x07000000 + mww 0xbf80f230 0x0 } set _FLASHNAME $_CHIPNAME.flash0 -- ------------------------------------------------------------------------------ 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 OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel