HFM_CLK_DEFAULT is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

HFM_CLK_DEFAULT macro

The value used on for the FM clock is important to prevent flashing errors and to prevent deterioration of the FM. This value was calculated using a spreadsheet tool available on the Freescale website under FAQ 25464.

Syntax

#define HFM_CLK_DEFAULT 0x27

References

LocationText
dsp5680xx.h:193
#define HFM_CLK_DEFAULT 0x27
dsp5680xx.c:1730
if ((i[0] & 0x7f) != HFM_CLK_DEFAULT) {
dsp5680xx.c:1741
retval = core_move_value_at_r2(target, HFM_CLK_DEFAULT);
dsp5680xx.c:1750
if (i[0] != (0x80 | (HFM_CLK_DEFAULT & 0x7f))) {
dsp5680xx.c:2160
instr = HFM_CLK_DEFAULT;