• bank switch
    How do I create a code banking application with c51 and assemble file?
  • STR912FAW Bank switching problems
    I am problems with bank switching: I use: Keil Compiler, STR912FAW44X6 rev H and ULINK2. Bank 0: Main program (FMI not configured) Bank 1: Bootloader (FMI: NBBank 512K, 0x80000, BBank 32K 0x0). The...
  • bank switching
    Hello, Does any body know why in the L51_BANK.A51 file, the definition of the segment for the ?BANK?SWITCH function is: ?BANK?SWITCH segment code PAGE My question is about the PAGE definition...
  • question about bank switch....
    i survey the C51 user's guide about code bank switch and followed step sequentially. the main problem i wonder is that at options at code BANK just had "common are, bank #0~3",is any option else, ex...
  • 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...