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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
604 Views
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

Tags (3)
0 Kudos
1 Solution
438 Views
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

View solution in original post

0 Kudos
2 Replies
439 Views
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 Kudos
436 Views
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 Kudos