Hello,
How does the compiler link the processor expert generated .pe file to create the .elf file?
Where can I see the actual linkage?@
Thanks,
Su
Hi.
the .pe file is XML file with Processor Expert settings for your project. Linker is linking object files built from sources generated by processor expert. The code is stored in Generated_Code folder in your project.
Hope it helps.
Jiri