Shop OBEX P1 Docs P2 Docs Learn Events
COGINIT's Dest Field [PASM] - Page 2 — Parallax Forums

COGINIT's Dest Field [PASM]

2»

Comments

  • Vega256Vega256 Posts: 197
    edited 2012-06-30 14:36
    potatohead wrote: »
    What is your hardware?

    Edit: Well, that driver could be modded to your hardware. Have to see what that is.

    Or, the technques can be applied to the one you've got cooking too.

    I really only referenced it, because the buffers and graphics COG interaction in that one are well aligned with what you want to do.
    It would be nice to get my driver running somehow; there's got to be way around memory limitations. I'll try everyone's suggestions and post back.
  • Vega256Vega256 Posts: 197
    edited 2012-07-02 09:35
    If I allow the other cog to load up the second part of the driver while the first piece of the driver is running, I would probably need some sort of variable or signal to let it know when to start running. Would a loop like this be efficient?
    :loop
              rdlong signal, ptrSignal wz
    if_z      jmp #secondPart
              jmp #:loop
    secondPart
              [.....]
    
Sign In or Register to comment.