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

Resolved! Using lcd_log.c library function

Hi!!I'm using lcd_log.c to debug on the LCD.LCD_UsrLog ("This is Line% d \ n", i);Is there a way to change the starting position of text output?It always starts at the same location and scrolls down.Please, help me!!

DSEO by Associate II
  • 904 Views
  • 3 replies
  • 0 kudos

spi adc

I am using stm32l476rg. I am connecting a external spi adc with 1.25MHz clock. I would like to have a continuous data reading from that adc. I tried spi2 to connect this adc. it works, but how can I get continuous data reading from that adc? use time...

yang hong by Associate III
  • 418 Views
  • 1 replies
  • 0 kudos

STM32F746G-DISCO LTDC & display without HSYNC and VSYNC

Hi all, we are designing a new PCB and we would like to use an LCD that does not have HSYNC and VSYNC signals... is this possible ?The lcd is a Winstar model WF70HTIAGDNT0 https://www.winstar.com.tw/it/products/tft-lcd/module/7_0-tft-lcd.htmlThanks...

iw2lsi by Associate III
  • 325 Views
  • 0 replies
  • 0 kudos

X-NUCLEO-IDB05A1 with STM32F4-DISCOVERY

Posted on January 08, 2018 at 14:35Hi,I'm trying to port (use) X-NUCLEO-IDB05A1 board with STM32F4-DISCOVERY.I've begun developing this project by modifying SensorDemo for Nucleo-L053R8 board.I'm using Keil-MDK v5.25 (Lite). STM32F4 project is build...