cancel
Showing results for 
Search instead for 
Did you mean: 

17 bit address

dschul
Associate
Posted on May 18, 2004 at 02:39

17 bit address

2 REPLIES 2
dschul
Associate
Posted on May 17, 2011 at 12:00

Dear all,

Im working on upsd3254 mcu and have read about configuring 12 to 16 address bit. I have a 128kB external Flash (data) memory so I need an aditonal bit, can I use PSDsoft for that? How can I resolve this problem? Where can I get some C examples to handle it?

joseph2399
Associate II
Posted on May 17, 2011 at 12:00

Yes, with PSDsoft on the 80 pin version of the 3254 you can bring out the extra address signals, A12~A15, on the GPIO on port B (A0~A11 are dedicated). To get an extra bit for addressing (A16), you can use one of the page register bits.

Your software will write an appropriate value to the page register that determines if your address line, A16 (page register bit you specified in PSDsoft), is high or low becoming part of your 17 address signals.