4 Wire SPI with Shiftin/Shiftout ?


Results 1 to 19 of 19

Threaded View

  1. #16
    Join Date
    May 2013
    Location
    australia
    Posts
    2,666


    Did you find this post helpful? Yes | No

    Default Re: 4 Wire SPI with Shiftin/Shiftout ?

    And I don't get, what's wrong with $100 ?
    how big is the biggest number that can be represented in a byte ?


    Code:
    Shiftout TC, SCLK, 5, [$03,$100,$00,$0] ' Send write command, set start offset
    an attempt to read from address 0x1000000 a non valid 25 bit address, except that shiftout will send address of 0x00 since the 8 bit default not over written

    maybe [3,1,0,0] or [3,100,0,0] or [3\8,$100\16,0\8] or [3,$100\16,0]
    Last edited by richard; - 10th November 2021 at 05:55.
    Warning I'm not a teacher

Similar Threads

  1. porta problems during shiftout/shiftin
    By eccessivo in forum Serial
    Replies: 2
    Last Post: - 19th July 2013, 19:00
  2. Shiftout - shiftin question
    By Lasse1 in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 5th April 2010, 16:34
  3. 16f877A and shiftin shiftout
    By ghdsfier8 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 22nd February 2008, 13:47
  4. shiftout and shiftin
    By Ron Marcus in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 24th April 2006, 15:01
  5. Shiftin/Shiftout
    By paul.mcallister in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 11th May 2005, 04:24

Members who have read this thread : 2

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