2007-04-25 09:47 PM
any UART sample code runs on STR711-SK/IAR?
2007-04-22 11:40 PM
Does anyone get UART sample code runs on STR711-SK/IAR?
not on STR710-EVAL!2007-04-23 12:33 AM
There are examples in directory C:\....\ARM\examples\ST\STR71x\STR71xLibrary\examples\uart
but the example seems to use UART0, but the STR711-SK/IAR board 2 UART ports are UART1 and UART2? the code is not match with the hardware? and what can I see if the UART works? via Hyperterminal? what message I can see?2007-04-23 12:52 AM
I see the UARTx is selected by jumpers!
another question is can I use the program for baud rate higher than 9600? how to do it?2007-04-23 02:39 PM
thank you,
It works in UART polling sample code! in bps 9600 , the hyperterminal responds characters as I typed! But when I configure as 19200, the hyperterminal responds data not as I typed, for example, I press ''Enter'' 4 times, the hyperterminal responds as 2 question mark ''? ?'' !? anything wrong?