hello!! could you tell me from where the function load_overlay call its parameter "int n" PS:the function is implemented by keil team
no but the linker can overlay modules automatically without adding an overlay_manager but i want to do it manually without optimising the overlay_manager mechanism
Why would you think that?
What does the documentation say?
does overlay_manager support only 2 modules ?
I guess you're still struggling with this:
http://www.keil.com/forum/63466/
And I guess you're now talking about this:
www.keil.com/.../armclang_dev_pge1466157476779.htm
'from where the function load_overlay call its parameter "int n"'
A function does not "call" its parameters; you supply the parameters when you call the function.
As the example shows, it identifies which overlay is to be loaded.
View all questions in Keil forum