STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

my UART interrupt doesn't work

Hello,I am working on a project with a Nucleo-G431KB. I am using UART1 to receive GPS data (LEA-6S module, 9600 baud, 3.3V) on pin PB7 (RX), and I send data to a LoRa module (Ebyte E32868T20 module, 3.3V,  9600 baud too) on PB6 (TX).I configured UART...

tibaal by Associate
  • 192 Views
  • 9 replies
  • 3 kudos

Resolved! spi clk issue

hi im using stm32g474vet6 mcu , im using spi in dma mode of both tx and rx and made dma in circular mode.what happens means when i start a first tx or rx itself spi clk is coming continuously. what to do , it is due to circular mode.if (send_spi_cmd ...