Login

Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.

ARM Community: ARM7TDMI - Obtain ARM Core Temperature - ARM Community

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

ARM7TDMI - Obtain ARM Core Temperature Rate Topic: -----

#1 User is offline   Pheonixashes11 

  • Member
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 02-June 11

Posted 09 June 2011 - 06:49 AM

Hi All,

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
0

#2 User is offline   Joseph Yiu 

  • Regular Contributor
  • PipPipPip
  • Group: Members.
  • Posts: 217
  • Joined: 01-March 10

Posted 09 June 2011 - 12:45 PM

Hi there,

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
1

#3 User is offline   Pheonixashes11 

  • Member
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 02-June 11

Posted 09 June 2011 - 01:45 PM

Can I use lm_sensors package for monitoring temperature for those ARM cores that support Embedded Linux on them ?

Thanks.
0

#4 User is offline   Joseph Yiu 

  • Regular Contributor
  • PipPipPip
  • Group: Members.
  • Posts: 217
  • Joined: 01-March 10

Posted 10 June 2011 - 11:36 AM

I don't know about what is in the lm_sensors software package, but it seems to ise i2C rather than SPI.
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
0

#5 User is offline   Pheonixashes11 

  • Member
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 02-June 11

Posted 10 June 2011 - 01:33 PM

That was very informative.:)

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
0

#6 User is offline   Joseph Yiu 

  • Regular Contributor
  • PipPipPip
  • Group: Members.
  • Posts: 217
  • Joined: 01-March 10

Posted 10 June 2011 - 01:47 PM

I don't know. It is best if you can download the source from http://www.lm-sensors.org/ and try it out.
1

#7 User is offline   Pheonixashes11 

  • Member
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 02-June 11

Posted 10 June 2011 - 01:57 PM

Thanks very much Joseph.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic