Microcontrollers damaged by a big download

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

Microcontrollers damaged by a big download

632 Views
killermax
Contributor I

Hello,

since 2009, I'm using Codewarrior 8.2.3 with some boards based on MC56F8367, and USB TAP for debug. 

In the last week, testing an application of increasing size, initially the cpu started to behave strangely when the size of the download exceeded 260 Kbytes.

I then started doing debugging tests, but from one moment to the next, the programming no longer happened, and the message "CCSProtocolPlugin: Unknown protocol error" began to appear.
I tried with other applications, other TAPs and other PCs, but the CPU seems dead.
Then I took another cpu, I transferred the application of about 280kbyte, at first apparently with a positive result, but from the second transfer, the same error of the first cpu appeared, and even this cpu now seems hopelessly dead.

I would therefore ask if it is conceivable that the download may have damaged the microcontrollers, and what to do to avoid it.

Thanks.

Mario

0 Kudos
Reply
1 Reply

539 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi

please check if the USBtap is correctly installed and recognized ?
Plug the USBTap on the PC, launch the CCS and type:
       show com
       delete all
       show cc
       config cc utap
       show wdv
       show cc

 

 

Basically the problem was the "config cc utap" is what fixed everything to work.  Don't forget to save the config after you do this.


Have a great day,
Jun Zhang

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply