STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bad math continues to persist

I've complained about this before, but it is still broken and shows lack of grasp.STM32Cube_FW_L4_V1.13.0\Projects\NUCLEO-L432KC\Examples\RTC\RTC_LSI\Src\main.cThe following code results in answers which are a multiple of 8, and loses precision which...

What is Input Capture Indirect Mode?

I have checked for Input Capture Indirect Mode, however I couldn't understand what and how about it. I have read the Timer Cookbook provided by ST in detail and it talks about Input Capture mode. I have programmed my STMF446ZE Nucleo board to read in...

ANand3 by Associate II
  • 6188 Views
  • 2 replies
  • 1 kudos

input capture indirect mode

Posted on May 07, 2018 at 17:15Hello, I am new in stm32. I am trying to configure timer. I don't understand input capture indirect mode. Does anybody know how to use it? I am trying TIM3, I found channel 3 can be input capture indirect mode.thanks.

yang hong by Associate III
  • 3473 Views
  • 3 replies
  • 1 kudos

Resolved! NUCLEO-L476RG Input Capture Is Not Capturing

Hello:Using IAR EWARM 7.8 for these tests. IAR provides working HAL examples for the STM32F4 Discovery boards. They have a specific example for both input capture, and PWM capture on the STM32F4 Discovery. Both examples work....both capture a 2KHz sq...

Why low the GPIO output speed?

Dear ST Community,The MCU type is: STM32F407VGT6I try to write GPIOx->ODR register with DMA2. The trigger signal is TIM1 update event. I set the timer period frequency is 9Mhz and i measure 4.429Mhz on GPIO pin. Why?here is my code:#include "stm32f4x...

ExtSol by Associate II
  • 541 Views
  • 2 replies
  • 0 kudos