Hi everybody,
I need to preserve 3 pages of data in flash memory during DFU. I know there is the macro DFU_APP_DATA_RESERVED defined in dfu_types.h but, I was wondering...what is the difference between using that macro and, instead, reduce the IROM1 size, in the Option for target in Keil, in order to leave free the 3 pages I need to preserve?
Doing this way can I still use those 3 pages with FDS?
------------------------- BOOTLOADER 0x3C000 ------------------------- FDS 0x3B400 ------------------------- APPLICATION 0x1B000 -------------------------
Thanks in advance
Massimo