Hi,
I am currently trying to setup my sdk 15 on my pca10040. I already have a working I2C source for a BME280 and it works fine using the SDK 12 (pca10040), I get the current temperature and it is displayed via Serial Port terminal.
When I debug my adapted source on SDK 15 I can see, that I receive data from my Sensor and everything works as expected, but I don't get any NRF_LOG's on my serial port sniffer...
So I guess that there must be some NRF_LOG differences between the sdk12 and 15 which I wasn't able to locate, that causes that behavior.
Does anyone have an idea?
Regards