Dear All: I write three functions main.c, test.c and test2.c. I want to locate the code segement of main.c at 0x00000 and code segment of test.c and 0x40000 follow by code of test2.c. I don't know if it is possible to do that? If it is possible, How could I do it? Thanks .... Best regards .....
Have you tried looking in the Linker manual? Sometimes I think we may be too quick on the "Please read the manual" button. The keil stuff is impossible to use if you do not a) know the keyword chosen by Keil or b) read the whole thing. Just look at this post, the OP is looking to locate some stuff and need to do a search on code Erik PS: this is not to excuse Keil, but to be fair I must state that the same is true for about 98.17% of all other manuals I know.