Hello all,
i am using ST10. in my application i am having start167.a66, Rtx166t.a66. i want to link Rtx166t.a66 to specific address.
i use ?PR?rtx166t%FCODE(0x3000). But i received message like "cannot find section or regbank" and it wont work.
Plz help.
regards... Yogesh
You could check the .a66 file to see if it defines a different section. I noticed that my startup file was created in ICODE (specified in the file itself) instead of FCODE, etc.
Try linking it at the default location and check the map file to see where it was created and what name it got.
-- Joost Leeuwesteijn