Shop OBEX P1 Docs P2 Docs Learn Events
Sx Compiler — Parallax Forums

Sx Compiler

CenlasoftCenlasoft Posts: 265
edited 2004-12-06 03:27 in General Discussion
Hi,
I have several BSII project that I want to use an sx. I have an SxTech board and several sx 28s. On the compiler is it possible to use serout or something like count and pulsin or pulsout at the same time. I read that these commands were time sensitive and that asm would have to be used.
Thanks,
Curtis


·

Comments

  • Jon WilliamsJon Williams Posts: 6,491
    edited 2004-12-06 00:30
    No, and yes.

    No, you can't use the built-in commands and do two (or more) things at once. But ... you could create an interrupt-driven routines (VPs) that would let you do several things at once. This is not for the faint-of-heart, but it can be done.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
    Dallas Office
  • BeanBean Posts: 8,129
    edited 2004-12-06 03:27
    If you post more detail, we can probably tell you if it's "do-able".
    Alot can be done with interrupts, depending on what the clock speed is.

    Bean.
Sign In or Register to comment.