Tool/software:
Hello team,
I'm working with the TMS320F28375S microcontroller and I'm trying to obtain the following information in my main.c file.
The starting address of my code.
The total size of the code.
I've searched many threads online, but I haven't found a clear answer on how to fetch this information programmatically within the C code itself. Is there any built-in way to do this, or any specific linker symbols that I can access to retrieve this information?
I would appreciate any pointers or examples on how to approach this.
Thanks in advance!
Best regards,