ccs write_reg display direct?

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

ccs write_reg display direct?

ソリューションへジャンプ
603件の閲覧回数
jasonhendrix
Contributor V

When we use the read_reg script in CCS to display register values - are the values displayed coming directly from the proc, or could they be cached somewhere, such as in the emulator?

Hi,

We're trying to bring up our custom board based on the LS1020a.  We're having trouble debugging via JTAG.  We have a bare board with unprogrammed QSPI flash.  So we're trying to override the rcw source with 0x9A and write in our own RCW values.  The problem is we can't "reset_to_debug".  We can write to the RCW register using CCS.  We can then read back the values we just wrote.  Can I now be certain that we actually wrote to and read from processor registers?  Or is it possible that the values we read back were cached somewhere?

ラベル(1)
タグ(3)
1 解決策
487件の閲覧回数
addiyi
NXP Employee
NXP Employee

The values are read from CPU, but without a correct reset these are not applied.

Make sure hreset and treset are tied together and also are tied to jtag pin 10.

Adrian

元の投稿で解決策を見る

1 返信
488件の閲覧回数
addiyi
NXP Employee
NXP Employee

The values are read from CPU, but without a correct reset these are not applied.

Make sure hreset and treset are tied together and also are tied to jtag pin 10.

Adrian