Hi all: I need to relocate a segment to a specific address. Say I have 4 '.obj' SEG1.OBJ, SEG2.OBJ, SEG3.OBJ and SEG4.OBJ segments and want to locate SEG2 to the specific address 1A00. Thanks in advance. J
while it is possible it is a)crummy, b) prone to cause errors, c) making debug difficult, d) ....
if you have a valid reason, the reason will dictate the method.
Erik
Hi Erik: I am using a 8051F352 from Silabs and I need a page in flash to store parameters, and I am running out of flash space. As you should now the last page can not be erased as it has the protection byte, and is a waste of a full page!. Having code in that page I can use what is left for my parameters. Thanks J
I need a page in flash to store parameters don't the 352 have a scratchpad like to ones I know? As you should now the last page can not be erased as it has the protection byte sure it can, just save the "restricted area" contents and write them back
View all questions in Keil forum