• 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...
  • 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...
  • Building Library with Code Banking...
    Please help... I built a library with specific module (group of files) to go into specific bank (I have 4 banks). The library built fine. Now I linked this library with an application, which further...
  • Building Library with Code Banking...
    Please help... I built a library with specific module (group of files) to go into specific bank (I have 4 banks). The library built fine. Now I linked this library with an application, which further...
  • C51 does not add correct switch bank code in different bank function
    Because the 8051 is only 16 bits address space(64KB). So, if my code is more than 64KB. It will need to switch the code bank. I found some function the C51 add correct switch bank code, sometimes not...