User Activity

Hello,I started a new design based on an STM32H745XI with a 480x272 TFT screen.I have some experience with TouchGFX with a previous design on an STM32H7B3 with the same screen but this development is stucked at the TouchGFX 4.17 revision.My problem i...
I'm using my V3PWR probe for weeks now... but this morning it refuses to work. It was working yesterday evening with the same setup.When I connect to the USB-C cable, no led at all , no USB enumeration ... nothing !! I changed the cable without succe...
I'm running on Mac-OS with CubeIDE V1.12.1 (the latest at this time)When I try to connect a target using SWD with my STLINK-V3PWR probe I get the following:"No ST-Link detected" in a popup named : "ST-LINK firmware verification"If I try to upgrade th...
Working on a STM32H7B3I-DK with a LCD16 (565) frame buffer. I would like to render a text field in an offscreen bitmap to be able to show it in a ScalableImage. For this I will use the drawToDynamicBitmap function. It works if the dynamic bitmap is c...
I'm working on a STM32H7B3I-DK with a 565 format frame buffer.In my design, the Serial Flash that contents the ExtFlashSection in a standard project will not be memory mapped because I need part of it to record other data.I followed the topics about ...