From version 6.xx to 7.xx the defined flash address in the header file of the flash-bean is not correct.
Procedure:
mark preserve user changes in IDE-settings preocessor expert / project options
change in header file IFsh1.h
DATA_FLASH_START to 4096
DATA_FLASH_END to 8192
do generate code and compile all new
best regards Baur
Where is the flash-bean header file IFsh1 in Windows XP?
I am using an evaluation version of 8.2 and a purchased version of 7.3 with the same "range check error."
So I can change this constant.
DATA_FLASH_START to 4096
DATA_FLASH_END to 8192