20190816

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
VASKO
Date:
Sun Aug 11 20:43:46 2019 +0000
Parent:
28:55cd0598543b
Commit message:
USART6 instead of USART3 on F429I-DISC1.

Changed in this revision

TxRxService.h Show annotated file Show diff for this revision Revisions of this file
diff -r 55cd0598543b -r 3cb748dd766d TxRxService.h
--- a/TxRxService.h	Sun Aug 11 18:31:23 2019 +0000
+++ b/TxRxService.h	Sun Aug 11 20:43:46 2019 +0000
@@ -25,7 +25,7 @@
   #elif defined TARGET_NUCLEO_F072RB
     #define WorkTx PA_9  // USART1
   #elif defined TARGET_DISCO_F429ZI
-    #define WorkTx PD_8  // USART3; USART1(PA_9,PA_10) используется для терминала
+    #define WorkTx PG_14 // USART6; USART1(PA_9,PA_10) используется для терминала
   #elif defined TARGET_NUCLEO_F031K6
     #define WorkTx USBTX
   #else
@@ -38,7 +38,7 @@
   #elif defined TARGET_NUCLEO_F072RB
     #define WorkRx PA_10 // USART1
   #elif defined TARGET_DISCO_F429ZI
-    #define WorkRx PD_9  // USART3; USART1(PA_9,PA_10) используется для терминала
+    #define WorkRx PG_9  // USART6; USART1(PA_9,PA_10) используется для терминала
   #elif defined TARGET_NUCLEO_F031K6
     #define WorkRx USBRX
   #else