What is CHECK_INTERFACE_VERSION(xsi) checking

If you have a simple question and just want an answer.
Post Reply
IgorLopez
Member++
Posts: 25
Joined: Tue Mar 11, 2014 8:16 pm

What is CHECK_INTERFACE_VERSION(xsi) checking

Post by IgorLopez »

Hi,

I have written a plugin to act as a I2C Master for my I2C Slave running on a startkit board.
Since my application is not working properly I am trying to debug this with the simulator.
Reading the documentation there is a section where it states:

The call to CHECK_INTERFACE_VERSION checks whether the version of the interface supported by the simulator is compatible with the version of the interface library used to compile the plugin.

This test fails when I run xsim with my plugin(so I have commented away that test) and since I get other strange behaviour when xsim is running the plugin_clock function I am wondering if they are connected.

/Igor



Post Reply