I m using p89c669 microcontroller for my development. In my software,using two array of size [672] bytes. I use xdata,idata and also pdata which totals 1k memory, but remaining 1k memory i m not able to handle i.e. edata present in p89c669.
-How to handle and use edata or complete 2k memory of p89c669 in keil compiler.
Is it like that defining as xdata itself takes care of edata when memory of xdata exceed 768 bytes. I m taking that value on hyperterminal i got garbage data if array size increases 768 bytes.