使用 DS1620 IC 和 Arm 微控制器的温度计
我正在开发一个项目,其中我必须使用 DS1620 IC 通过 ARM LPC23xx 微控制器来显示温度。我想用 C 语言编写代码。我是嵌入式系统的新手,我必须在 24 小时内完成它。请以任何可能的方式提供帮助。
I am working on a project in which I have to use DS1620 IC to display temperature using ARM LPC23xx micro controller. I want to write code in C. I am a newbie in embedded systems and I have to finish this in 24 Hrs. Please help in any way possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 8051 代码。对于代码中使用的 8051 硬件接口,选择 LPC23xx 上的一些等效硬件并调整代码。
阅读 LPC23xx 和 8051 数据表的相关部分,直到您充分理解它们。
注意int的大小,8051是8位,ARM是32位。
Look through the 8051 code. For the hardware interfaces of the 8051 that are used in the code pick some equivalent hardware on the LPC23xx and adapt the code.
Read the relevant parts of the LPC23xx and the 8051 data sheets until you understand them sufficiently.
Be careful about the size of int, 8051 is 8 bit and ARM 32 bit.