This is an automated email from Gerrit. Rodrigo L. Rosa ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/223
-- gerrit commit 91dc3fcfd05412a4b532673b69c65aec0b001c7f Author: rodrigo_l_rosa <[email protected]> Date: Sat Nov 19 15:40:51 2011 -0800 dsp5680xx - flash module clk to freescale cfg value the flash module clock was set according to a spreadsheet from freescale, now it's set according to the configuration file used by the Freescale Flash Programmer. both work, but i think it's better to use the one used by a software that's made by Freescale (should be correct...) Change-Id: I382197a3eb43dd47ff4b9b83d5e05008d5613fc6 Signed-off-by: Rodrigo L. Rosa <[email protected]> diff --git a/src/target/dsp5680xx.h b/src/target/dsp5680xx.h index def4d18..62fdf7c 100644 --- a/src/target/dsp5680xx.h +++ b/src/target/dsp5680xx.h @@ -179,7 +179,7 @@ * This value was calculated using a spreadsheet tool available on the Freescale website under FAQ 25464. * */ -#define HFM_CLK_DEFAULT 0x40 +#define HFM_CLK_DEFAULT 0x27 // 0x27 according to freescale cfg, but 0x40 according to freescale spreadsheet... #define HFM_FLASH_BASE_ADDR 0x0 #define HFM_SIZE_BYTES 0x4000 // bytes #define HFM_SIZE_WORDS 0x2000 // words -- ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
