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
  • What you're saying there does not make sense to me.

    What type of library is this?

    Normally object modules will be extracted from a library file during the link process {and would be located in a suitable bank]. Unless you have an object module that is larger than the size of one of your banks, I cannot see how there can be a problem.

Reply
  • What you're saying there does not make sense to me.

    What type of library is this?

    Normally object modules will be extracted from a library file during the link process {and would be located in a suitable bank]. Unless you have an object module that is larger than the size of one of your banks, I cannot see how there can be a problem.

Children