Shop OBEX P1 Docs P2 Docs Learn Events
Setting an output clock signal — Parallax Forums

Setting an output clock signal

SunztSunzt Posts: 9
edited 2007-02-11 02:18 in BASIC Stamp
Hi,

I'm currently using a BS2px and it is clocked at 32 Mhz. I want to write to a RAM chip that has a max input clock frequency of 1MHZ. How do I generate a clock signal that is < 1MHZ?

Also, for the SHIFTOUT command, does the Cpin generate a clock of 32MHZ or can I change that too?

Any help would be greatly greatly appreciated.

Comments

  • PJAllenPJAllen Banned Posts: 5,065
    edited 2007-02-11 02:18
    The SHIFTOUT rates (clock times, etc.) are fixed:

    transmission rates:

    BS2,2e,2pe = 16kbps
    BS2sx,2p·· = 42kbps
    BS2px····· = 65kbps

    That's all covered in PBASIC Help.
Sign In or Register to comment.