STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_UART_Transmit() and HAL_UART_Receive() API

I am using Nucleo board and Tera term for serial monitorI want to do simple addition programI want to take two values from serial monitor by typing (number + Enter ) and print back its additionExpect output on Serial monitor:enter value A : 5enter v...

RS009 by Associate III
  • 313 Views
  • 1 replies
  • 0 kudos

STM32H750XB USB I/Fs

Hi On STM32H750XB datasheet it says 2 x USBUSB OTG interfaces (1FS, 1HS/FS) .I configured the 1st port as FS, and the 2nd port as HS which connectd to external PHY (internal FS phy disabled) .I want to confirm that if the 2 ports can be used at diffe...

YHail.1 by Associate
  • 223 Views
  • 1 replies
  • 0 kudos

Resolved! HAL_UART_DMAStop does not stop DMA on UART RX

Using a Nucleo-G431KB developoment board, I played a bit with UART RX DMA.I started a DMA RX on a linear buffer, and would stop and then restart the DMA.I just observed that after receiving a couple of bytes, HAL_UART_DMAStop no longer stops the DMA ...

Jack3 by Senior II
  • 2354 Views
  • 2 replies
  • 0 kudos