shiftout with 32 bits long (ADF4351 registers)


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2005
    Location
    France
    Posts
    97

    Default shiftout with 32 bits long (ADF4351 registers)

    hello,
    I need to send 32 bits (5 times) to a PLL circuit (ADF4351)
    using PBP V2.x and a small PIC (lets say 12F675)
    As far as I understand Shitout command can deal with WORD not double word ..
    If I send first the first word using Shiftout and immediatly send the second word
    usin a shiftout command, do you think that it will be OK ?
    or may be , you have a better solution ...
    thanks
    Francois F1CHF

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,795


    Did you find this post helpful? Yes | No

    Default Re: shiftout with 32 bits long (ADF4351 registers)

    You can include two word variables in the brackets of Shiftout command:

    Code:
    SHIFTOUT DataPin, ClockPin, Mode,[word1,word2]
    Ioannis

  3. #3
    Join Date
    Jan 2005
    Location
    France
    Posts
    97


    Did you find this post helpful? Yes | No

    Default Re: shiftout with 32 bits long (ADF4351 registers)

    My god ! I am looking to my shoes now ...
    I don't know the English exact term ..
    It is super to deal with guy like you
    I will try ..

    thanks
    Francois

Similar Threads

  1. Replies: 2
    Last Post: - 23rd April 2013, 17:34
  2. How to Correctly define Shiftout bits
    By BrianS in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 19th May 2011, 14:09
  3. How to use symbolic names for bits within registers?
    By DwayneR in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 17th December 2009, 05:19
  4. DT_INTS-14 /interrupts enable bits / flag bits
    By bogdan in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 16th May 2009, 19:42
  5. Need to view the Registers
    By groston in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 9th December 2006, 18:42

Members who have read this thread : 1

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

Tags for this Thread

Posting Permissions

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