STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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:...

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
  • 109 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
  • 88 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
  • 326 Views
  • 10 replies
  • 0 kudos

STM32F405 + tlv320aic3204 - Audio Driver

Hi everyone, I hope someone can help me find or create a driver to communicate the tlv320aic3204 with the stm32f405 on my own custom board. I have been trying to replicate this tutorial (STM32 I2S ADC DMA & Double Buffering - Digital Audio Processing...

stm32 custom bootloader

"I am currently developing a custom bootloader for the STM32F072RBT6 microcontroller. The bootloader is functioning correctly in terms of receiving via UART and writing application code of varying sizes into flash memory . I have verified the correct...