Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug on CS line using SPI library #1280

Closed
schwingkopf opened this issue Feb 13, 2013 · 1 comment
Closed

bug on CS line using SPI library #1280

schwingkopf opened this issue Feb 13, 2013 · 1 comment
Assignees
Labels
Architecture: SAM Applies only to the SAM microcontrollers (Due) Library: SPI The SPI Arduino library Type: Bug

Comments

@schwingkopf
Copy link

when using the SPI library with the predefined SPI-CS0 and SPI-CS1 pins (digital pins 10 and 4), the voltage during SPI communication on these lines doesn't drop to 0V (only to 1.6V), when defining the digital pins for SPI-CS0 and SPI-CS1 prior as pinMode OUTPUT.
with the SPI-CS2 on digital pin 52 it worked fine for me.

for details please see http://arduino.cc/forum/index.php/topic,148463.0.html

@ffissore ffissore added the New label Feb 27, 2014
@cmaglie cmaglie removed the New label Feb 27, 2014
@cmaglie cmaglie added Architecture: SAM Applies only to the SAM microcontrollers (Due) Type: Bug labels Nov 4, 2015
@agdl
Copy link
Member

agdl commented Feb 8, 2017

This issue was moved to arduino/ArduinoCore-sam#18

@agdl agdl closed this as completed Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture: SAM Applies only to the SAM microcontrollers (Due) Library: SPI The SPI Arduino library Type: Bug
Projects
None yet
Development

No branches or pull requests

4 participants