After working successful with FRDM-K22F board fro several month, I can't launch the debugger anymore, I get the following message:
Error in final launch sequence
Error: Unable to configure core for probe index 1.
Wire not connected
LinkServer has been terminated and will be restarted.
Please restart your debug session.
If the problem recurs, please power cycle your debug probe and restart MCUXpresso IDE.
Error: Unable to configure core for probe index 1.
Wire not connected
LinkServer has been terminated and will be restarted.
Please restart your debug session.
If the problem recurs, please power cycle your debug probe and restart MCUXpresso IDE.
There are some hints to solve the problem for other boards like QN908x eval board but the solutions are applicable to K22F MCU. Does anyone has a solution for this?
Best thanks.
The problem is similar to problems described for other boards like Error: Unable to configure core for probe index 1. and https://community.nxp.com/thread/478077 .
Cause of the problem: if you flash a software that corrupts the SWD pin settings during initialization, OpenSDA can't take control of the target MCU.
Solution: same as solution proposed in other discussions
Hope this will help.