• 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
  • 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:Code banking string problem
    Hi Everybody! I'm working on a project with a AT8C51RE2 and reached the maximum code size of 65K. So i set up the code banking mechanism and split my programm to three banks. Everythings...
  • 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...
  • Move library to different adress or bank
    Hello, I am writing a bootloader for a 8051 with PSD flash/ EEPROM memory. For now, I want to put it at a high adress in the eeprom memory and want to use it to reprogramm the flash memory. At...