is there a Good code (function is better ) to know when the code file executed from text section ...in access or write
no problem if it is ASM or C Or basic many thanks
basic???????!?!?!?!?!!?!?
Sure. You just download a JVM into your microcontroller and run a basic interpreter in it ;)
"when the code file executed from text section ... in access or write"
What do you mean by that? Please explain.
Is simply to see from which section code is executed by detecting entry point origin. About ready made work either try google either try read and understand hex files structure. There was a good document about them somewhere.
Br
Now, this is certainly the clarification Andy was asking for.