Hi,
I'm working on the MSP4305310 along with M24LR64E and using I2C as the method to transmit and receive data. When debugging the code step by step I'm able to see the slave address and later bytes (the later bytes however are shown on the oscilloscope after I restart the debugger and that's when they get released). So my first problem is why that happens? My second is that when debugging the code and just hitting the 'go' button and not stepping through the code, why is it that I only see the slave address and the NACK bit? Even if I do restart the debugger, no data is released then either.
If anyone knows what the issues could be, please let me know. I know I haven't posted any code but I was hoping these were more general questions and did not need code posted.
Thank you