Shop OBEX P1 Docs P2 Docs Learn Events
any closed-loop compiler? — Parallax Forums

any closed-loop compiler?

SteelSteel Posts: 313
edited 2007-12-04 18:46 in General Discussion
I am looking into going into production on a few products.·

I am considering the SX family chips...but before that, I was wondering if there was a compiler for SX other than SX/B?

I would like to have the programmer on the assembly line, but I don't think it is beneficial for the assemblers to either be able to read or manipulate the source code.

Is there a 'core' application or any closed-loop compiling solutions for it?

Shaun

Comments

  • JonnyMacJonnyMac Posts: 9,216
    edited 2007-12-03 23:59
    You can save the compiled code as a hex file, load it back in, and program a chip without ever revealing the source. See Run >> Device...
  • SteelSteel Posts: 313
    edited 2007-12-04 18:05
    Thanks JonnyMac.

    I guess I was hoping for something that I could embed into my own software applications.
  • JonnyMacJonnyMac Posts: 9,216
    edited 2007-12-04 18:46
    I believe that Parallax makes the downloading specification for the SX-Blitz available; since the exchange between the PC and the SX-Blitz is just serial it shouldn't be too tough to incorporate into your custom application. Of course, you'd still use the SX-Key software to create the hex file.
Sign In or Register to comment.