32F429IDISCOVERY (STM32F429I-DISC1) with the touch screen? On the scheme the STMPE811QTR chip is specified.
Posted on March 19, 2018 at 11:1832F429IDISCOVERY (STM32F429I-DISC1) with the touch screen? On the scheme the STMPE811QTR chip is specified.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on March 19, 2018 at 11:1832F429IDISCOVERY (STM32F429I-DISC1) with the touch screen? On the scheme the STMPE811QTR chip is specified.
Posted on August 14, 2014 at 14:22I am running a sample code with while(1) loop running from flash using MSI @ 2Mhz and it takes 6mA, but the data sheet shows that it takes 1mA with MSI @ 4.2Mhz running from flash.Are there any other configurations...
Posted on March 05, 2018 at 05:51I am working with STM32F746G-Disco board to prove out the use of the SD card. I am at a point where I cannot get the code to write data to the card using the fs calls. First, I have setup the board in CubeMX with a...
Posted on January 30, 2018 at 11:32Hello,I have encountered a problem with my STM32L452VE - when I set up USB with CDC, it sometimes connects, sometimes not. When it doesn't connect, Windows clasically show yellow exclamation mark.Increasing heap si...
Posted on March 17, 2018 at 08:07The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 19, 2018 at 05:46hellofirst of all, sorry for my short English skills....I am working on a project that uses STM32F207 and STM32 HAL Driver using STM32CubeMX.I succeed in Tx and Rx.I have a question for CAN.Data is only 8byte in CAN ...
Posted on December 22, 2017 at 10:53I'm trying to store some data using HAL library.HAL_FLASH_Unlock();__HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_EOP | FLASH_FLAG_OPERR | FLASH_FLAG_WRPERR | FLASH_FLAG_PGAERR | FLASH_FLAG_PGSERR );FLASH_Erase_Sector(ADDR_FLA...
Posted on March 18, 2018 at 12:44Hi, I am just Getting started with STM32F767ZI using a Nucleo F767ZI dev board. Prior to that I have only used in commercial project PIC24H family of Microchip and embedded C language. Can anybody help with how to ...
Posted on March 16, 2018 at 13:11Hi,Please forgive as I am new to STM32 devices and tools.I was suggested to use a STM32 F0 Discovery dev kit (STM32F072RBT6) in order to develop a very simple application: a custom made 3 axles joystick (x,y and thro...
Posted on March 18, 2018 at 13:11Hello,I'm working on a project based on the Nucleo-L432KC board that uses the RTC.I would like to insert a backup battery for the RTC, but I noted that there isn't a VBAT pin where to connect it.Therefore, cannot a b...