User Activity

Hi!I am currently developing an application using the LVGL library. Since I’m working with a display, I need extra memory to store all the data. To address this, I acquired a display module from Riverdi (based on the STM32H747xx), and they provided m...
Hello everyone!I have a quick question regarding memory allocation on an STM32H747XIHx MCU. While working with the linker file, I noticed the following memory definitions: MEMORY { RAM_D1 (xrw) : ORIGIN = 0x24000000, LENGTH = 512K FLASH (rx) ...
Hello everyone!I'm working on an application using TouchGFX, and I've implemented a slider to control the display brightness. Here's the relevant code:    brightness_slider.setXY(864, 262); brightness_slider.setBitmaps(touchgfx::Bitmap(BITMAP_AL...
 Hi everyone,I’m experiencing some frustrating issues while trying to generate code for a blank project using TouchGFX with the STM32H757XIHX dual-core.When I attempt to generate the code, I receive an error indicating that it cannot locate the .cpro...
Hi everyone,I am developing a new project with SMT32H7 MCU series, in which I have added the ITTIA DB middleware.I’m encountering an issue while trying to compile my project using a Makefile. The Makefile was auto-generated, and the error I get durin...