User Activity

 Hi everyone!I’m facing random NMI errors in my project using the STM32H563 MCU, and I’m trying to identify the root cause.System OverviewMy project uses Ethernet (ETH) with NETx Duo and Thread X with static configuration.No RAMCFG (SRAMx, BKPSRAM) i...
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...