Shop OBEX P1 Docs P2 Docs Learn Events
Reset Delay Time Device Directive — Parallax Forums

Reset Delay Time Device Directive

Miner_with_a_PICMiner_with_a_PIC Posts: 123
edited 2005-06-17 18:55 in General Discussion
I am atempting to set the reset device directive, but am having problems assembling the code. I have tried the following syntax (among numerous others):

DEVICE DRT60MS

The compiler does not recognize DRT anything. What is going on here? I have the latest and greatest SX-Key 3.1 software version. If anyone has any suggestions, they would be very welcome.

Thanx,

Mr. T

Comments

  • BeanBean Posts: 8,129
    edited 2005-06-17 18:00
    It's WDRT60 and you have to specify the device also "DEVICE SX52,WDRT60"
    Note that the reset delay time ONLY works on the SX48 and SX52 devices.
    Bean.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "SX-Video·Module" Now available from Parallax for only $28.95

    http://www.parallax.com/detail.asp?product_id=30012

    Product web site: www.sxvm.com

    "What's the difference between ignorance and apathy ?"
    "I don't know, and I don't care."
    ·
  • Miner_with_a_PICMiner_with_a_PIC Posts: 123
    edited 2005-06-17 18:55
    Bean,

    Your 100% correct-a-mundo, I just gave it a go and the code seems to be compiling just fine. I will be using the SX52 chip shortly once I have completed designing/double-checking my board layout. I am supprised that this directive only works for the 48s and 52s and not for the other chips. Thank you for your complete and prompt response.

    Cheers,

    Mr. T
Sign In or Register to comment.