• Regarding bank switching
    I am using mentor graphics 8051 based 8051EW device. I am using code banking (16 banks). After running my code i am using LX51 comman to link the lnk fie and than "OHX51" to convert the obj file to hex...
  • Banking
    Individual HEX File for Each Code Bank If you require a single HEX file for each code bank, you must create a batch program that runs OHX51 once for each code bank. The contents of the batch file...
  • banking
    Hi all I've a software which requires some segments must belongs to a certain code bank. Without this condition software dont works ! Why such a situation could happen ? Any idea
  • bank ...
    I've a application using * Large Memory Model * Large Code Rom and I'm using LX51 linker, when I compile my project I'm getting IMPROPER FIXUP problems in some segments. I've found insctruction...
  • Empty banks in banked project
    Hi all, Due to my chip's unique memory structure, I use a tool to combine the seperate binary file of each bank to a big binary file. We have 4 banks. Now we have two problems: 1) If bank 0 is empty...