I'm a far space noob! I'm using an m2561 and need to move my flash strings up and out of the low 64K.
I'd like to replace every occurrence of
printf_P(PSTR("hello"));
with equivalent "far space" functions such as:
printf_PF(PFSTR("hello"))
Is this a reasonable approach?
If so, has someone done it already?
I found various posts about Carlos Lamas' morepgmspace.h stuff and have experimented. Alas I'm still struggling to find a simple example to use as a model to build what I need.
If there's nothing out there, where should I start reading please?
Cheers,
Mike