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

combining example and cubemx projekt

Hii'm working on a projekt where we want to use the LoRaWAN capability's of the B-L072Z-LRWAN1 borde as well as it's adc's and dac's to do this we set up the adc/dac with cubemx but also use the example projekt from the I-CUBE-LRWAN "expansion" packs...

thejsm by Associate
  • 965 Views
  • 3 replies
  • 0 kudos

OCTOSPI: NCS stays high on STM32U5A9

I am trying to access a NOR flash via OctoSPI1. CLK is connected to PF4, NCS is connected to PI5. While I can see clock cycles on PF4, PI5 stays high all the time.Does anyone have an idea, what could be wrong?Trust zone is disabled. The register sett...

Meixner by Associate III
  • 1375 Views
  • 3 replies
  • 0 kudos

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
  • 1403 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
  • 1255 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...