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

STM32G0B1 Composite USB

Hello I'm using a STM32G0B1. I programm it with CubeIDE 1.13.2. I used the CubeMX to define the hardware and I also use the HAL together with FreeRTOS.I want to configure the MCU as a composite USB device. It should provide HID and VPC (Uart) for con...

Katagia by Associate II
  • 1619 Views
  • 1 replies
  • 0 kudos

STM32F205ZET + USB3320 (USB HS Host MSC)

Hello everyone,I'm working on a new project that needs USB communication between two controllers. My initial design was based on the STM32L552, but due to market availability, I had to switch back to the STM32F205Z. So, everything has changed includi...

0693W00000UnRODQA3.png
Zaher by Senior II
  • 1453 Views
  • 1 replies
  • 0 kudos

RTC Issue with STM32LCVT6TR

I am very new to STM32 platform and this is our first project on STM32. We are facing issues with STM32LCVT6TR RTC.This RTC has Alarm A and Alarm B set at predefined times and go into the shutdown mode and they should wake up on predefined alarms A a...

UART Interrupt problem with STM32L412KB

 I am encountering an issue with UART receiving interrupt, where it intermittently stops receiving data after a series of AT commands have been sent to a GSM modem. The UART communication is configured to use DMA for data transfer, and we have assign...