Shop OBEX P1 Docs P2 Docs Learn Events
Just after boot ? — Parallax Forums

Just after boot ?

richaj45richaj45 Posts: 179
edited 2007-09-14 03:56 in Propeller 1
I have not programmed a propeller yet so consider my lack of experience.

After boot up the four pins used for the process, serial and i2c, are no longer driven by the boot code?

If correct then i have to have a method to run the serial port and the i2c port in my application (object?) to take over those pins if i want those function which i do?

If correct is there an object that handles both that i can past into my application so all works after boot as before boot?

cheers,
rich

Comments

  • Paul BakerPaul Baker Posts: 6,351
    edited 2007-09-14 03:56
    Rich, you are correct that the 4 pins are freed up after boot. There is not a single object to handle both, but the FullDuplexSerial object will provide the serial functionality and basic I2C object (availible in the object exchange) will provide the i2c functionality.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Paul Baker
    Propeller Applications Engineer

    Parallax, Inc.
Sign In or Register to comment.