Skip to content
Snippets Groups Projects
Commit 1a0ce20a authored by Martin Krause's avatar Martin Krause
Browse files

TQM5200: fix spurious characters on second serial interface


With this patch PSC3 is configured as UART. This is done, because if
the pins of PSC3 are not configured at all (-> all pins are GPI),
due to crosstalk, spurious characters may be send over the RX232_2_TXD
signal line.

Signed-off-by: default avatarMartin Krause <martin.krause@tqs.de>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent be4a87f1
No related branches found
No related tags found
No related merge requests found
...@@ -547,7 +547,7 @@ ...@@ -547,7 +547,7 @@
# if defined (CONFIG_TQM5200_REV100) # if defined (CONFIG_TQM5200_REV100)
# error TQM5200 REV100 not supported on STK52XX REV200 or above # error TQM5200 REV100 not supported on STK52XX REV200 or above
# else/* TQM5200 REV200 and above */ # else/* TQM5200 REV200 and above */
# define CFG_GPS_PORT_CONFIG 0x91500004 # define CFG_GPS_PORT_CONFIG 0x91500404
# endif # endif
# endif # endif
#elif defined (CONFIG_FO300) #elif defined (CONFIG_FO300)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment