Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 6 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.
I'm building on a Freescale KL25Z.
Thanks!
Question relating to:
1 Answer
11 years, 6 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.