Question
Linking 2 different hex files
Posted on December 15, 2014 at 02:55
Hi,
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 upload 2 different hex files, how can i link themThanks,Rajiv #stm32f4 #discovery #rtfm