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

how would i change this code to it four bit rather than 8?

Posted on December 20, 2017 at 14:02#ifndef _LCD_H_ #define _LCD_H_ #define LCD_PORT GPIOD #define LCD_RS_pin 11 #define LCD_RW_pin 12 #define LCD_E_pin 13 #define LCD_D0_pin 0 #define LCD_LINE1 0x80 #define LCD_LINE2 0xc0 #define set_LCD_RS() LCD_P...

j g by Associate II
  • 473 Views
  • 1 replies
  • 0 kudos

programming STM32F0 controller rs485 half duplex mode

Posted on December 21, 2017 at 12:46Hello,We are using STM32F030 in our project. We are using RS485 half duplex communication for interaction with other boards in our system. Using the same half duplex communication channel, we would like to update ...

ravi b by Associate
  • 388 Views
  • 0 replies
  • 0 kudos

How to detect end of SPI transmission?

Posted on December 20, 2017 at 13:27STM32F030.I am transmitting multiple words via spi to some shift registers and need to latch the shift registers when the transmission of the last word is finished. The latch signal is GPIO. Device is master.I don...

toby2 by Senior
  • 2863 Views
  • 11 replies
  • 0 kudos

LD1 on the ST-Link board stays red?

Posted on December 20, 2017 at 11:17Hey guys, I'm trying to do something that might be really a noobish thing (will ask in a different thread, and I recognize that there's a strange thing happening. I'm using an STM32 Nucleo64 L073RZI am trying to s...

ST-Link/V2 error

Posted on December 21, 2017 at 08:39I have some problems connecting ST-link/V2 to STM32L0x1 device, especially with OpenOCDST-Link_cli.exe connects but log-file shows errors:Error (0x10) after target cmd F2 30 A3 00 00 00 00 00 00 00Error (19) while...

Hi, Facing USB Write issue when USB traffic is more.

Posted on May 03, 2017 at 16:29Hi,We are using STM32F072C8 device and we are using USB CDC Interface when communicating with PC.When USB bus traffic is low everything is working fine.But when USB bus traffic is heavy we observed during USB CDC Write...

Looking for fast startup STM32

Posted on December 21, 2017 at 03:52We have a project that using a wiegand sensor to power the mcu and update the counter to FRAM through SPI. there will be a 10us width regulated power supply from wiegand, all the process need to be done in 10us wi...