This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Error while accessing internal temperature sensor of nrf52832

Hi,

I using nrf52832 evk board and sdk17(S132). I want to add the internal temperature sensor reading to the ble_app_buttonless_dfu_pca100400_s132 code present in the examples folder.

I have added the "nrf_temp.h" header file and tried to call the  nrf_temp_init() function but my code is getting an error while debugging (No errors while compiling). It stops right after the init function. But the same code(with pca10040e) works with nrf52810. 

Parents Reply Children
Related