STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

problems with timers and i2c

hello, i'm using a stm32f4 discovery to control a dc motor, for this i've used different timers for the different actions i have to do in this one, TIM2 is in charge of reading encoder, TIM3 is the pwm generator that goes to a H bridge, TIM4 i use it...

Cnnon.1 by Associate
  • 1553 Views
  • 2 replies
  • 0 kudos

Resolved! AN4661 interface signal layout guidelines for high speed SDMMC operation states "keep the same number of via between data signals". Am I interpreting this correctly?

I am interpreting this to mean that each data signal (including CMD line) should all contain equal number of vias. For example if line D0 is routed to MCU and this trace requires 2 vias on its path to the MCU then all other data signals should also c...

RMora.4 by Associate III
  • 1183 Views
  • 2 replies
  • 0 kudos

Resolved! Clock recovery system CRS

Hello,I have problem with CRS (Clock recovery system) in STM32F091xx. I use HSI48 and I want to generate synchronization with LSE (32.768 kHz).How to set FELIM in CFGR register and TRIM in CR register ?Thank your for help.

pferd by Associate III
  • 1287 Views
  • 3 replies
  • 0 kudos

PWM capture with TIMER (with DMA)

I have configured TIMER2 to capture PWM input (Basically PWM inputmode). Both CCR1 and CCR2 captures period and ontime of the PWM signal respectively. I configured DMA to captures these two registers CCR1 and CCR2 by configuring array of two 32bit bu...

Shakthi by Associate II
  • 1911 Views
  • 4 replies
  • 0 kudos

RTC Initialization have a problem.

HiI created my new project follow SubGHz Phy Ping Pong example project. This is my MX_RTC_Init() function:void MX_RTC_Init(void) {   /* USER CODE BEGIN RTC_Init 0 */   /* USER CODE END RTC_Init 0 */   RTC_TimeTypeDef sTime = {0}; RTC_DateType...