This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

overlay_manager

hello!! could you tell me from where the function load_overlay call its parameter "int n"
PS:the function is implemented by keil team

Parents
  • Not really, this isn't my project, so not going to sink man-hours of resources into it.

    If behaviour isn't documented you'll need to reverse engineer things.

    If the behaviour isn't desirable or controllable you'll have to code a linker or manipulate the object files to change the functionality.

    Determine if you're trying to solve the right problem with the right tools. Do you need to partition functionality differently, manage the interaction of multiple modules, or implement a different loader mechanism.

    If the software provided doesn't do what you want, write software that does, that's really what software engineering is about.

Reply
  • Not really, this isn't my project, so not going to sink man-hours of resources into it.

    If behaviour isn't documented you'll need to reverse engineer things.

    If the behaviour isn't desirable or controllable you'll have to code a linker or manipulate the object files to change the functionality.

    Determine if you're trying to solve the right problem with the right tools. Do you need to partition functionality differently, manage the interaction of multiple modules, or implement a different loader mechanism.

    If the software provided doesn't do what you want, write software that does, that's really what software engineering is about.

Children