• Data banking
    Hi all, I am using 8051-based uC with 32 KBytes Flash ROM, 256 Bytes DATA Memory, 2K Bytes XDATA Memory. Moreover i am using the library file from third party that uses some fixed location in XDATA...
  • C8051F120 code banking and data banking
    How to use on-chip code banking and off-chip data banking for C8051F120 device from SiLABS.
  • are code banking and data banking similar??!!
    hi friends, i m experimenting with code banking using a very small code. I m just trying to glow an LED by switching the banks.But, the amount of code generated is very less in size. Now i want...
  • access data in bank 0
    How do I access a variable in bank 0 ? If I look in my .m51 file I see my var ISP_VERSION: CODE 754EH 001AH UNIT ?CO?ISP_VERSION Now I try to access this var from a different image in a different...
  • code data in bank
    Hi, Could I declare a code data (const data) that reside in one bank only? I found that the code data will be duplicated in all bank. Thank.