STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CUBEMX UART Example Needed

Posted on April 02, 2015 at 00:00Hi am totally new to CubeMx . I will be grateful if any one has a UART example . I want to send String to PC and Receive String from PC I cant find one anywhere on google Many Thanks in Advance

STM32F3 Discovery + LCD PCD8544 (Nokia 5110)

Posted on April 03, 2015 at 02:00Hey, I'm trying to get the PCD8544 working with my STM32F3 and I used this codehttp://stm32f4-discovery.com/?wpdmdl=1766that i found on this page http://stm32f4-discovery.com/pcd8544-nokia-33105110-lcd-stm32f429-disc...

mr by Associate
  • 705 Views
  • 0 replies
  • 0 kudos

STM32L communication between 2 USART

Posted on March 25, 2015 at 17:39Hello all, I 'm novice and using STM32L152RE to do a communication between 2 USARTs I use USART2 for recieving GPS Data and I would like to echo all recievied data without parsing on PC Terminal by using USART3 bu...

kitjazax by Associate II
  • 1449 Views
  • 12 replies
  • 0 kudos

INTERFACE STM32 TO SRAM USING GPIO PINS

Posted on April 01, 2015 at 13:39Hi all,        We are trying to interface a 4M  SRAM (IS62WV25616ALL) to STM32F407IGT6 through GPIO Pins of the controller. We are able to write data sucessfully into the SRAM but we are facing difficulty in READING ...

I2C busy flag reset by stop?

Posted on April 02, 2015 at 13:30Hi,I'm using a STM32F103 device.According to the manual the I2C busy flag is cleared by hardware after detecting a Stop condition.Does anyone know if this is correct? I wonder for this specific situation:Master trans...