56F803 and external data memory

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

56F803 and external data memory

2,094 次查看
hapqt
Contributor I

I'm using SDK2.4 for DSP56F803.I want to erase,write and read the data from external data memory(SST39VF1601) through the data and address bus.But the returned data always 0xFFFF.Is there any error?

 

  ORC #$0008,OMR
  NOP
  MOVE #$AA,X:$5555
  MOVE #$55,X:$2AAA
  MOVE #$A0,X:$5555
  MOVE #$0E,X:$0024
  NOP

  NOP
  MOVE X:$0024,A
  NOP
  ANDC #$FFF7,OMR
  NOP
  MOVE A,Data
  NOP  

 

THANKS.Another problem:can I see the data in the external data memory by the codeworrior windows?

0 项奖励
回复
2 回复数

1,228 次查看
JerryLe
Contributor I

why not change sdk to Codewarrior 8.0 with PE?

 

0 项奖励
回复

1,228 次查看
hapqt
Contributor I

Please help me.Thank you very much.

0 项奖励
回复