User Activity

Hello all.Since when we moved from TGFX designer 4.21 to 4.22 and STM32Cube IDE 1.13.0 to 1.13.1, we are not able anymore to generate the code. We didn't change anything, but now whem we try to generate code from TGFX designer, we get this error:Gene...
I'm trying to use this lines of code:#define DATA_EEPROM_BASE_ADDRESS = 0x08080000;const calibration_param_t parameters __attribute__((at(DATA_EEPROM_BASE_ADDRESS)));but if I check in debug, the constant structure parameters is allocated inside the c...