Question
Problem with memcpy function in new IDE version
When I use memcpy like this:
memcpy(&config, SavedConf, sizeof(config));
whre config is an object and SavedConf is an array it turns out that nothing is copied.
The problem is in version 1.9 of CubeIDE, when I compile it in 1.7 the array is copied normally.