10 years, 11 months ago.

Compile Failures?

I'm fairly new to embed and I am trying to read from a OneWire memory device ( http://www.digikey.com/product-detail/en/DS2502-E64%2B/DS2502-E64%2B-ND/1197442)

but I am getting several errors during compilation.

/media/uploads/steve918/screen_shot_2013-05-18_at_9.05.29_am.png

I'm building on a Freescale KL25Z.

Thanks!

Question relating to:

1 Answer

10 years, 11 months ago.

ROM seems to be a variable already defined by the KL25 code. Solution would be going to where the error happens, and renaming ROM to something else.