Alex Xander
Alex Xander

Reputation: 4051

Thermometer using DS1620 IC and arm microcontroller

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.

Upvotes: 1

Views: 945

Answers (1)

starblue
starblue

Reputation: 56772

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.

Upvotes: 1

Related Questions