Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ Forum ➜ Suggestions ➜ Pin connection error Using a 74HC165 and bit banging SPI

Pin connection error Using a 74HC165 and bit banging SPI

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Acastlenut   Australia  (1 post)  Bio
Date Sat 05 Jul 2014 12:17 PM (UTC)
Message
Hi Nick. I find your solutions to coding for the Arduino brilliant. However in your article on Bit Banging a 74HC165 there is an error in the pin designations.

On your page: http://www.gammon.com.au/forum/?id=11979 you have the following pin connections:

// Chip pin 1 (/PL) goes to LATCH (D8)
// Chip pin 2 (CP) goes to SCK (D6)
// Chip pin 9 (Q7) goes to MISO (D7)

It should be:

// Chip pin 1 (/PL) goes to LATCH (D8)
// Chip pin 2 (CP) goes to SCK (D7)
// Chip pin 9 (Q7) goes to MISO (D6)

It had me going for a while then I dug out my trusty Intronix LA1034 Logic Analyzer.

Cheers
Eric (acastlenut)
Top

Posted by Nick Gammon   Australia  (23,133 posts)  Bio   Forum Administrator
Date Reply #1 on Sat 05 Jul 2014 08:42 PM (UTC)

Amended on Sat 05 Jul 2014 08:47 PM (UTC) by Nick Gammon

Message
Thanks for the update. This line was correct*:


bitBangedSPI bbSPI (bitBangedSPI::NO_PIN, 6, 7);  // MOSI, MISO, SCK


It just didn't match the comments above. I have corrected them.





* Depending on how you look at it. Alternatively the comments were right and that line was wrong. :)

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


13,662 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.