Hi, Could I declare a code data (const data) that reside in one bank only? I found that the code data will be duplicated in all bank. Thank.
"find out from where in the entire code a given piece of data may be used." You can do that with the uVision Browser
You can do that with the uVision Browser I rather doubt that. Not with pointers being involved. Sure, you can find all direct accesses to a given variable by its own name, but there's no way anything short of a work of magic will manage to look at the source code and find all possible ways a given memory address may be accessed. Alan Turing himself proved it to be impossible in the general case.