Other Parts Discussed in Thread: CC2538
Hi
Am using cc2538DK for my project.I am unable to find out the temperature sensor and zigbee in cc2538 board....
For temperature sensor, the following steps are to be done....
SysCtrlPeripheralEnable(SYS_CTRL_PERIPH_RFC);
HWREG(CCTEST_TR0) |= CCTEST_TR0_ADCTM;
HWREG(RFCORE_XREG_ATEST) = 0x01;
SOCADCSingleStart(SOCADC_TEMP_SENS);
but exactly where the temperature sensor is there in cc2538 board?
could anyone suggest solution for this?