Hi there,
I'm wondering if I need to have an SPM configure permission for my untrusted firmware to communicate with the environmental sensor via I2C.
I'm presently trying to communicate with the BME680 environmental sensor onboard the Thingy:91. I'm assuming the following:
SCL: P0_12
SDA: P0_11
TWIM0_NS
Speed: 100 kbps
Slave address: 0x76
My firmware is designed to run in the untrusted partition, and I'm using the SPM from https://github.com/nrfconnect/sdk-nrf/tree/master/samples/spm.
At present, I'm seeing a NACK returned, signifying that I've probably got the wrong address.
Any guidance here is appreciated.
Kind regards,
Christopher