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

DMA-SPI triggered by Timer STM32G4

Hello, I have an STM32G474VEH6 and we have the main function running a code at 20kHz that takes almost all the period to be executed. We also use ADC and PWM synchronised to convert at the period start. Now we also have to read a 64bit SPI slave in m...

JordiM by Associate
  • 179 Views
  • 1 replies
  • 0 kudos

BLE P2P router setup for STM32WB55

I’m looking for comprehensive materials and guides on setting up BLE P2P router profile for STM32WB55 microcontroller.I need more detailed instructions than those provided in the official documentation (https://wiki.st.com/stm32mcu/wiki/Connectivity:...

Kapciokl by Associate
  • 119 Views
  • 1 replies
  • 0 kudos

Resolved! BSP_PWR_VBUSGetVoltage Obsolete?

Hi,I am starting to implement USB PD Sink application and i run into issue.I followed the AN5418.Seems the BSP_PWR_VBUSGetVoltage is Obsolete and i did not find any info how to implement it in alternative way. Found some posts that hint this might be...

sir_urx by Associate
  • 170 Views
  • 2 replies
  • 1 kudos

Resolved! STM32F732, RTO interrupt do not working

Hi all, I use UART8 of the STM32F732VE with 921600bps. And I want to use UART rx dma with RTO interrupt in the following sequence. 1. __HAL_UART_ENABLE_IT(&huart8, UART_IT_RTO)//interrupt enable 2. huart8.Instance->RTOR = 0xff00 //set timeout 3. HAL...

Hosung by Associate II
  • 119 Views
  • 1 replies
  • 0 kudos

Count External Clock pulses

Hi Team, Currently I am working with STM32U575ZiTx SOC and I am using Tim3 for counting external clock pulses, Can you guide me with the code please. Below is my requirement :  1. What is the maximum frequency of the incoming signal? (To ensure the t...

ram_jan by Associate II
  • 445 Views
  • 10 replies
  • 0 kudos