Shop OBEX P1 Docs P2 Docs Learn Events
C3+0.9.28+pthreads — Parallax Forums

C3+0.9.28+pthreads

RsadeikaRsadeika Posts: 3,837
edited 2013-06-18 19:53 in Propeller 1
I was just testing out my C3 board for a possible new project using pthreads, and I noticed that the example program in the SimpleIDE folder, pthreads_toggle, does not work in XMM mode. It works fine in CMM mode, but does not work in any of the XMM modes that are available with the C3 board. I am pretty sure that at one time I was able to run pthreads in XMM mode, but that was with 0.8.xx IDE series. Has something changed with the functionality for pthreads with the 0.9.28 IDE?

Ray

Comments

  • jazzedjazzed Posts: 11,803
    edited 2013-06-18 19:53
    Rsadeika wrote: »
    I was just testing out my C3 board for a possible new project using pthreads, and I noticed that the example program in the SimpleIDE folder, pthreads_toggle, does not work in XMM mode. It works fine in CMM mode, but does not work in any of the XMM modes that are available with the C3 board. I am pretty sure that at one time I was able to run pthreads in XMM mode, but that was with 0.8.xx IDE series. Has something changed with the functionality for pthreads with the 0.9.28 IDE?

    Ray

    It's a demo code problem. The program tries to toggle all pins except 30/31. The kernel can't fetch good instructions when the program is messing with the pins.
Sign In or Register to comment.