JTAG chain error using CW on T1024RDB board

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

JTAG chain error using CW on T1024RDB board

Jump to solution
1,812 Views
hüseyinergün
Contributor I

Hi,

I'm trying to program NAND flash from scratch for T1024RDB Rev C Evaluation Board. CW version is 10.5.1. I compiled 't1024-core00 for SRAM' and tried to debug the code with 't1024-core00_SRAM_T1024_Download' configuration using CWTAP ethernet, but Code Warrior throws following error "CCS Protocol Plugin: Failed to correctly configure JTAG chain" .

 

I tried  configuration with ..\PA_Support\Initialization_Files\jtag_chains\T1024RDB_RCW_1400_1600.txt, but it didn't work too.

CCS log is in the attachment.

 

Could anyone help me?

Original Attachment has been moved to: T1024RDB.txt.zip

Labels (1)
0 Kudos
1 Solution
1,041 Views
addiyi
NXP Employee
NXP Employee

Please set the board to hardcoded rcw 010011011 (SW1 + SW2[1]) - where 0 is ON, open the ccs.exe from \Freescale\CW_PA_v10.5.1\PA\ccs\bin\, use the following command and provide the output:

delete all

config cc cwtap

ccs::config_chain t10xx

ccs::reset_to_debug

Adrian

View solution in original post

0 Kudos
8 Replies
1,042 Views
addiyi
NXP Employee
NXP Employee

Please set the board to hardcoded rcw 010011011 (SW1 + SW2[1]) - where 0 is ON, open the ccs.exe from \Freescale\CW_PA_v10.5.1\PA\ccs\bin\, use the following command and provide the output:

delete all

config cc cwtap

ccs::config_chain t10xx

ccs::reset_to_debug

Adrian

0 Kudos
1,041 Views
hüseyinergün
Contributor I

Hi Adrian,

There was an error, when i attempted to run config_chain command.

Details are in the attachment.

0 Kudos
1,041 Views
addiyi
NXP Employee
NXP Employee

Please provide the switch settings from your board.

Adrian

0 Kudos
1,041 Views
hüseyinergün
Contributor I

SW1 = 0001 0011

SW2 = 1011 1111

SW3 = 0010 0001

where 0 is ON

0 Kudos
1,041 Views
addiyi
NXP Employee
NXP Employee

Ttry to set the board for NOR boot, then try to flash the NAND device.

Adrian

0 Kudos
1,041 Views
hüseyinergün
Contributor I

Nothing changed

0 Kudos
1,041 Views
lunminliang
NXP Employee
NXP Employee

Hello

The error message shows core is not in good state. You may try to use Hard-coded RCW by switch setting.  SW1[1...8]SW2[1]: 010011011, and try again.

Error message: T1020: Core not responding

Regards

Lunmin

0 Kudos
1,041 Views
hüseyinergün
Contributor I

I tried your suggestion. Unfortunately, i'm getting the same error message.

0 Kudos