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

Can TIM one pulse mode support two channels?

Hi, I try to use STM32 timer with one pulse mode and two output compare channels. I use cubeMX initialize the code, but now I have question abut how to enable two channels OC?HAL library provide function HAL_TIM_OnePulse_Start(), which only have one...

jeffz by Associate II
  • 971 Views
  • 2 replies
  • 0 kudos

Capturing an Image from Camera Interface, saving it to Internal Memory and displaying it with a user defined button from Stemwin

Hello All,I am currently using STM32F746G-DISCO board for prototyping my smart home system application. I am using Stemwin for graphics. My application runs the camera on continuous mode on a rectangular window on top of a graphic window which has bu...

SLavi by Associate II
  • 428 Views
  • 0 replies
  • 0 kudos

Hello, guys! I have problem with STM32L0 ADC. I measure VrefInt voltage but the behaviour of the ADC is not stable - it reports corect values(4095) alongside with incorrect values (1950)?! Would you please help me.

Initialization:static void MX_ADC_Init(void){ ADC_ChannelConfTypeDef sConfig;  /**Configure the global features of the ADC (Clock, Resolution, Data Alignment and number of conversion)  */ hadc.Instance = ADC1; hadc.Init.OversamplingMode = DISABLE; ha...

LMehm by Associate II
  • 685 Views
  • 2 replies
  • 0 kudos

Encoder Interface on TIM2-TIM5

Posted on November 20, 2012 at 15:48Hello, I am having difficulty configuring the quadrature encoder interface on timers 2 through 5.  I have successfully configured the encoder interface on timers 1 and 8, using the code below: TIM_TimeBaseInitType...

Resolved! DMA1, 2 and DMAMUX - how to do it?

Hello,I am porting a project from STM32F4 to STM32H7. This project uses DMA1 and DMA2 with timer 8 and DAC and it works fine on STM32F4 but I can't get DMA running on STM32H7. Up to now I understood it this way that all I have to do is set the right ...

What‘s the actual GBW of OPAMP in STM32F303?

(yellow line: non inverting inputblue line: output of OPAMP )Hi,I am using the NUCLEO-F303RE board and now I am testing the OPAMP3 , which is one of the peripherals in STM32F303. I have set the PA1 as non inverting input, PB2 as inverting input. And...

0690X000006CTW4QAO.bmp
KMak by Associate
  • 551 Views
  • 1 replies
  • 1 kudos