Thanks for your detailed answer.
So I have done everything you said in your message and there is indeed no problem.
I now have my primer under circleOS 3.71. The thing was to reinstall the last Ride7.
So now I program project of mine and it is working fine. But I would like to use an sprintf and when I do, I have got the "Flash is full" building failure. So I opened the circle_app.ld file and modified :
FLASH (rx) : ORIGIN = 0x8004000, LENGTH = 16K // before 0x8006000 and 8K
and
_eflash = 0x8004000 + 16K -1; // before 0x8006000
But it is obviously not enough, because I still get the "Flash is full mistake".
BTW, I don't really care about debugging and anyway I can not because I get the mirrored screen (needs a harware reset so get out of the debug mode), so if there is a way to get over this "Flash is full" without debugging, it is good for me.
Thank you again !