hello, I am currently taking the nordic nrf connect course and I am doing exercise number 1 of lesson number 6 regarding i2c, using nordic nrf5340 together with the X-NUCLEO-IKS01A3 temperature sensor.
Lesson 6: Exercise 1
I have been following the process to run the code, however, the following error appears once I manage to display the example.
According to what the course tells me, the current temperature value should be printed in both Celsius and Fahrenheit, however it seems that there is no connection with the sensor.

Another reason that occurs to me is that before doing this they told me that I should configure the sensor as a secondary i2c node, adding an address, I put the one they indicated but I don't know if I should change it.

And well I have been looking for how to obtain that address, since they tell me to locate it in the shield datasheet, however I have not been able to locate how to obtain that address
Any idea what this could be due to? I would really appreciate it if you could help me with this