Can XGATE address external memory?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Can XGATE address external memory?

2,032 次查看
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 回复数

813 次查看
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 项奖励
回复

813 次查看
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 项奖励
回复

813 次查看
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 项奖励
回复