Tool/software: TI C/C++ Compiler
This is a validation issue. I need to verify the compiled hex file against the read-back hex file by comparing the code sections to prove that the device CC2540 is really running the same and true code. I read the memory-map section on the CC254x user's guild to see where is the starting point of the code section. Base on the hex files and document, It seems code section starts at 0000:8000 (is it true?), but I can't figure out where it ends. Is there any idea to find out that?