This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

at89c52 Code Banking

Hi,

Please can anyone help me?
I'm using at89c52. Can you guide me how to do the configuration keil code banking?

I have do some testing. I create x1 common x23 bank's. After i compiled, it just generate the bank hex file. May i know how to generate the common.c hex file? Is it necessary to have common.hex to burn into MCU registers? The x bank.hex will be in to EEE2PROM.

Please can you check for me is it the circuit correct not?

Thank you very much.....

Parents
  • Banking is and always was a kludge to get around the inherent design limitations of an architecture.

    In the old days, it might have been the only option - today, it most certainly isn't!

    So, you need to carefully consider whether it's really worth the effort of fighting with this - or would that effort be better spent in moving to a more appropriate architecture that doesn't need the kludge in the first place...?

    See: www.8052.com/.../read.phtml

    Your call!

Reply
  • Banking is and always was a kludge to get around the inherent design limitations of an architecture.

    In the old days, it might have been the only option - today, it most certainly isn't!

    So, you need to carefully consider whether it's really worth the effort of fighting with this - or would that effort be better spent in moving to a more appropriate architecture that doesn't need the kludge in the first place...?

    See: www.8052.com/.../read.phtml

    Your call!

Children