使用 DS1620 IC 和 Arm 微控制器的温度计

发布于 2024-08-12 14:56:37 字数 113 浏览 3 评论 0原文

我正在开发一个项目,其中我必须使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

就像说晚安 2024-08-19 14:56:37

查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文