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

TIM1 configuration and it's behavior

Posted on December 28, 2011 at 02:30Hi, first of all sorry for my english but I hope you will understand me.Here is a TIM1 configuration form DSO nano project. I've rewrited it to more readable format:TIM1->PSC = 30;TIM1->ARR = 35;TIM1->CCR1 = (35+1...

pawelcit by Associate
  • 622 Views
  • 2 replies
  • 0 kudos

PWM mode output case

Posted on December 26, 2011 at 18:42I want to generate a signal of frequency 250 kHz with a duty cycle of 50%. after 100 cycle the output has to be low continuously until next fifty cycle and again the trend is to be continued. Can anyone suggest me...

STM32F4x7 MAC problems

Posted on December 22, 2011 at 07:09Hello, I am working on initializing the Ethernet/MAC code on the STM32F4 Discovery, with the STM32F407VG processor.  I have used the example code found on ST's website here: http://www.st.com/internet/mcu/product/...

chebuzz by Associate
  • 941 Views
  • 4 replies
  • 0 kudos

FSMC in synchronous/burst mode

Posted on December 27, 2011 at 10:39Hello, I would like to configure the STM32F2 FSMC in synchronous/burst mode, but all the examples provided by ST are using asynchronous.  The Reference manual is also unclear which configuration should be used. Do...

anhhuy by Associate
  • 471 Views
  • 0 replies
  • 0 kudos

STM32F2, I2S and CS4344, I2S clock problem.

Posted on December 22, 2011 at 14:04Hello, I'm truing to use STM32F217 and CS4344 for my audio application. I have problem with clock initialization. /* Enable HSE */   RCC->CR |= ((uint32_t)RCC_CR_HSEON);     /* Wait till HSE is ready and if Time o...

noise in dac using dma

Posted on December 20, 2011 at 10:52 Hello, I can synthesize a waveform into a buffer, dma transfering it to dac. Result is ok but there's a noise that I can't remove. When the waveform is a 0 signal, the noise is still here. The n...

julienbld by Associate II
  • 2155 Views
  • 5 replies
  • 0 kudos

After calling NVIC_GenerateSystemReset(); the system collapse

Posted on December 23, 2011 at 12:09Hello, i am programming the bootloader for the stm32f103c8 mcu.  The SW has bootloader part and application part.  In the application I use the function NVIC_GenerateSystemReset() to reset the mcu to the bootloade...

chunyu by Associate
  • 645 Views
  • 1 replies
  • 0 kudos

How to compute filter coefficients?

Posted on December 20, 2011 at 14:26Hi every stm32 fan, In my application I am sampling my input signal at 8KHz and now I need to filter out my samples in order to remove high components. Is there a software tool which computes the coefficients of a...