Hi, Since you're debugging both master and slave devices and also using breakpoints in the ISR(s), make sure you're following the guidelines provided in the comments at the top of the code example(s). //! If slave is in debug mode, P1.1 //! slave reset signal conflicts with slave's JTAG; to work around, use IAR's //! "Release JTAG on Go" on slave device. If breakpoints are set in //! slave RX ISR, master must stopped also to avoid overrunning slave //! RXBUF. Regards, James MSP Customer Applications
↧