P1010-RDB-PA Init Failed

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

P1010-RDB-PA Init Failed

1,305 Views
weizhansong
Contributor I

Dear all,

   I have boug

 

ht a P1010-RDB-PA from Freescale,and follow the DEMO to finish our board, but when I use CW for Power Architecture v10.3.3 to connect our board,it init failed. When I compare the log from IDE, it fail at reading memory,here is the log :

ccs_read_register

              coreh = [serverh:0:cc_index:0:chain_pos:0]

              index = 2032

              count = 1

              size = 4

               value: ( size = 4)

                                00000000

but I check the DEMO, the log is here:

ccs_read_register

              coreh=[servrh:0:cc_index:0:chain_pos:0]

              index = 2032

              count = 1

              size = 4

               value:( size = 4)

                                FFFFFFFC

So is there any problem at our board?Thanks!

Labels (1)
0 Kudos
3 Replies

597 Views
catalindemergia
Contributor IV

Hello,

Try to make a simple application using CodeWarrior's wizard. Make sure

you select your hardware and from the project settings provide the correct

initialization file (P1010RDB_init_core.tcl, you will find it in your install path)

regards,

Catalin

0 Kudos

597 Views
weizhansong
Contributor I

Hello,

Thanks for your answer, but now we come to a new error:

Error launching test3-core00_RAM_P1010_Download

CCSProtocolPlugin : Secure debug violation

Here is some log form IDE,

ccs_config_server

serverh = 0

cc = 0

server_config = 0

value = 10230

ccs_config_server; ccs_error = 0

ccs_get_config_chain

serverh = 0

device_list: (size = 0)

ccs_get_config_chain; ccs_error = 0

ccs_config_chain

serverh = 0

cc = 0

device_list: (size = 1)

  device[0]:: core_type=p1010(219)

ccs_config_chain; ccs_error = 39

Error message: p1010: Secure debug violation

ccs_get_subcore_error

serverh = 0

cc = 0

error = 57

chain_pos = 0

ccs_get_subcore_error; ccs_error = 0; duration=2 ms

ccs_in

coreh = [serverh:0;cc_index:0;chain_pos:0]

ccs_io addr: (size = 4)

   0x00000000 0x00035b61 0x00000000 0x00000000

value: (size = 8)

   01880000 00000200

ccs_in; ccs_error = 0; duration=2 ms

ccs_kill_server

serverh = 0

ccs_kill_server; ccs_error = 0

Could you kindly help us to debug this error? Thanks!

0 Kudos

597 Views
lunminliang
NXP Employee
NXP Employee

It seems recently several users met similar things on P1010RDB, is your USBTAP relative old? Some has avoid this using newer one. Also there is new version CW10.4 for public download, you may have a try.

0 Kudos