How can one locate a table of constants at a certain address in C ?
But if it is PROGRAM memory (CODE segment) then you should use linker options because it is not possible to do something like:
unsigned char code table_1[size_1] _at_ address_1 = "blabla";