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

Minimal response time for PID controller based on stm32f103

Posted on July 18, 2016 at 12:05In article http://jeelabs.org/article/1619b/ buffer acquisition time is 32ms with 800 samples. Is real to access frequently into buffer with taking few samples for smallest PID response time? Someone ''fast PID'' libr...

dimk95 by Associate
  • 397 Views
  • 0 replies
  • 0 kudos

UART Transmit problem

Posted on July 16, 2016 at 09:55Hello!I'm working on UART comunication between stm32f407 and PC. I want to transmit 4 character via ''senddata()'' function shown below.USART_SendData(USART1,'D');while(USART_GetFlagStatus(USART1, USART_FLAG_TC)==RESE...

STM32f207 remapping pins problem

Posted on July 10, 2013 at 17:17 I'm not sure how to remap pins that do not line up correctly with the alternate functions specified in the datasheet. For example, the picture below shows the pin out of my microcontroller where OCx-LOW are pwm o...

0690X00000604woQAA.png 0690X00000604lDQAQ.png
dbingle by Associate II
  • 2884 Views
  • 20 replies
  • 0 kudos

STM32L476 input capture

Posted on July 13, 2016 at 14:08 Hello, I am working with the boardNucleo-L476RG and I wantto capture frequency on the pin PA0 with TIM2 Channel1. My timer is working but I can't get the interrupt in the function TIM2_IRQHandler(). I a...

trace in debug

Posted on July 17, 2016 at 21:44Hii want trace my programs(for stm32f429 discovery board) with keil.in my program i used timer1 capture- compar  interrupt. when run program in debug mode  and press F11 my program run to  ISR CONDITION but not go  in...

Code for USART1 on STM32F3-Discovery

Posted on July 16, 2016 at 17:58Clive1 gave a simple code for sending data from the board to the PC via the USB-connection here:/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lis...

johann by Associate
  • 568 Views
  • 2 replies
  • 0 kudos

Using PB7/6 port of STMF051

Posted on July 15, 2016 at 02:51Hi,I configured USART1 to PA9/10. And I want to use PB6/7 to GPIO.First I initial the USART1 function(using PA9/10), and works well(putchar works well). But when I initial PB6/7 to GPIO by GPIO_Init() function, USART1...

paul0208 by Associate III
  • 443 Views
  • 3 replies
  • 0 kudos

Stm32F4 Discivery issue to play on boards DAC

Posted on July 12, 2016 at 15:17Hello, I'm new to Stm32 programming, but I try hard. I'm at the bottom of the earning curve and I block since 2 days on the an issue issue. Help would be very much welcomed. I attach my project:https://dl.dropboxuserc...

jmf1 by Senior
  • 346 Views
  • 1 replies
  • 0 kudos