What's the differences between code example "CE95363-Code Example" and "CE222306-Code Example" ?!

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Tim_Shih
Level 5
Level 5
250 sign-ins 50 replies posted 50 questions asked

Dear Receiver, 

I found "CE95363-Code Example" and "CE222306-Code Example" are all I2C Master code examples.

I would like to know what're their differences ?!

I2C Master just read from slave and write to slave. Why there are 2 different code example ?! 

After I check these 2 codes, I found CE95363 is near my requirement. But I still feel confused about CE222306.

What's the meaning of high level master and low level master ?!

Thank you so much.

0 Likes
1 Solution
Sahil_K
Moderator
Moderator
Moderator
First like given 100 solutions authored 250 sign-ins

HI @Tim_Shih 

Thanks for waiting, I hope you are doing fine. 

Annotation 2022-08-19 173102.pngAnnotation 2022-08-19 173132.png

Technically there is no difference in code examples of CE222306 and CE95363. In the CE222306 code example, i2c communication is done by both methods High-level and Low-level implementation in two separate projects. Whereas in the CE95363 code example we are doing only High-level i2c communication.

For Your reference, I am attaching the datasheet for CE222306, you can go through it for High-level and Low-level implementations.

Please, Let us know if you have further issues.

Thank You

Best Regards

Sahil Kumar

View solution in original post

0 Likes
1 Reply
Sahil_K
Moderator
Moderator
Moderator
First like given 100 solutions authored 250 sign-ins

HI @Tim_Shih 

Thanks for waiting, I hope you are doing fine. 

Annotation 2022-08-19 173102.pngAnnotation 2022-08-19 173132.png

Technically there is no difference in code examples of CE222306 and CE95363. In the CE222306 code example, i2c communication is done by both methods High-level and Low-level implementation in two separate projects. Whereas in the CE95363 code example we are doing only High-level i2c communication.

For Your reference, I am attaching the datasheet for CE222306, you can go through it for High-level and Low-level implementations.

Please, Let us know if you have further issues.

Thank You

Best Regards

Sahil Kumar

0 Likes