User Activity

I am trying to enable a warning/error  for magic numbers in code analysis. But after I build the project I get no warnnings/errors regarding the magic numbers even tough I  have a lot of magic numbers troughout  the project. How do i enable code anay...
I am using external flash for  TouchGFX resources and also for saveing some parameters.  I am doing the saveing of parameters in runtime with following code (emulated eeprom is in external flash):  void eepromCtrl(){ uint8_t EEpromQueueFillLevel = u...
I am using Stm32CubeIDE 1.12.0 and would like to install the latest touchGFX  generator (4.22.0) but it is not available in Embeded software package manager...             
I am using Stm32CubeIDE 1.12.0 and would like to install the latest touchGFX  generator (4.22.0) but it is not available. 
I am using external flash (16Mb) for TouchGFX resources (normaly in memory mapped mode). I would also like to save some parameters to external flash in runtime while using the application. Bellow is current code handeling writing to external flash (u...
Kudos from