Hi,
I want to move data located in the flash after building the firmware for recovering on memory faults.
I found out there are some absolute addresses generated in the data section. These are called "LINKER GENERATED COPY TABLES" and "LINKER GENERATED HANDLER TABLE" in the linker map file.
In the autoinit.h is mentioned a table() command to be used in the LCF (I guess: Linker Control File = linker script). I can not find any usage of a table() command. Where are these?
Using CCs 6.1, CGT 4.4.5