ccs write_reg 'space' argument

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

ccs write_reg 'space' argument

ソリューションへジャンプ
1,716件の閲覧回数
vsiles
Senior Contributor I

Hi,

I'm learning how to use the ccs tool with a ls1021atwr board. I currently boot with no core running, and I use ccs to release core 0. In all the documentation and all the question on the forum I read, I see the following command to write to a memory mapped register:

ccs::write_mem <chain_pos> <addr> <size> 0 <data>

However this always returns me a "Scan timeout" error. If I use 1 instead of 0, the write seems to be correctly performed.

 

The 0 is named "space" in the documentation, but I can't find any information about it.

1) What is this argument for ?

2) Why is 0 failing ?

2) Can I safely use 1 instead ?

 

Best,

Vincent

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 解決策
1,488件の閲覧回数
addiyi
NXP Employee
NXP Employee

ccs implements several memory space access:

0 virtual

1 physical_noncoherent

2 physical_coherent

3 virtual_ns

Adrian

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,489件の閲覧回数
addiyi
NXP Employee
NXP Employee

ccs implements several memory space access:

0 virtual

1 physical_noncoherent

2 physical_coherent

3 virtual_ns

Adrian

0 件の賞賛
返信