Tool/software: TI C/C++ Compiler
Hi all,
Apologies for this pretty simple question..... but I am not able to figure it out. What is the best way to create a message table in ROM?
The most obvious way is of course to use
const unsigned char MessageTable[N][K];
where N is the number of messages and K is the number of characters per message.
However that still leaves me with the task to create a pointer and point to this message table.
is it possible to create an array of constant pointers to constant characters?
Thank you and any help will be much appreciated.
Best regards
Aniruddha Phadnis