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

How to get started with STM32L452 SDMMC interface

I am trying to use the STM32L452RE Nucleo to research an interface to an eMMC device. I have generated a project for this using STM32CubeMX. The eMMC device I am using has its interface voltage connected to 3V3, however, when I look at the CLK output...

Resolved! GPIO Output speed range STM32H7

Hi,I am working with STM32H743ZII was configuring GPIO output pins and I have to define "speed" which I assume is related to opamp slew rate. But I have a problem with the units, I can choose between "Very high", "High", "Medium", "Low". After readin...

[USART] half-duplex and synchronous mode at the same time

Is it possible to use half-duplex mode and synchronous mode in the USART at the same time?I am trying to use USART with half-duplex mode and synchronous mode.When I refer to RM, it says "the synchronous mode is selected by writing the CLKEN bit in th...

HEhat.1 by Associate II
  • 689 Views
  • 1 replies
  • 0 kudos

Resolved! I have a timer set up to measure the input PWM period on channel 1 and pulse width on channel 2 as outlined in the reference manual and it works fine. However, when I stop the input signal, the capture registers are never reset to indicate 0 frequency.

Timer configurations are as follows:   // Control registers(input PWM on channel 1 and 2[pin 12 & 13])  TIM4->CCMR1 |= TIM_CCMR1_CC1S_0 ; // Active input for tim_ccr1  TIM4->CCMR1 |= TIM_CCMR1_CC2S_1; // Active input for tim_ccr2   TIM4->CCER  |= TIM...

bmose.2 by Associate
  • 1287 Views
  • 2 replies
  • 0 kudos