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

USART STM32F429i-Discovery

Posted on September 15, 2016 at 17:36Hello everyone, I hope you are well :) I would like to know how I can write the value 9600 baud or 2400 baud directly in the registry I found USART1-> BRR but when I put the frequency / 9600, it does not work :/,...

0690X00000605bpQAA.png
ibrahim by Associate II
  • 716 Views
  • 2 replies
  • 0 kudos

STM32F373 SDADC channels

Posted on July 18, 2016 at 15:40Hello,thereHow many channels can be used for a SDADC module in single ended zero refrence mode? eight?In CUBEMX,when I configure the channels of one SDADC module all into single-ended zero refrence mode, warning appea...

txmsszd by Associate II
  • 1465 Views
  • 4 replies
  • 0 kudos

stm32f103rbt6 - loss the value of variable

Posted on September 18, 2016 at 23:57 Hi, I have a strange problem. If I write code like this: #include ''stm32f10x.h'' float test; int main( void ) { while (1) { test=test+0.01; } } and display variable test in STM Studio I see ...

Beginner help using timers to read motor encoders

Posted on September 18, 2016 at 18:57I am doing a project with the STM32F407VGT that has six small DC motors, each with a quadrature encoder built in. The plan is to use these signals for position and speed control; I was hoping to get some basic co...

STM32F4 DMA interrupt at the end of ADC conversion

Posted on September 17, 2016 at 16:54hello dear forum,I try to DMA-ADC with my STM32F4I want that at the end of DMA transferit stops conversion and gives an interrupt and so I can check the ADC resultI couldnot see an example at the STD librarypleas...

How to load program in stm32f0 using st link/v2 ?

Posted on September 17, 2016 at 08:41Hi, i want to load program to stm32f0 . i am using MDK keil version 5.I have external  st link/v2 for programing. i didn't have development board.  For programming connecting made  Stm32f0  St link/v2  VD...