• C51 Library with code banking
    Is it possible to locate different parts of the same library in different banks. It seems like linker will locate the whole library in one code bank only. Thanks in advance
  • C51 Library with code banking
    Is it possible to locate different parts of the same library in different banks. It seems like linker will locate the whole library in one code bank only. Thanks in advance
  • 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...
  • 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...
  • 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...