Can XGATE address external memory?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can XGATE address external memory?

2,034 Views
AndersJ
Contributor IV
Does XGATE have any limitations in how it accesses external memory?
If so, what are the workarounds?
Thanks,
Anders J
Labels (1)
0 Kudos
Reply
3 Replies

815 Views
kef
Specialist I
Don't know how on S12XE, but S12XD and S12XA XGATE can't access external memory and EEPROM. Only all onchip RAM, whole 2k registers block and 30kB of flash.
 
0 Kudos
Reply

815 Views
HSW
NXP Employee
NXP Employee
This is also true for S12XE devices. The XGATE's memory map does not contain any external address space.
There are only two ways to let the XGATE access data from an external memory:
  1. Let the CPU12 copy the data into shared RAM space.
  2. Switch into single-chip mode and drive the external memory interface through GPIO. (...but, wouldn't really recommend that :smileywink: )

0 Kudos
Reply

815 Views
Fast
Contributor V
Have you tried to reach the port replacement registers such as PORTA and PORTB in emulation modes?
 
And GPIO is not too bad if you do not often need to change direction and wait for DDR.
 
Fast
0 Kudos
Reply