RA8875 spi mode selection

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
kyrpav
 
Posts: 9
Joined: Wed Apr 23, 2014 6:37 am

RA8875 spi mode selection

Post by kyrpav »

According to your library the spi mode of RA8875 is 0, i think though that the mode according to the datasheet is 3. Except that which is the register 0 that you read in order to get a hex of 0x75 it is not written in the in the datasheet.

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: RA8875 spi mode selection

Post by adafruit_support_rick »

The datasheet shows that the SPI data is read on the leading edge of the rising clock signal, so SPI_MODE_0 is correct.

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”