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

Default CSN/CE pins initialised if not used #576

Closed
tekka007 opened this issue Aug 30, 2016 · 1 comment
Closed

Default CSN/CE pins initialised if not used #576

tekka007 opened this issue Aug 30, 2016 · 1 comment

Comments

@tekka007
Copy link
Contributor

Issue reported:

https://forum.mysensors.org/topic/4671/arduino-d10-initialized-with-nrf-even-when-not-used-version-2-0-0-stable

Need to verify

@tbowmo
Copy link
Contributor

tbowmo commented Sep 2, 2016

It's a hardware limitation in the implementation of the SPI interface on atmega328p.

If SS is defined as input, and it goes low, then a master will automatically switch to slave mode.
(ref. atmega328 datasheet section 19.3.2)

@tbowmo tbowmo closed this as completed Sep 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants