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

Connecting two stm32 boards via SPI

Posted on April 12, 2018 at 05:50Hi everyone, i'm trying to use two stm32 boards (STM32F411DISC &STM32F407VGT) for SPI communication. How to interface the SPI with Two stm32 boards, one act as master another one act as Slave and declare their pins o...

c++ object not available outside main.cpp file

Posted on April 16, 2018 at 01:39I've got a simple c++ class (LEDDriver) that has an internal state that will eventually be updated by a state machine. I've created an update() member function that will handle turning the LEDs off and on, it just ne...

How to enumerate 2nd configuration of USB device.

Posted on April 16, 2018 at 05:26I porting USB host CDC class driver on stm32469-disco. And then plug in USB device have two configuration as below.But driver only enumerate first configuration.  How to enumerate 2nd configuration of USB device? Tha...

Hank Lee by Associate II
  • 664 Views
  • 0 replies
  • 0 kudos

STM32L0 how to calibrate HSI using LSE

Posted on March 30, 2018 at 10:24Hi! I have an STM32L0 nucleo board and I want to calibrate HSI using LSE; I have read the application note: AN4631 that explain a solution: at page 12 is possible to see the Hardware connection with TIM21 CH1 in capt...

Resolved! RTC calibration (STM32L011G4)

Posted on April 11, 2018 at 22:27 Hi there! - After looking around for quite a while, I'm still not exactly sure how to calibrate the RTC on my STM32L011G4 board. - For our project, we are using an external LSE crystal (768 kHz) for the RTC. - Do I...

A L by Associate II
  • 5029 Views
  • 20 replies
  • 0 kudos

STM32F746BGT6 LCD TFT 7'' flickering

Posted on April 02, 2018 at 08:50Dear every body,I are usingLCD TFT 7 inch 800x480 /external-link.jspa?url=https%3A%2F%2Fwww.buydisplay.com%2Fdefault%2F7-tft-lcd-touch-screen-display-module-800x480-for-mp4-gps-tablet-pc  in our design with STM32F746...

0690X0000060AMkQAM.png

External SDRAM on DISCO-F429ZI as Data Memory Witn Mbed

Posted on April 16, 2018 at 00:40Hello Everybody,I am using DISCO-F429ZI board that has external SDRAM on it with mbed-cli and I have an application that I use very large arrays in it I would like to find out a way that I can use this external SDRAM...

LCD TS_State.touchDetected x,y problem

Posted on April 15, 2018 at 18:38so i was simply trying to test a touche in a specifique spot like this : if(TS_State.touchDetected) { /* Get X and Y position of the touch post calibrated */ x = TS_State.touchX[0]; y = TS_State.touchY[0]; radius = T...

FMC SRAM 32-Bit width

Posted on November 14, 2017 at 16:24HelloI'm using the FMC bus on a STM32F767 to read and write to an external device in SRAM mode with 32-Bit width.Is it not possible to address the external memory in byte-address mode instead of 32-bit address mod...