Hello,
I am debugging a simple project of i2c with other board. I just have 2 functions, one to write and the other to read. In main, I call this functions, first writing and then reading the same register.
Well, the issue is that when I am debugging "Step Into" button all works fine, but if I debug with "Step over" it doesn´t work properly and take differents results or just don't change from zero.
I have tried many times and always the same problem. What is happening?
Thanks!