Shop OBEX P1 Docs P2 Docs Learn Events
Does PropellerLoader.spin save to the EEPROM? — Parallax Forums

Does PropellerLoader.spin save to the EEPROM?

Jake11611Jake11611 Posts: 47
edited 2008-06-21 03:42 in Propeller 1
Hello, I was going to use propellerloader.spin to program my protoboard. Does it only load to the other prop's RAM or does it save to the EEPROM?

Comments

  • SpinHeadSpinHead Posts: 28
    edited 2008-06-21 03:31
    Bump, I am having this exact question, inside of the spin file is:


    CON
    
      #1, ErrorConnect, ErrorVersion, ErrorChecksum, ErrorProgram, ErrorVerify
      #0, Shutdown, LoadRun, ProgramShutdown, ProgramRun
    
    
    



    so for Command in the Connect method if I put loader#LoadRun, or loader#ProgramRun they both equate to 0, so how does it know what to do?
  • AribaAriba Posts: 2,685
    edited 2008-06-21 03:42
    SpinHead

    #0, Shutdown, LoadRun, ProgramShutdown, ProgramRun
    is a enumeration: Shutdown=0, LoadRun=1, ProgramShutdown=2, ProgramRun=3

    Andy
Sign In or Register to comment.