Цитата(mempfis_ @ Apr 6 2012, 13:45)

Обозначте кусок памяти к которой Вы хотите обратится как __farflash...
Разве такое возможно в среде от ImageCraft ? Вероятно, всё дело в:
Цитата
To access Flash memory beyond 64K bytes (e.g. on a M103 or M128), the ELPM instruction must be used in conjunction of setting the RAMPZ bit to 1. A check box ("Use ELPM") has been added to the Compiler Target Options page for this purpose. This is useful for bootloader that are in the high memory. Unfortunately, in the general case, the compiler cannot determine whether a pointer to the flash memory is pointing to the high or low memory. You must enable this check box manually if you are putting constant data in the high memory and you must set the RAMPZ bit yourself.