Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/04/00 10:33
Read: times


 
#2066 - RE: Help with PSD913F2 stack initialisation
Hello Jesus,

you must not initialize the stack, since the compiler
does it already.
Your program was correct and must work fine
with any OTP device.

But on using external ROM/RAM it can be, you
use also the WR and RD signals (shared with P3).

So try better using P1.
Also you can use all other P3 port pins if RD and WR always
was hold in high state.
E.g.:

P3 = 0xC0 | 0x55;
P3 = 0xC0 | 0xAA;

Watch also all other alternative port functions
(e.g. RXD, TXD on using the UART).


Peter


List of 3 messages in thread
TopicAuthorDate
Help with PSD913F2 stack initialisation            01/01/70 00:00      
RE: Help with PSD913F2 stack initialisation            01/01/70 00:00      
RE: Help with PSD913F2 stack initialisation            01/01/70 00:00      

Back to Subject List