What is CCS chain_pos?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What is CCS chain_pos?

Jump to solution
889 Views
kavitamathur
Contributor II

Hi,

 

I want to use following command on CCS prompt:

 

ccs::read_mem ::chain_pos ? address_hi? address size space count

 

My queries are :

 

1. What is chain_pos?

2. What is address_hi?

 

Please help me.

 

Thanks & Regards,

Kavita

Labels (1)
0 Kudos
1 Solution
642 Views
hwrobel
NXP Employee
NXP Employee

Use the Debugger Shell to access memory. It is easier to use and supported.

View solution in original post

0 Kudos
4 Replies
643 Views
hwrobel
NXP Employee
NXP Employee

Use the Debugger Shell to access memory. It is easier to use and supported.

0 Kudos
642 Views
sinanakman
Senior Contributor III

Hi Heinz, how do you run the debugger shell ? is this part of CCS ?

This is the CCS I am running if the debugger shell is in another version  :

% show version

CCS Linux Release Build 365p0

CodeWarrior Connection Server version {4.13}

(C) Copyright 2003-2010 Freescale Semiconductor, Inc. ALL RIGHTS RESERVED

Thanks

Sinan Akman

0 Kudos
642 Views
marius_grigoras
NXP Employee
NXP Employee

Hi,

You can open the debugger shell from CW: Window -> Show View -> Debugger Shell.

Marius

0 Kudos
642 Views
lunminliang
NXP Employee
NXP Employee

Hi, Kavita

Yes, as Heinz said. You can use "mem" or "display" in debugger shell, type "help mem" or "help display" for detail description of command.

0 Kudos