Iam using Serial LDD component in Code worrier 11.1 and setting the baud rate of 115200 in the configuration but in actual generated code it is setting the baud rate as 57600 i.e., 1 index less in baud rate table, this is same for all baud rate, can I get a solution for this to set it as required.
Hi,
Hope it can help you
BR
XiangJun Rong
yes in both the cases it is setting that same .
that means if we configure it for 115200 it setting baud rate of 57600
and if we configure it for 230400 it setting baud rate of 115200
Hi,
Okay, it appears that it is a bug of Processor Expert, in the debug, pls read the QSCIx_RATE register, and tell us the BUS_CLK clock frequency you are using, then compute the baud rate of SCI based on the BUS_CLK or 2XBUS_CLK.
If baud rate does not match with the expected, it is a bug of PE.
Hope it can help you
BR'
XiangJun Rong
Iam using 30MHz of bus clock frequency and operating CPU in fast mode which intern sets core clock frequency and system clock frequency as 60MHz, and we debugged using both BUS_Clk and 2XBUS_Clck and got below values of QSCIx_RATE and QSCIx_CTRL3 registers respectively.
using BUS_CLk - 0104(RATE), 0000(CTRL3)
using 2XBUS_Clk - 0209(RATE), 0000(CTRL3)
and we also found that TimerInt_LDD component we are getting interrupt at double the time set in configuration that means if we configure it as 100us getting interrupt at 200us.
Hi,
can i get SDK for my controller (MC56F82746)?
Hi,
As you know that MC56F82746 does not have tower board, so you have to select Processor as the following fig:
Hope it can help you
BR
XiangJun Rong
even after downloadind SDK of 2746 getting the project of 2748