Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一个项目,我必须使用 DS1620 IC 使用 ARM LPC23xx 微控制器显示温度。我想用 C 编写代码。我是嵌入式系统的新手,我必须在 24 小时内完成。请以任何可能的方式提供帮助。
查看 8051 代码。对于代码中使用的 8051 的硬件接口,选择 LPC23xx 上的一些等效硬件并调整代码。
阅读 LPC23xx 和 8051 数据表的相关部分,直到您充分理解它们为止。
注意 int 的大小,8051 是 8 位,ARM 是 32 位。