STM32 MCUs Embedded 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
  • 4926 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
  • 691 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
  • 2469 Views
  • 9 replies
  • 1 kudos

STM32G431 Flash from UART Problem

Hello , I'm using Nucleo-G431RB board , and I am trying to flash the MCU via UART1 using PA9 and PA10 pins but I can't make it work .. I get an error like "Error: Activating device: KO. Please, verify the boot mode configuration and check the serial ...

BG1 by Senior
  • 2426 Views
  • 6 replies
  • 1 kudos

STM32 HID keyboard descriptor (USAGE ID codes)

Hello. I'm trying to implement a laptop keyboard on a microcontroller. I can not find usb codes for some fn buttons. The usb protocol has descriptions for combinations of changing the display brightness, volume, media keys, but more is needed. Can so...

MPano.1 by Associate
  • 1454 Views
  • 1 replies
  • 0 kudos