Correct SPI mode for CC3000 is CPOL=0 CHPA=1. From Jussi Kivilinna
This commit is contained in:
parent
9a4bd3e028
commit
a9d89b5442
@ -42,10 +42,10 @@ config CC3000_DEVMINOR
|
||||
|
||||
config CC3000_SPI_MODE
|
||||
int "SPI mode"
|
||||
default 0
|
||||
default 1
|
||||
range 0 3
|
||||
---help---
|
||||
Controls the SPI mode. The device should work in mode 0, but
|
||||
Controls the SPI mode. The device should work in mode 1, but
|
||||
sometimes you need to experiment.
|
||||
|
||||
config CC3000_SPI_FREQUENCY
|
||||
|
Loading…
Reference in New Issue
Block a user