public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] SH7709A frequency control register
@ 2001-04-20  7:13 Peter Graf
  0 siblings, 0 replies; only message in thread
From: Peter Graf @ 2001-04-20  7:13 UTC (permalink / raw)
  To: ecos-discuss

Hi,

found a bug in the calculation of the value for the SH3 (SH7709A) FRQCR
register in
packages\hal\sh\sh3\current\include\mod_regs_cpg.h

#elif (CYGARC_SH_MOD_CPG == 3) // ---------------------------- V3
...
#elif (CYGHWR_HAL_SH_OOC_DIVIDER_2 == 6)
# define CYGARC_REG_FRQCR_INIT_DIVIDER2 0x2002

Should be 0x2001, at least for my configuration, which is
  SH clock crystal: 11000000
  SH clock PLL circuit 1: 3
  SH clock PLL circuit 2: 4
  SH clock divider 1: 1
  SH clock divider 2: 6
  SH clock mode: 1

Otherwise I get a crash, as soon as the code from platform.inc (derived
from the Hitachi SH7708 board) is executed.

BTW, setting the FRQCR out of the table just like all the other registers
(BCR2, BCR1, ...) might not be a very good idea. Hitachi demands special
treatment after changing this register. (eg. 20 uncached NOPs immediately
after the register write, or access to a peripheral module.)

Peter


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-04-20  7:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-20  7:13 [ECOS] SH7709A frequency control register Peter Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).