56F803 and external data memory

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

56F803 and external data memory

2,025件の閲覧回数
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,159件の閲覧回数
JerryLe
Contributor I

why not change sdk to Codewarrior 8.0 with PE?

 

0 件の賞賛
返信

1,159件の閲覧回数
hapqt
Contributor I

Please help me.Thank you very much.

0 件の賞賛
返信