FXOS8700 BIT IO LIBRARY

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

FXOS8700 BIT IO LIBRARY

1,267 次查看
marceladueñas
Contributor II

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

标签 (1)
2 回复数

1,074 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello Marcela

Please manually enable the pin sharing in PE Component Inspector.

 

  1. The expert mode needs to be enabled - ensure that "Expert" button is selected in top of Component Inspector view

 

  1. In the inspector of peripheral module (e.g Init_CAN, Init_UART…), click with the right mouse button on the pin and select the option "Pin sharing enabled", please see the attached screenshot.

 

Hope it helps! If not, please reply again, and attach your project

pin share.png


Best Regards
Fiona Kuang
TIC - Technical Information Center
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Mark Correct button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

1,074 次查看
marceladueñas
Contributor II

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. :/

0 项奖励
回复