STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART RX interrupt routine

Posted on January 09, 2013 at 10:56Good morning, i'm using a STM32F0discovery board, i'm developing an application that read and write informations on UART2 port, i'm using only TX and RX pins (PA2 and PA3).Well, at this time my application ask me w...

pietro2 by Associate II
  • 57 Views
  • 2 replies
  • 0 kudos

networking STM32s

Posted on January 08, 2013 at 20:31I have a question.  I need to connect 2 to 6 STM32s together.  I have motors I need to collectively control with a human machine interface.  Each motor will be controlled by one STM32.  The HMI also needs a STM32. ...

drobison by Associate II
  • 66 Views
  • 2 replies
  • 0 kudos

USART on STM32407 Discovery Board

Posted on December 29, 2012 at 18:29When trying to use the usarts on this discovery board I keep getting *** error 65: access violation at 0x40023800 : no 'read' permission and stops running at this line of code  RCC->CR |= (uint32_t)0x00000001; /* ...

STM32l152 USART configuration

Posted on December 19, 2012 at 12:47 Hello pals i am new to the stm32 programming, i am trying to configure usart via irq handler, can someone help? #include <stm32l1xx.h> #include ''stm32l1xx_usart.h'' #include ''STM32_Init.h'' void ...

vedhas by Associate II
  • 134 Views
  • 6 replies
  • 0 kudos

USART1 Interrupt

Posted on December 14, 2012 at 08:30HEllo ALL, I am using stm32f2 and i have programmed USART which is interfaced to GPS. The problem i m facing is, When USARt is enabled, i always get the my RXNE interrupt set, since GPS sends data continuosly and ...

UART 7 data bits

Posted on December 10, 2012 at 01:57The manual says that the STM32 supports only 8 and 9 word length for UART.But I need 7 data bits.How can I configure the 7 data bits? #7-databits-uart-usart

kbcloud by Associate
  • 188 Views
  • 3 replies
  • 0 kudos

USART: need CLOCK ticking all the time

Posted on December 08, 2012 at 04:37The device I am trying to connect to via serial interface requires constant clock ticking. I have enabled USART clock with     USART_ClockInitTypeDef USART_ClockInitStructure;     USART_ClockStructInit(&USART_Clo...

arro239 by Associate III
  • 80 Views
  • 3 replies
  • 0 kudos