I’m developing a code for DISCO_F746NG board, natively supported by MBED.
Recently I start to get these messages:
“Warning: Incompatible redefinition of macro “MBED_RAM_START” in “tmp/WkrRIl”, Line: 38, Col: 10” and
“Warning: Incompatible redefinition of macro “MBED_RAM_SIZE” in “tmp/WkrRIl”, Line: 39, Col: 10”
They appears even if I start a new blank project from the template source (like “Blink LED example” or “Touchscreen demo”). In the same time I feel that the programm works weird. This devise is a SMPS power supply PID regulation, and the regulation goes bad simultaneously with these messages.
If I compiling the code for previously used DISCO_F429ZI board - there is no warnings.
Any ideas?