User Activity

I read TS_CAL1 and TS_CAL2 values from stm32f303vc and saw that TS_CAL2 is lower then TS_CAL1. Is it correct? I think this is mistake. I check the memory with Visual Studio in debug mode and saw the same values. Why is it so?Thank u in advance!
I'm using VS 2019 with visualgdb extension for stm32f303vc device. I have a class TlteCom with array of pointers to members of the c++ 17 class. Here it is.class TlteCom { public: volatile uint16_t number=0; volatile uint16_t paramNumber=0; ...