Skip to main content
ssk
Associate III
April 17, 2015
Question

Warning-Unknown break cause !!!

  • April 17, 2015
  • 2 replies
  • 1042 views
Posted on April 17, 2015 at 10:55

Hello,

I am trying to execute a simple serial driver application on my target board. It uses SPC560D30L3 MCU. I have tested the same code using SPC Discovery kit (SPC560D30L3) mounted on it. The code executes successfully on Discovery kit but fails to execute on actual target hardware. When debugged, it displays following warning,

''Warning, Core::PpcJtagTargIntf, Unknown break cause !!!''

It hangs inside the function 'componentsinit' giving above warning. What could be wrong? Is any other configuration required for MCU or for debugger? I am using SPC5-UDESTK debugger here.

Thanks in advance for your any help.

Mike.

#jtag
This topic has been closed for replies.

2 replies

ssk
sskAuthor
Associate III
April 17, 2015
Posted on April 17, 2015 at 11:31

Please find attached image for the situation. Thanks.

Mike.

________________

Attachments :

ST_SPC_Debug_Error_01.png : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006Htfe&d=%2Fa%2F0X0000000aVc%2F1GzRQrW89.CPNeWH19vhVGq6RxnqF2jHPox9Y6r5BEA&asPdf=false
Erwan YVIN
ST Employee
April 20, 2015
Posted on April 20, 2015 at 09:56

Hello Mike ,

it is a data Abort.

You should go step-by-step to check what is the issue.

often , you try to access to ''forbidden'' registers.

Are you using a oroginal Application Wizard demo ?

Best regards

                              Erwan