Hello
I assume you are using CodeWarrior for HC08 or CodeWarrior for HC12.
Is that right?
If this is the case, defining a variable as const will place it in a section called .rodata.
If you have created your project using the wizard, the section .rodata will automatically be allocated in flash.
So there is no need to specify any additional prefix to get it in there.
CrasyCat