Linking 2 different hex files
Posted on December 15, 2014 at 02:55Hi,How can i link 2 different hex files at 2 distinct memory locations?for example at 0000h i have my main code and at 4000h i have my application code. app code must access the functions in main code, so since i ...