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

How extern ram work

Hi,im used project with 512k extern RAM,for 512bytes on-chip ram, can anyone show me any advice about this?

Parents Reply Children
  • You'll now have to implement the functions the manual requires XBANKING.A51 to supply. Essentially, those will all be short assembler functions. At the minimum, that'll mean you have to adapt the default implementation provided by Keil, telling it which register serves as "DPX", the most significant byte of 3-byte addresses.

    Also see the VARBANKING directive (or its equivalent options in uVision2), and the example of this pointed at in the manual.