Oscillator/Clockout


Closed Thread
Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default Thanks dave for pointing it out

    Hi,

    Yes it is possible with PBP to throw out data bits the way dave said but I have never used it. For a motor control app a glitch may cause problems and I personally never take chances. If I get some time I would like to disassemble a shiftout code and get the total picture on the clock idleing issues.Hope dave can give some deeper insight.

    Regards

    Sougata

  2. #2


    Did you find this post helpful? Yes | No

    Smile Osc.re

    Dave, like you this is where I was going with this since the Shifout command is setup for this purpose. Thanks for a code example.

    Sougata, I'm sorry I didn't follow you with the for next loop being used as a way of bit dumping, maybe I just don't see how the loop combines counting to data pin output. It probably can be done with more code but the Shift out command is ready to use.

    Thanks to both for your ideas. J.S.

  3. #3
    Join Date
    Mar 2003
    Location
    Commerce Michigan USA
    Posts
    1,166


    Did you find this post helpful? Yes | No

    Default

    fowardbias, There is not a problem as the data is not updated untill you issue the strobe at the end of the shiftout. Just don't send 1 byte then go and have some breakfast then send the rest of the message. I haven't seen more than a fraction of a millisecond delay between the variables being shifted out using this method.

    Dave Purola,
    N8NTA

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts