For SPI and UART setting SWRST clears all the error conditions and aborts in-progress activity. For I2C doing so does not clear the request to transmit NACK, STT, or STP. Update the code to make this consistent without putting single-master--specific behavior into vBSP430serialSetReset_ni(). Coordinate with #59.
For SPI and UART setting SWRST clears all the error conditions and aborts in-progress activity. For I2C doing so does not clear the request to transmit NACK, STT, or STP. Update the code to make this consistent without putting single-master--specific behavior into vBSP430serialSetReset_ni(). Coordinate with #59.