Hi
is there a way to force constant strings to be aligned on 4 byte boundary?
For example: createTask("Taskname");
I tried the linker option "OVERALIGN", but it just generates a warning.
Cheers