2006-06-26 08:03 PM
2006-06-26 01:40 AM
Hi!
I have the following problem: Running on the ST evaluation board i have a STR710FZ2 to communicate with a PC via RS232. It works, but the baudrate is not the one i configured for the STR7. UART_Config (UART0, 9600, UART_NO_PARITY, UART_1_StopBits, UARTM_8D); Instead of 9600 bps i receive my messages with 38400 bps. Changing to 2400 bps in the STR7 i receive with 9600 bps. Where does this factor 4 come from? And what can i do to solve this problem? Thanks a lot for help! Michael2006-06-26 03:25 AM
Does the clock frequence of your board match the define in 71x_conf.h??
2006-06-26 08:03 PM
Now it is working! What a simple solution :-?