User Activity

This code doesn't write anything:*(__IO uint16_t*) 0xD0000000 = (uint16_t) 0x01;However, this code does write:*(__IO uint16_t*) 0xD0000002 = (uint16_t) 0x01;As you can see, the only difference is the 2 vs 0 at the end. The 0xD0000000 address is defin...
I have a CubeIDE project for a H743IITx board and an LCD and I added Touchgfx. The Touchgfx 4.24 contains the typical demo that switches between two screens. It runs fine in the simulator. I refreshed the project and it added all the necessary folder...
I run CubeIDE on Linux and when I want to Debug, it prompts for an ST-link upgrade. I click Yes and I get screenshot no. 1. The ST-LINK ID displayed there is correct, I get the same ID with "st-info --probe".Then I click on Open in update mode, and I...