Trouble shooting an existing design using McBSP port to communicate to and SPI device.
The Clock Stop Mode is configured as follows: CLKSTP = 11b , CLKXP = 0, CLKRP = 0.
This is not a setting defined in table 6-2 of reference guide for McBSP (SPRUG80A rev Aug/2011).
Question #1 - How will the serial port perform with this undefined configuration? We are seeing occasional communication errors and want to know if this is root cause.
Question #2 - The MCLKR (receive clock) is programmed as an output but there is an external buffer driving the pin as a clock input. Could this make the port malfunction and produce errors?
Question #3 - Will configure pin to be an input (CLKRM=0) in re-design. Will enabling clock stop mode "force" the pin to be an output overriding the CLKRM configuration bit? (literature seems to imply this, but not clear).