STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Time-based input capture

Hi all, I have an application where I'm trying to use input capture to capture pulse intervals in a specific period of time.  At maximum, the pulses will happen frequently enough that I can't use the straight interrupt capture with HAL_TIM_IC_Start_I...

Problem with peripheral register configuration on STM32F303RE — only UART and TIM3 work, others (TIM2, TIM4, GPIO) cannot be configured

Hi,I'm working on an STM32F303RE project.So far, only the UART and TIM3 are working properly.I successfully configured TIM3 in PWM mode on 3 channels, and everything runs as expected. Project is build only on CMSIS libirary. void clock_config(void) {...

Moving code from G030 to C011

Hi AllI have a breakout board, I've been testing some ws2812 code , I'm using  TIM1 with DMA + PWMI developed the code on the G030, it's a 32 pin package.I'm using internal clock and have it running at 48MHz for Timers.Works has intended.  Switch to ...

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

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
  • 229 Views
  • 10 replies
  • 0 kudos

STM32H5 and EEPROM emulation with XCUBE-EEPROM

Hi,I'd like to have some feedback about the use of XCUBE-EEPROM library on STM32H563.Is it functionnal and reliable ?After digging into the code, i have few questions: MPU_init()In the MPU_init() function there's a configuration  with no explanation ...

gh_rcl by Associate II
  • 38 Views
  • 0 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...