Hi champs,
I import COFF format, dual core LED blinky example, then I use boot time copy table to move the LED function to RAM, it works well without problem when I use CGT v16.9.2.LTS.
If I use CGT v6.4.6, I will get the illegal interrupt when execute the function in RAM memory. I don't find the .binit description in v6 compiler/assembler user's guide, looks like CGT v6 doesn't support boot time copy table, is this correct please?
LED_TEST : { led_work.obj (.text)} table(binit),
LOAD = FLASHG,
RUN = RAMLS1,
PAGE = 0, ALIGN(8)
.binit :> FLASHG, PAGE = 0, ALIGN(8)
Regards,
Luke