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 Trigger ADC1 with TIM1_CH4?

On the STM32F401RE, I'm trying to get a compare match on CC4 on TIM1 to trigger an ADC conversion in injected mode, but the ADC is never seeing the trigger.How do I set TIM1 to generate the TIM1_CH4 trigger on a compare match on CC4?TIM1->CR2 has an ...

jerry2 by Senior
  • 3249 Views
  • 9 replies
  • 1 kudos

Resolved! STM32F429 TIM1 trigger flag (TIF) issue

I have TIM1 configured in one pulse mode triggered by rising edge on TIM1_CH1 to generate single pulse. Timer works correctly (generate single pulse for each rising edge on input). Datasheet claims that TIF flag is set on trigger event in all modes b...

how iadd .o file link in ld file ?

i'm using stm32H7,i want to use ITCM/DTCM ram,so i want add .o file in stm32H7XXXXX.ld filei try .main_section { . = ALIGN(4); CORE/src/main.o(.data); . =ALIGN(4)}>ITCMRAM​​but gcc report errorso i want to known how fix it​?

Hhaon.1 by Associate II
  • 656 Views
  • 3 replies
  • 0 kudos

How to use DMA control GPIO in STM32H750 series?

OK, I am using STM32H750BV, I have a driver that needs very critical timing control, so I want to use DMA trigger by timer, transfer memory data to GPIO BSRR register, let GPIO can according to time pass to generate the signal, but most of all refe...

EHD by Associate II
  • 608 Views
  • 2 replies
  • 0 kudos