STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ADC triggers only in rising edge PWM

Hi! ADC triggers only on rising edge of PWM signal. I want to trigger it at both rising/falling​ edge. When ADC=continous conversions, I can see some samples are 3V some 0V. But its random. So I changed continous conversions=disable.​Using HAL.​​Pwm ...

oeliks by Senior
  • 588 Views
  • 1 replies
  • 0 kudos

Does STM32H743 mcu support ONFI1.0?

I am going to use STM32H743 mcu.​And I am trying to configure the nand-flash memory test circuit using this chip (using the EVL board).What I want to ask is whether you can use nand-flash memory chip that supports only ONFI1.0 as STM32H743 chip.​Than...

IRyu.1 by Associate
  • 728 Views
  • 2 replies
  • 0 kudos

STM32F103RB RTC.

I encountered a strange problem today. I configured RTC in STM32F103RB and it was working properly since a year.. But yesterday the date was not incremented from 23-12-2019 to 24-12-2019. I tried to simulate the date and test it again. while testing,...

sne_123 by Associate III
  • 337 Views
  • 1 replies
  • 0 kudos

Regarding timer delay & Interrupt

void MX_TIM5_Init(void){ TIM_ClockConfigTypeDef sClockSourceConfig; TIM_MasterConfigTypeDef sMasterConfig; htim5.Instance = TIM5; htim5.Init.Prescaler = 84; htim5.Init.CounterMode = TIM_COUNTERMODE_UP; htim5.Init.Period = 99; //interrup...

saiteja by Associate II
  • 1567 Views
  • 12 replies
  • 0 kudos

Microsecond delay using timer in stm32L0

I want to generate the microsecond delay for stm32l083cz.when I using the configuration PLL clock ...32Mhz freq to APB1 which is connected to timer2 PSC -- 32-1 and Period 0xffff-1 Its working perfect and i am able to generate the microsecond delay.B...

Resolved! First timer delay missing -- AN4776 wrong?

I'm new here but have already gotten lots of good advice, so I'll press my luck and ask another question. Can't believe it hasn't come up before, but search doesn't find anything.Simplest possible timer example. Start counting down from ARR value, bu...

Resolved! Timer Configuration

Hi, I am using STM32F779NI for development. My requirements are:On PD15, i.e Timer 4 channel 4, I want to generate a PWM output.On PB7, i.e Timer 4 channel 2, I want to use it as an Input capture functionality.Is it possible to configure the Timer fo...

A3 by Associate III
  • 1634 Views
  • 10 replies
  • 1 kudos

PWM -> ADC & DMA

Hi, I want to​ trigger ADC with PWM, transfer it to array by DMA.​But first I have problem with setting dma.​......​Question 1.​Do I have to start HAL_ADC_Start before I use HAL_ADC​_Start_DMA​Or will this second function start adc & dma?

oeliks by Senior
  • 343 Views
  • 1 replies
  • 0 kudos