How to show picture without blink with STemWin GUI in STM32F429 ?
Hello,I want to picture on TFT LCD using STemWin GUI. blinking is happening because the images are over the top. how can I show two images over the front panel without blink ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,I want to picture on TFT LCD using STemWin GUI. blinking is happening because the images are over the top. how can I show two images over the front panel without blink ?
I'm working on the NUCLEO-H743ZI (STM32 H7 processor).In main after enabeling the MPU I enabled the D-Cache by calling SCB_EnableDCache().I noticed that my RAM starting at 0x30000000 is getting corrupted after calling SCB_EnableDCache() .Any Ideas w...
I have a stm32f469i-disco board. I compile the stm32f469i-disco demo application st\en.stm32cubef4\STM32Cube_FW_F4_V1.21.0\Projects\STM32469I-Discovery\Applications\STemWin\STemWin_HelloWorld\EWARM, Compiled successfully and downloaded to the devel...
Hello, I´m working with the STM32Cube_FW_F4_V1.21.0 and the STM32F446E_EVAL and the LibJPEG example in the Application file, with the 32f446VE in a board made by my self, the cubeMx version is the 4.21.0, and everything works even the JPEG compressio...
Posted on October 06, 2017 at 22:22I've tried everything I can think of, but I can't get the library to work at all. I see on my oscilloscope where it tries to get data from the device (I am using STM32F072RB as SMBUS SLAVE), but it never gets what...
Hello guysI'm a big fan of STM MCUs and i'm recently studying parallel programming... When looking at OpenCL framework, I saw that STMicroelectronics is involved in that project https://www.khronos.org/opencl/ so, I would like to know if there is...
STM32F777 chip USB-OTG HS device..I need to intelligently use NAK handshakes to flow control data from the host side.I am using Custom HID as the initial framework, but modifying it for our purposes.
RTC_TimeTypeDef sTime; RTC_DateTypeDef sDate; sTime.TimeFormat = RTC_HOURFORMAT_24; sTime.Hours = 12; sTime.Minutes = 12; sTime.Seconds=34; sDate.Date=8; sDate.Month=12; sDate.Year=20; HAL_RTC_SetTime(&RtcHandle, &sTime, RTC_FORMAT_B...
Posted on July 16, 2018 at 16:08I am still investigating on how ST manages their SVD Files.I know that i.e. they are part of Packs that then get released by Keil.But unfortunately these SVD files are not the latest versions, which I am looking for.T...
Hi all,I have a problem with STM32F765BI and LSE configuration in CubeMx : when I enable LSE in the PINOUT Panel, an erroror comes out in the clock panel and I cant set properly a value for the clock. The red box is not editable.How can I solve?Thank...