I'm trying to communicate with an EEPROM chip using SPI. When I run under the debugger, the EEPROM doesn't respond; without the debugger running, it seems to work fine.
What difference could running under the debugger be making?
I'm trying to communicate with an EEPROM chip using SPI. When I run under the debugger, the EEPROM doesn't respond; without the debugger running, it seems to work fine.
What difference could running under the debugger be making?
Depends on your EEPROM, if it does not like breaks in between SPI read/write bytes then it probably wont respond. Check the commands sent to the EEPROM and its response using logic analyzer with and without debugger.
Depends on your EEPROM, if it does not like breaks in between SPI read/write bytes then it probably wont respond. Check the commands sent to the EEPROM and its response using logic analyzer with and without debugger.