Hello there,
I was using my program and I was compiling successfully with the Debug build profile (the program is running in a custom made stm32l0xx board and a custom target). Now if I compile the same program in Develop or Release mode is working while in Debug it returns an eeprom problem (without changing anything).
I couldn’t find a reason for that, I wanted to use debug profile so I could use “mbed_debug.h” and debug(“”); library instead of printf and save some memory space in the release version.
Is there any known bug?
Best Regards,
Rafaella