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

Using internal XRAM

My project involves using Serial I/O
port. The code written was working fine when
there was EXTERNAL XRAM on board. We have been using Winbond 78E516 cpu.

Now the
EXTERNAL XRAM was removed from the design.
I have tried to utilize the INTERNAL XRAM
in replace of EXTERNAL RAM, and the code
does not working at all. Using the scope
to monitor the TX or RX pin of the CPU, I
did not see anything. I have tried all the options: USE ON_CHIP XRAM checked, USE ON-CHIP ROM checked .... but no luck !!

I even added the STARUP file to the project
by including: setting sfr CHPCON bit4 ..
still no luck.

Does anybody in the forum experience such problem.

0