I was able to find an example which shows how to access the variables defined in the .map file.
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/244599.aspx
When I look at my map file, my __text__ address is 0xFFFFFFFF and I don't see a variable which describes the end of the text section. There is an __end__ but this variable includes .bss, .const, etc. Any help would be great.
THanks,
Will