Hell all,
I want to fetch the section start and end address, that defined by myself in my project rather than in the .sct file.
Example: I define section ".code" use #pragma section(".code"), how do i get the start and end address.
If the section name no the symboe '.', only "code ", maybe i can get the address through Load$$code$$base, but at here i can't operate it.
Can you help me or provide a connection that explains how to handle it.
Very Thanks!