STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H743 HRtimer PWM

hi i'm using HRTIM for PWM output.i could complete pwm output. but i want to stop it at pulse count that I want.is there any good way to stop output at i set pulse counts??​

klee.15 by Associate
  • 503 Views
  • 2 replies
  • 0 kudos

H750VBT6 BKPSRAM can't keep DATA

 /* Enable write access to Backup domain */ PWR->CR1 |= PWR_CR1_DBP; while((PWR->CR1 & PWR_CR1_DBP) == RESET) { } /*Enable BKPRAM clock*/ __HAL_RCC_BKPRAM_CLK_ENABLE();   *(__IO uint32_t*)(0x38800000+36) = 12345678;run to here, DATA 12345678 is writt...

ZYubi by Associate III
  • 504 Views
  • 2 replies
  • 0 kudos

DMA Overhead (ADC to RAM)

STM32F446 in my case...When the ADC finishes a conversion and the DMA controller deposits the converter data into memory, what is the overhead ? i.e. How long does it take ? Is this shown in the documentation anywhere ?I would assume that as soon as ...

STM32L4S5 enabling internal pulldown

Hi,We are using PF3 for one of our output function and we need to pull that pin down internally. So we are configuring that pin as output enabling clock etc and using LL driver "LL_GPIO_SetPinPull" function with port and pin with argument "LL_GPIO_PU...

0690X0000087jvcQAA.jpg
RTT by Associate
  • 439 Views
  • 2 replies
  • 0 kudos