After S110 7.1 ble_stack_init(), any read/write to temperature register cause a HardFault.
Some sentences like:
nrf_temp_init();
NRF_TEMP->TASKS_START = 1;
But it work well, when I run those sentences in MDK debug command line.
Can you give me some hints.
Thanks.