hi,
i am using cw for my own board having mpc8313e-revc. its showing following errors. ccs protocol plugin: failed to correctly configure the jteg chain;
plz tell me what could be the possible reasons for the error.
error log is as follows:
CCS: 0000 : ccs_open
CCS: : ipaddr = 127.0.0.1
CCS: : port = 41475
CCS: : timeout = 10
CCS: : serverh = 0
CCS: : ccs_open; ccs_error = 0
CCS: 0000 : ccs_get_connection_count
CCS: : serverh = 0
CCS: : count = 1
CCS: : ccs_get_connection_count; ccs_error = 0
CCS: 0000 : ccs_available_connections
CCS: : serverh = 0
CCS: : count = 1
CCS: : ccs_available_connections; ccs_error = 0
CCS: 0000 : ccs_available_connections
CCS: : serverh = 0
CCS: : count = 1
CCS: : ccs_available_connections; ccs_error = 0
CCS: 0000 : ccs_available_connections
CCS: : serverh = 0
CCS: : count = 1
CCS: : ccs_available_connections; ccs_error = 0
CCS: 0000 : ccs_available_connections
CCS: : serverh = 0
CCS: : count = 1
CCS: : ccs_available_connections; ccs_error = 0
CCS: 0000 : ccs_set_timeout
CCS: : serverh = 0
CCS: : timeout = 10
CCS: : ccs_set_timeout; ccs_error = 0
CCS: 0000 : ccs_config_server
CCS: : serverh = 0
CCS: : cc = 0
CCS: : server_config = 0
CCS: : value = 4030
CCS: : ccs_config_server; ccs_error = 0
CCS: 0000 : ccs_get_config_chain
CCS: : serverh = 0
CCS: : device_list: (size = 0)
CCS: : ccs_get_config_chain; ccs_error = 0
CCS: 0000 : ccs_config_chain
CCS: : serverh = 0
CCS: : cc = 0
CCS: : device_list: (size = 1)
CCS: : device[0]:: core_type=55; device_descr=[ir_length:0;dr_bypass_length:0;bypa
ss_instruction:0]
CCS: : ccs_config_chain; ccs_error = 39
CCS: : Error message:
mpc83xx: Core not responding
CCS: 0000 : ccs_close
CCS: : serverh = 0
CCS: : ccs_close; ccs_error = 0
i had checked following reasons:
power at pin 6
updated cw patch for 8.7 or 8.8
reinstall and run setup.bat
on the warrior connection server; it shows following
(bin) 5 % config load
There are no command converters configured
Server listening on port: 41475
Default configuration file loaded
i have checked the same configuration for th eRDB board with MPC8313E REVC RDB board. there was no problem with the RDB board . in my board the parts are different, but same features.
what could be the problem
jteg configuration file;??
JTEG connection??
RESET ??
You say the parts are different, but the features are the same. If the parts are located at different addresses, or have different initiallization registers, or if the memory layout is different, it is not the same to the JTAG config file. You need to make a copy of the JTAG that is the closest fit to your board's hardware configuration and edit it to match your board.
---Tom
You've got a CodeWarrior problem with a Freescale MPC (Power) chip.
You've posted to the ColdFire (MCF) forum.
For hardware problems you should be posting in the "Other Microcontrollers/Microprocessors" forum here:
http://forums.freescale.com/t5/Other-Microcontrollers/bd-p/MCUCOMM
But for your CodeWarrior problems you should probably be posting in one of the CodeWarrior furums:
http://forums.freescale.com/t5/CodeWarrior-Development-Tools/ct-p/CWPRDCAT
Tom