Bug Report: I2C driver in MQX 4.1.1 will not compile for K70

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

Bug Report: I2C driver in MQX 4.1.1 will not compile for K70

跳至解决方案
691 次查看
chrissolomon
Contributor III

Hi,

I am trying to get MQX 4.1.1 to compile - I have had 4.1.0 going with the same settings.

I am building for a product with a MK70FN1M0VMJ12 processor.

The problem seems to be that the new I2C driver relies on I2C_FLT_SSIE_MASK, which only seems to be defined in the MK21F12.h header file.

I have had a look at the K70 documentation, and I am not sure how to go about fixing it.

Any thoughts?

Thanks

Chris

标记 (3)
0 项奖励
1 解答
525 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Chris:

I can compile the library and i2c demo, can you double check it, how to reproduce your issue


Have a great day,
Daniel

在原帖中查看解决方案

0 项奖励
2 回复数
526 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Chris:

I can compile the library and i2c demo, can you double check it, how to reproduce your issue


Have a great day,
Daniel

0 项奖励
523 次查看
chrissolomon
Contributor III

Hi Daniel,

sorry, yes you're right - in the bsp makefile i2c_int_ki2c.c had been changed to i2c_int_ki2c_legacy.c - I missed that change, and that was the source of the problem.

Thanks for the swift response, sorry to have cried wolf!

Chris

0 项奖励