STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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...

The download resource read-only problem

Posted on April 11, 2018 at 16:06Recently, I download the STM32Cube firmware examples for STM32H7 Series,  but when I extract it, all the things are read-only. And there is no use for me to change the properties of the document, unclicking the read-...

Gary wen by Associate II
  • 1029 Views
  • 8 replies
  • 0 kudos

timer 3 setting

Posted on April 10, 2018 at 20:15Hello,I am using STM32F429ZI, I would like to use timer 3 to generate a timer with high resolution something like 4000Hz  My Timer 3 setting is following:static void MX_TIM3_Init(void){TIM_ClockConfigTypeDef sClockSo...

stm32 usb cdc Device Descriptor Request Failed

Posted on June 16, 2016 at 19:19hi,I am tring to use usb virtual port to transmit data to pc.MCU:STM32F373 100pinscubemx: usb device fs checkedusb:communication device classPC: windows 10heap size: 0x200stack size :0x400when i plug usb cable to pc,i...

txmsszd by Associate II
  • 7074 Views
  • 44 replies
  • 0 kudos

Unable to read Who_Am_I of LIS3DSH using I2C

Posted on April 13, 2018 at 13:36Hello Guys,I am facing a little problem here in reading the who_am_I register of the LIS3DSH which is on the development board. Here are the details.The board I'm using is STM32F40G (ver MB997D). I am using CubeMX to...