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

Hello, We have a design whereby one of the STM32 RX inputs is driven hi by an external unit before the STM32 is powered up. This somehow prevents the STM32 from booting when power is applied to the STM32. Can someone shed any light on this please?

Hello, We have a design whereby one of the STM32 RX inputs is driven hi by an external unit before the STM32 is powered up. This somehow prevents the STM32 from booting when power is applied to the STM32. We can manually reset the STM32 after that an...

JBarr.7 by Associate II
  • 1324 Views
  • 6 replies
  • 0 kudos

STM32 PWM and break input from comp

Hello!I have a question regarding pwm and the break input function from the comparator. I am using a STM32F303 and generating a complementary pwm outpout with timer20 on ch1 and nch1 with a deadtime. This is working just fine. Now I wanted to implem...

How to configure DMA when STM32F469 uses 16 bit SDRM?

Hi:​Let me ask you a question. When use 32 bits of SDRAM in STM469 official routines, DMA is configured as follows: /* Configure common DMA parameters */ dma_handle.Init.Channel = SDRAM_DMAx_CHANNEL; dma_handle.Init.Direction ...

ac.2 by Associate II
  • 913 Views
  • 3 replies
  • 0 kudos

STM32F769 DMA and Cache Issue

Dear ST,I have the following issues.I used ADC1 with DMA2_Stream0, ADC3 with DMA2_Stream4.If I don't enable cache, it works properly.Once I enable ICache and DCache, ADC readings are not correct.Please advise me how to make it work.Thanks.Regards,Thi...