User Activity

I am trying to setup touchgfx on a STM32H743II based custom board. When I run the code, it seems thatonly part of the screen is getting updated with some (wrong) fb dataremaining screen is noiseirrespective of my touchgfx screen color, I always see t...
Hi,I am working on a project using STM32F7. So far I have touchgfx working with external QSPI for storing image resources. Everything is working good and expected so far.Now I would like to add audio functionality. The aim is to play WAV files when a...
I have been trying to learn the basics of STM32 LTDC peripheral to drive a 4.3" 480 x 272 LCD using STM32F429IG mcu. I am using the Open429i dev kit by Wavehshare (https://www.waveshare.com/core429i.htm) which also has an onboard 64Mbit SDRAM (IS42S1...
Posted on May 13, 2016 at 06:55 I am trying to set PLL as my system clock source upon startup of my microcontroller, STM32f103 I have commented all the defines in my system_stm32f10x.c 1. white-space: inherit;''> /* #define SYSCLK_FREQ_HSE H...
Posted on February 13, 2016 at 20:03Hi,I recently faced this issue where my interrupt handler for RTC was firing continuously instead of once every second as I thought.Looking at the STM32 RTC example, I noticed that within the IRQ handler they were...