I tried the follwoing code in the init
Original
/* 8-bit mode. Normal operation */ sci_ptr->SCIC1 = 0;
Changed
/* 8-bit mode. Normal operation */ sci_ptr->SCIC1 = 0x03;
Then i recompiled and ran the program. But iam getting error
解決済! 解決策の投稿を見る。
I forgot to set the data length to 9 bits. Parity bit is added as the 9th bit.
元の投稿で解決策を見る