STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 5017 Views
  • 2 replies
  • 0 kudos

Can I get the CDC_Receive_FS () to read data character-by-character instead of the receiving the entire packet?

I am trying to transmit/receive data via Virtual COM port in the STM32L5xx using the USB CDC libraries. I understand that the entry to the CDC_Receive_FS() would give me an entire packet of data that I enter on the serial terminal. I would like to kn...

Jansunil by Associate II
  • 707 Views
  • 1 replies
  • 0 kudos

Connection Problems with Nx_TCP_Echo_Client

helloWe have some problems to run the "32L496GDISCOVERY\Nx_TCP_Echo_Client" from the "STM32CubeExpansion_CELLULAR_V7.0.0" package (with AZURE RTOS).What we did so far: we changed the entries in "plf_cellular_config.h" to meet the requirements of our ...

MiEx13 by Associate II
  • 2531 Views
  • 9 replies
  • 1 kudos