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

C51 Code banking: library

I have following question about code banking.
There's some small tests, that uses one big library.
So, how can I put this library to different code banks?
Ofc, I can include this tests right in library project, but are there any other solutions?

Parents
  • "The linker makes decisions based upon information it has available to it and the rules it has been programmed to use. If detail is missing, then the result may not be the optimum."
    Agreed, linker only follows presets from l51_bank.a51. So, some tweaks seems reasonable.

Reply
  • "The linker makes decisions based upon information it has available to it and the rules it has been programmed to use. If detail is missing, then the result may not be the optimum."
    Agreed, linker only follows presets from l51_bank.a51. So, some tweaks seems reasonable.

Children
No data