Hello,
I am using nRF SDK 12.2.0 , with nRF52832 on pca10040 hardware, and working with the example in examples/peripheral/spi/main.c to develop a driver for LIS2DE12.
When I write a hexadecimal value greater than 7 I find a problem.
I test the registry reading which I am (0x0F) which has a default value equal to 0x33 (I found 0x3F) and register CTRL_REG1 which has A default value equal to 0x20 (I found the right value0x07)
Any ideas as to what's going on? Thanks you .