Hi,
If the BUS_CLK clock frequency is 30MHz, the baud rate will be:
case1:
using BUS_CLk - 0104(RATE), baud rate=BUS_CLK/(16 *SBR)=30MHz(16*32.5)=57.7KHz instead of 115.2KHz
using 2XBUS_Clk - 0209(RATE),baud rate=2XBUS_CLK/(16 *SBR)=60MHz(16*65)=57.7KHz instead of 115.2KHz
Obviously, the code generated by PE has issue. Now and in the coming days, only SDK will be supported.
Sorry for the incorrect code.
BR
XiangJun Rong