Hello, I'm currently using some of the LPC932's XRAM with settings of "Use On-Chip XRAM" and memry model PDATA, which I understand will only acess 256 bytes. How can I access the other 256? If I use the Large memory model, do I have to define vars as xdata myvar? How does this affect using on-chip xram and real external ram? Thanks in advance.