use ICE R/W i.MX 53 UART/SSI registers -blog archive

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

use ICE R/W i.MX 53 UART/SSI registers -blog archive

428件の閲覧回数
fushi_peng
NXP Employee
NXP Employee

Sometimes  need read and modify registers for debug, once ICE connect  board ,  use the memory window do this work.  

For i.MX 53 , if  use  RealView 3.1  dump UART/SSI registers , you will get nothing. So in this case,  the CEXPRESSTION  and SETMEM command  can help you:

CEXPRESSTION used for dump ,   cexpression ((unsigned long *)S:0x50014010)[0]

SETMEM used  for write,  SETMEM 0x50014010 =0x98

Also you can  upload/download memory to file, note the start  address and length should set properly , or  will get error.

For command  syntax , you can reference it :

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0175k/index.html

タグ(1)
0 件の賞賛
0 返答(返信)