User Activity

Hi Using the following tools: TouchGFX Designer 4.24.0 CubeIDE 1.16.1 and CubeMx 6.11.0   I have attempted to build a system with ethernet capability.   I added the ethernet peripheral, LwIP compiled it without any errors, but the ethernet does not w...
Hi, The TochGFX builder appears to provide for more than one variable to be plotted on a single graph: But looking at the API for both types of graph there is no way I can see of specifying which line to use for the data. I seems obvious that the dat...
 To the keeper of the community forum.HiI tried to attach a small test project written with STM32CubeIDE. I tried it as a zip, but that was not allowed. The advisory for the file attachment wrote that .tar files were allowed.  I used 7zip to make a t...
HiI have a variable: /* Parameters (default storage) */ struct P_GovTrimControl_T_ { real32_T FreqSP; real32_T kD; real32_T kI; real32_T kN; real32_T kP; }; typedef struct P_GovTrimControl_T_ P_GovTrimControl_T; #define USE_DTCM __attribut...
Hi,   I have a functioning project that fully compiles with only three warnings, but when I debug it and examine C structures in the live expressions viewer the the data (GovTrimControl_P structure ) appears to be offset by 4 bytes, yet the memory br...