Hi all
have used the LIS2DH successfully with the nRF52810, now have upgraded to the nRF52832. The SPI lines are not working at all i.e. when I scope them they are all 0V.
Tried using the spi example in the SDK, same result.

Any ideas?
Thansk
Dan
Hi all
have used the LIS2DH successfully with the nRF52810, now have upgraded to the nRF52832. The SPI lines are not working at all i.e. when I scope them they are all 0V.
Tried using the spi example in the SDK, same result.

Any ideas?
Thansk
Dan
Hi Dan
Please note that pins P0.09 and P0.10 are configured as NFC pins by default in the nRF52832 projects. Please make sure you've set CONFIG_NFCT_PINS_AS_GPIOS in order to use these pins as regular GPIOs. You can alternatively use any other pins than these for your SPI peripheral and it should work as intended.
Best regards,
Simon
Hi Dan
Please note that pins P0.09 and P0.10 are configured as NFC pins by default in the nRF52832 projects. Please make sure you've set CONFIG_NFCT_PINS_AS_GPIOS in order to use these pins as regular GPIOs. You can alternatively use any other pins than these for your SPI peripheral and it should work as intended.
Best regards,
Simon
thanks, that was the issue, SPI is now working again!