Can XGATE address external memory?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Can XGATE address external memory?

2,034件の閲覧回数
AndersJ
Contributor IV
Does XGATE have any limitations in how it accesses external memory?
If so, what are the workarounds?
Thanks,
Anders J
ラベル(1)
0 件の賞賛
返信
3 返答(返信)

815件の閲覧回数
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 件の賞賛
返信

815件の閲覧回数
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 件の賞賛
返信

815件の閲覧回数
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 件の賞賛
返信