There was no any errors after the correct baud rate was set.
We have repeated the testing. It looks that you are correct on the possible impact of BRK on autobaud.
We monitored the input signals with a scope.
It looks that UCC7 did declare the reception of bytes and BRKs that were not sent by DCE at all (confirmed with scope), although we did not see any un-expected BRK or un-expected characters to UCC7 Rx through the scope.
For example,
- one byte (0x35, for ‘5’ ) from DCE was declared at UCC7 as three Rx events with bytes 0x1c 0xfc 0xfc. (see Test Case Group 1)
- one byte (0x41, for ‘A’) from DCE was declared at UCC7 as one Rx event with byte 0x1c and a BRK event (see Test Case Group 2)
It was found in the following two group of test cases that
- a specific set of characters seems to always trigger correct BRGC baud rate locking (Test Case Group 1), and
- an another specific set of characters (Test Case Group 2) always trigger incorrect BRGC baud rate locking. In these cases, the un-existing BRKs from DCE were always reported by UCC7 UCCE register.
-------Test Case Group 1: (correct baud locking cases, no BRKs)

DCE(19200) send Rx single "5" (Screenshot_2017-05-10_05_105717.png)
UCC7 saw 3 Rx: 0x1c 0xfc 0xfc locked_brgc=0x1268a (locked_baud:14916) locked baud close to 19200/ok_translate!
rxbd Stat Len DataPtr Data
0x26278040 0x1800 0x0001 0x2627b000 0x1c E:0 W:0 I:1 C:1 A:0 CM:0 ID:0 AM:0 BR:0 FR:0 PR:0 OV:0 CD:0
0x26278048 0x1010 0x0001 0x2627b001 0xfc E:0 W:0 I:1 C:0 A:0 CM:0 ID:0 AM:0 BR:0 FR:1 PR:0 OV:0 CD:0 ERROR
0x26278050 0x1800 0x0001 0x2627b002 0xfc E:0 W:0 I:1 C:1 A:0 CM:0 ID:0 AM:0 BR:0 FR:0 PR:0 OV:0 CD:0
three RX events received, no brk.
7: ucce=0x1[AB:0,IDL:0,GRA:0,BRKE:0,BRKS:0,CCR:0,BSY:0,TX:0,RX:1]
8: ucce=0x1[AB:0,IDL:0,GRA:0,BRKE:0,BRKS:0,CCR:0,BSY:0,TX:0,RX:1]
9: ucce=0x1[AB:0,IDL:0,GRA:0,BRKE:0,BRKS:0,CCR:0,BSY:0,TX:0,RX:1]
note from testing:
characters (4 5, 6, 7, 9, D to I, Q, T to Y, a to o, s to z) triggered corrected BRGC locked baud mostly.
-------Test Case Group 2: (incorrect baud locking cases), with BRKs

Step1: DCE(19200) send Rx single "A" (Screenshot_2017-05-10_06_110124.png)
Step2: UCC7 saw 1 Rx: 0x1c
rxbd Stat Len DataPtr Data
0x26278040 0x1810 0x0001 0x2627b000 0x1c E:0 W:0 I:1 C:1 A:0 CM:0 ID:0 AM:0 BR:0 FR:1 PR:0 OV:0 CD:0 ERROR
ucce=0x1[AB:0,IDL:0,GRA:0,BRKE:0,BRKS:0,CCR:0,BSY:0,TX:0,RX:1]
UCC7 also saw an unexpected BRKS event which does not exist according to the scope
ucce=0x60[AB:0,IDL:0,GRA:0,BRKE:1,BRKS:1,CCR:0,BSY:0,TX:0,RX:0]

Step 3: DCE(19200) send Rx single "A" again (Screenshot_2017-05-10_07_110302.png)
Step 4: UCC7 saw 2 Rx: 0x1c 0xF8 locked_brgc=0x1203e (locked_baud:390625) locked baud far away from 19200!
rxbd Stat Len DataPtr Data
0x26278040 0x1810 0x0001 0x2627b000 0x1c E:0 W:0 I:1 C:1 A:0 CM:0 ID:0 AM:0 BR:0 FR:1 PR:0 OV:0 CD:0 ERROR
0x26278048 0x1800 0x0001 0x2627b001 0xf8 E:0 W:0 I:1 C:1 A:0 CM:0 ID:0 AM:0 BR:0 FR:0 PR:0 OV:0 CD:0
there is no brks:
ucce=0x1[AB:0,IDL:0,GRA:0,BRKE:0,BRKS:0,CCR:0,BSY:0,TX:0,RX:1]
ucce=0x1[AB:0,IDL:0,GRA:0,BRKE:0,BRKS:0,CCR:0,BSY:0,TX:0,RX:1]
Step 5: DCE(19200) send Rx "AAAAAAAAAA"
Step 6: UCC7 saw fc f0 f0 f0 fe f0 f0 f0 f0 f0 note: there was no errors reported by BD status for receiving "AAAAAAAAAA"
note from testing:
characters ( 0,12,3,8, and all letters except for "D to I, Q, T to Y, a to o, s to z") triggered uncorrected BRGC locked baud.