Just out of the box experience

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

Just out of the box experience

403 Views
info44
Contributor I

Hi All,

Just getting familiar with the NXP LPC controllers.

I am stuck with the following:

LPC812: Failed on connect: Ee(36). Could not connect to core.

LPC845: Failed on connect: Ee(42). Could not connect to core.

Any idea's?

Kind regards,

Peter

Labels (3)
0 Kudos
1 Reply

321 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Peter,

From the description, there isn't any connection established.

Do you use NXP demo board or yourself designed board? If NXP demo board, which one?

Anyway sometimes we failed connect board in debug mode due to MCU comes out of reset and executes such code before the debugger can take control of the system, then the debugger will not be able to make a successful debug connection. for example:

1. MCU is in very low power mode

2. watchdog is enabled. Keep reset.

3. incorrect CPU clock setting

4. debug pins disabled.

etc.

The possible solutions:

- enter ISP mode, do mass erase. then try debug.

- change another debug interface for example Jlink, CMSIS-DAP. etc

- test the connection with creating a new project in a new workspace. test your board with changing another computer, cable, etc.


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