• For using the Philips P89C669 , how to handle the expanded program memory to 96k ?
    I know it can expanded program memory to 96k via the code banking mechanism. I want to know whether there is anyother way to achieve this arm. I set Code Rom Size to Huge 8MB program and Hex to...
  • For using the Philips P89C669 , how to handle the expanded program memory to 96k ?
    I know it can expanded program memory to 96k via the code banking mechanism. I want to know whether there is anyother way to achieve this arm. I set Code Rom Size to Huge 8MB program and Hex to...
  • p89c669 edata handling in keil copiler
    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...
  • p89c669 edata handling in keil copiler
    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...
  • Does Keil simulator fix pdata on on-chip XRAM page 0 if on-chip XRAM MCU present?
    I build a C51 program and want to show someone else how the pdata variable is stores in C51. The result seemed there exit some problem. I found if I select non on-chip XRAM such as Philips P89C51, the...