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

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
  • 1809 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
  • 536 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...

STM32F4-Discovery Base Board with BB3U

Posted on December 22, 2011 at 23:09I have built a baseboard for the STM32F4 Discovery module.  It has two RS232 ports and two 50-pin headers allow easier connection to the other pins. I have some photos on my blog:http://kornakprotoblog.blogspot.co...

kornak by Associate II
  • 322 Views
  • 0 replies
  • 0 kudos

5V in 3.3V logic level when powering F205 through USB OTG HS

Posted on December 21, 2011 at 18:54Hi We have an odd problem. We have a custom F205RBT6 based board. It can be powered through separate 5V pins or USB. The 5V goes to a 800mA linear regulator which then provides 3.3V to the F205. We have an extra l...

tuomas by Associate II
  • 766 Views
  • 4 replies
  • 0 kudos

UART2 RX TX initialization

Posted on December 18, 2011 at 16:29UART2 RX TX initialization-how to use?Hello, I have problem with initialization UART2 in my project(STM8S105). Below you can see part of my code, what am i doing wrong? I'm trying to send sign to LCD display. [cod...

pietruha8 by Associate II
  • 1088 Views
  • 6 replies
  • 0 kudos

The output signals at the maximum frequency.

Posted on December 21, 2011 at 12:45How can I synchronize the timer output with a maximum frequency PLL, ie 168 MHz.  In my example I set the timer to slow generate an interrupt, which run fast timer for generating a single pulse duration of 6 ns, b...

scolonel by Associate
  • 702 Views
  • 3 replies
  • 0 kudos

STM32F4 RTX & FPU

Posted on December 21, 2011 at 15:59I had a few general questions regarding the RTX RTOS on an STM32F4.  What are the limitations with regard to the FPU while using RTX?  Is it possible to switch tasks while in the middle of a floating point operati...