Hi team,
There is connection between nrf52840 and ds18b20. I have made simple lib for ds18b20. When i get temerature without softdevice (s140) all works correct (use 9-bit resolution), as soon as i try to use softdevice i get random value from ds18b20. I tried to disable interrupts from softdevice while reading fromds18b20, but in this case SD crashed. What could be the problem? thanks