Quick Links
ARM7TDMI - Obtain ARM Core Temperature
#1
Posted 09 June 2011 - 06:49 AM
I want to measure the temperature of LPC2129 ARM processor core.
The LPC2129 manual doesnt show if there is a temperature sensor in the ARM core.
Is there any other way to obtain the temperature using some tools or code?
Is is possible to code in some RTOS to get the temperature details?
Thanks & Regards,
Bijju Kranthi V,
MTech Final Year Student,
IIT Kharagpur
#2
Posted 09 June 2011 - 12:45 PM
There is no temperature sensor in the processor core (ARM7TDMI).
Since the microcontroller you're using doesn't seem to have any temperature sensor, you need to add an external temperature sensor component. There are many temperature sensors you can use, for example, one with SPI interface, which can be (should be) connected to the SPI interface on you microcontroller chip. Google for "spi temperature sensor" will give you plenty of choices.
You will then need to program the SPI interface to detect the temperature.
For NXP chip specific questions, there is a public forum at http://tech.groups.y.../group/lpc2000/
regards,
Joseph
#3
Posted 09 June 2011 - 01:45 PM
Thanks.
#4
Posted 10 June 2011 - 11:36 AM
So you will need software to control the I2C interface of your microcontroller, as well as code to wotk with the temperature sensor.
You might be able to port the lm_sensors code across, but still need to have the suitable I2C interface control code to work with it.
regards,
Joseph
#5
Posted 10 June 2011 - 01:33 PM
Now assuming that I have the I2C code in place; can I port the lm_sensors package to the ARM processor without an underlying Embedded Linux ?
Does the package require other supporting files that are part of the kernel?
Thanks & Regards,
Bijju Kranthi V
#6
Posted 10 June 2011 - 01:47 PM














