Цитата(Арк К @ Sep 27 2011, 20:45)

А так не пробовали?
__farflash char str[]="Hello, world!"
указатель на строку должен иметь длину более двух байт
Кстати недавно тоже приходилось прошивку EP1K30 пихать в mega128. __farflash не прокатило Помогло __hugeflash.
Причина вот
Note: When the __farflash memory attribute is used, the object cannot cross a 64-Kbyte boundary. Arithmetics will only be performed on the two lower bytes, except comparison which is always performed on the entire 24-bit address.