大家好!
我们用MC9S08QE32发现串口数据紊乱,但是用MC9S08QE128发现程序正常,请问大家是什么原因? 下面是我们的测试代码:
unsigned char *string1=" Welcome \r\n";
MCU_Init(); /* Function that initializes the MCU */
ISC_init();
SCI_init();
GPIO_Init(); /* Function that initializes the Ports of the MCU */
SCI_TX(string1);
EnableInterrupts; /* enable interrupts */