Shop OBEX P1 Docs P2 Docs Learn Events
50mhz clock not default in Sx-Key? — Parallax Forums

50mhz clock not default in Sx-Key?

Clock LoopClock Loop Posts: 2,069
edited 2006-01-13 18:26 in General Discussion
I find it kinda annoying, that every time I open sx-key v 3.10, that I must set my sx-key's clock to 50mhz every time. Isn't there a way to make it default to 50mhz?

Should I just install the 50mhz resonator and be done with it? Can the 50mhz resonator be used with the sxkey?

Post Edited By Moderator (Chris Savage (Parallax)) : 1/13/2006 8:12:33 PM GMT

Comments

  • SamMishalSamMishal Posts: 468
    edited 2006-01-13 13:10
    BPM,

    If you do not define a FREQUENCY directive the SASM will assume a 50MHZ clock.

    No you cannot use a resonator with the SXKey at the same time if you are using DEBUG.
    Yes you can if you are not using DEBUG.

    But to avoid the trouble with having to set the DEVICE directives every time you can
    write them one time and put them in an include file. Then somewhere at the top of
    your current file put the statement Include
    .--- (your file name).

    There it is done you only have to do it once.

    If you are talking about setting the clock using the Menu option on the IDE, then again,
    you do not have to do this if you already have a FREQUENCY directive.

    Sam
  • Clock LoopClock Loop Posts: 2,069
    edited 2006-01-13 18:26
    Thanks.

    Post Edited By Moderator (Chris Savage (Parallax)) : 1/13/2006 8:12:26 PM GMT
Sign In or Register to comment.