I have an eeprom and a accelerometer, and it was conected to a I2C port. I have been using a kinetis MKV31F256VLH12 that works similar to the kf64 board, except the emmbeded components like the acelerometer.
If i use the PE componen for each individual component, it's works ok , but if i use this components working together there is an error beacuse the single PE component use the same port of the other and make error between this both.
I'll try to create a new library for each component , the eeprom works ok with the new library , but the accelerometer do not response to me . I think i don't make correctly this library.
To avoid the port pproblems i am using the BiT IO component for both (eeprom - accelerometer ).
Somebody can helpme to do the right library for the accelerometer with the Bit IO method?
i am using the 24LC512 and the FXOS8700
Regards
Hello Marcela
Please manually enable the pin sharing in PE Component Inspector.
Hope it helps! If not, please reply again, and attach your project
Best Regards
Fiona Kuang
TIC - Technical Information Center
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Mark Correct button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Your method could solve my life but i have some problem, you are using codewarrior 10.X i am using KDS and in this interface i can't find this option. I try for pins, components but i can't find share enable, in fact there are only two methods basic and advance but no expert. :/