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

STM32F411RE nucleo register information

Posted on April 12, 2015 at 11:58Hello, I started ARM development today using the STM32F411RE nucleo board. Previously I have had fair amount of experience with AVR and PIC. Presently I am using mbed for application development. I want to know about...

sreedev by Associate
  • 794 Views
  • 2 replies
  • 0 kudos

UART DMA CubeMX project

Posted on April 12, 2015 at 12:15Hello everyone.I'm having a problem, and i dont know how i can solve this.I'm using the example project from CubeMx that demonstrates the UART DMA Transfer.Its name is UART_TwoBoards_ComDMA.I'm trying to figure out h...

kostas by Associate II
  • 307 Views
  • 0 replies
  • 0 kudos

STM32F4 UART HAL time race condition?

Posted on March 20, 2015 at 11:39Hello, In multiple places in the UART HAL (in all the variants of HAL_UART_Receive) one can find the following code:    /* Check if a transmit process is ongoing or not */     if(huart->State == HAL_UART_STATE_BUSY...

stst9193 by Associate II
  • 467 Views
  • 1 replies
  • 0 kudos

STM3240G Camera connector

Posted on December 22, 2012 at 05:12Hi I have the STM3240G eval board. It has an OV2640 camera on it but I want to connect other sensors, say from Aptina. There is a camera connector provided but I was not able to find the male connector anywhere. I...

nakulrao by Associate II
  • 364 Views
  • 1 replies
  • 0 kudos

STM32F407 UART Error Handling

Posted on April 11, 2015 at 22:09I am working on a project that requires communication over UART. I am trying to get to the minimum time between UART messages coming in or going out that is possible. My problem is that sometimes the module gets into...

(SOLVED) STM32F103C8 UART Interrupt Flooding

Posted on February 07, 2015 at 18:42 Hi I want to receive data from ESP8266 module after restarting it. But after restart, it starts the communication at a higher baud rate and after it's done booting it uses 9600 baud. When I have the UART p...

petoknm by Associate II
  • 697 Views
  • 1 replies
  • 0 kudos

UART Registers Documentation for STM32F429xx? Where is it?

Posted on April 09, 2015 at 04:40Hi,Where can I find documentation on the UART registers for the STM32F429xx micro?The datasheet ( http://www.st.com/web/en/resource/technical/document/datasheet/DM00071990.pdf ), does not include any information abou...