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

STM32f303 internal command error

Posted on April 13, 2015 at 04:22Hi All,I have an STM32f303 discovery board that I'm trying to interface with a New Haven LCD display. The LCD uses SPI for communication. I was able to enable SPI communication and I've been able to observe the data ...

prad90 by Associate
  • 481 Views
  • 1 replies
  • 0 kudos

USB HID on STM32

Posted on April 09, 2015 at 05:04I a writing a USB HID program for STM32F107, but when i look at the USB HID library from STM, i am so confused and cannot understand the library for my own modification, such as where is the descriptor, how its value...

SPI protocol STM32F303

Posted on April 04, 2015 at 08:49Hi,I am a newbie in the field of micro-controllers and I'm having trouble programming the GPIOA parts as SPI1. Could someone please tell me where I could be going wrong? I would greatly appreciate if someone points m...

prad90 by Associate
  • 799 Views
  • 3 replies
  • 0 kudos

USART problem

Posted on April 11, 2015 at 23:38Hi, I'm working on Xbee S2 module and I want to make it ' talk to itself' (just for testing). My data is sent out but I am not able to receive it back. My code: void USART_Config(void) {     RCC_AHBPeriphClockCmd(RC...

eeyjws by Associate II
  • 1091 Views
  • 5 replies
  • 0 kudos

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
  • 915 Views
  • 2 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
  • 849 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...