Replies: 3 comments 2 replies
-
HI @utya, Knowing that variant Stm32L476JG doesn't yet exist in this core, which variant did you used ? |
Beta Was this translation helpful? Give feedback.
-
@ABOSTM |
Beta Was this translation helpful? Give feedback.
-
nucleo-L476RQ doesn't exist, I guess you mean nucleo-L476RG. But PG_12 is defined in PinMap_UART_RTS[] for Stm32L476JG So I strongly suggest to follow the wiki to add your variant: |
Beta Was this translation helpful? Give feedback.
-
Hello. My gps uses CTS/RTS pin.
Im using Stm32L476JG, how i can enable cts/rts. The gps connected to USART. I tied
HardwareSerial Serial1(PA_10, PA_9);
Serial1.setCts(PB_4);
Serial1.setRts(PG_12);
please help
Beta Was this translation helpful? Give feedback.
All reactions