User Activity

Hi!!I am using ThreadX to develop a project.As far as I know, when using FreeRTOS, it is highly recommended to switch from SysTick to another timer.Is it the same for ThreadX?Therefore, I am using TIM7, which is a simple timer. I was wondering where ...
 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...
Kudos from