I wonder which flash area which I can use to store my calibrationdata. I have seen that in the fwlib example area 0x800800(page2) is used, but is this the standard page to store data? Don't want the area to be overwritten when i flash the stm32 with new code. Best regards Nils
There is no special area. The developer (you) must manage this. For example I have three area in most of my projets :-
1/ Bootloader code 2/ Config 3/ Application code [ This message was edited by: trevor on 20-01-2009 19:43 ] [ This message was edited by: trevor on 20-01-2009 22:21 ]