Hi,
I have been working with the IMXRT1064 board just well so far, I succeed to flash my program using the ethernet controller, etc... And after some months without using it, coming back with the same program, I get the following error when trying to flash the board with a copy/paste .bin images, error: The interface firmware FAILED to reset/halt the target MCU.
So I tried to flash the hello world sample in the MCUXpressoIDE and I get an error pop up showing the following error : Unable to connect wire for probe index 1. I have updated the firmware as suggested in other threads to DAPLink v0246 but this doesn't solve the issue.
I finally used the https://github.com/JayHeng/NXP-MCUBootUtility to erase the flash memory. I proceed in the following way: first I put the board in serial download mode, I erase the ROM memory with the following configuration :

Then I switch the boot mode to internal boot again, I try to flash the hello world sample in MCUXpressoIDE and still have the Unable to connect wire for probe index 1 error. I finally succeed to flash the sample using the MCUbootUtility selecting the .axf file generated by the MCUXpressoIDE.
But I still face the Unable to connect wire for probe index 1 error in MCUXpressoIDE.
How should I proceed to get rid of this error and being able to flash the board with MCUXpressoIDE and flash with copy/paste as before ?
Thanks for your help.
Regards.