Arm Community
Site
Search
User
Site
Search
User
Groups
Research Collaboration and Enablement
DesignStart
Education Hub
Innovation
Open Source Software and Platforms
Forums
AI and ML forum
Architectures and Processors forum
Arm Development Platforms forum
Arm Development Studio forum
Arm Virtual Hardware forum
Automotive forum
Compilers and Libraries forum
Graphics, Gaming, and VR forum
High Performance Computing (HPC) forum
Infrastructure Solutions forum
Internet of Things (IoT) forum
Keil forum
Morello Forum
Operating Systems forum
SoC Design and Simulation forum
中文社区论区
Blogs
AI and ML blog
Announcements
Architectures and Processors blog
Automotive blog
Graphics, Gaming, and VR blog
High Performance Computing (HPC) blog
Infrastructure Solutions blog
Innovation blog
Internet of Things (IoT) blog
Operating Systems blog
Research Articles
SoC Design and Simulation blog
Tools, Software and IDEs blog
中文社区博客
Support
Arm Support Services
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
Community Help
More
Cancel
Support forums
Arm Development Studio forum
ARM7TDMI - Obtain ARM Core Temperature
Jump...
Cancel
Locked
Locked
Replies
6 replies
Subscribers
121 subscribers
Views
5270 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
ARM7TDMI - Obtain ARM Core Temperature
Offline
Pheonix Ashes
over 9 years ago
Note: This was originally posted on 9th June 2011 at
http://forums.arm.com
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
Offline
Pheonix Ashes
over 9 years ago
Note: This was originally posted on 9th June 2011 at
http://forums.arm.com
Can I use lm_sensors package for monitoring temperature for those ARM cores that support Embedded Linux on them ?
Thanks.
Cancel
Up
0
Down
Cancel
Offline
Pheonix Ashes
over 9 years ago
Note: This was originally posted on 10th June 2011 at
http://forums.arm.com
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
Cancel
Up
0
Down
Cancel
Offline
Pheonix Ashes
over 9 years ago
Note: This was originally posted on 10th June 2011 at
http://forums.arm.com
Thanks very much Joseph.
Cancel
Up
0
Down
Cancel
Offline
Joseph Yiu
over 9 years ago
Note: This was originally posted on 9th June 2011 at
http://forums.arm.com
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.yahoo.com/group/lpc2000/
regards,
Joseph
Cancel
Up
0
Down
Cancel
Offline
Joseph Yiu
over 9 years ago
Note: This was originally posted on 10th June 2011 at
http://forums.arm.com
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
Cancel
Up
0
Down
Cancel
Offline
Joseph Yiu
over 9 years ago
Note: This was originally posted on 10th June 2011 at
http://forums.arm.com
I don't know. It is best if you can download the source from
http://www.lm-sensors.org/
and try it out.
Cancel
Up
0
Down
Cancel