Hi.
I just purchased an LPC55s16-EVK and I am currently not able to load the Hello World example imported from the SDK.
Initially, when powered the LPC55s16-EVK board for the first time everything looked fine. The application that comes pre-loaded in the board does what it is supposed to do (the D4 RGB LED blinks and changes colour if USR and WAKEUP buttons are pressed).
The next step was to load other examples. So, using MCUXpressoIDE_11.5.0_7232 on Windows, I installed the SDK_2_11_0_LPCXpresso55S16.zip SDK and imported the Hello World example. After successfully building the example I tried to Debug it but the operation fails because no probes are detected:

After looking for information on how to resolve this issue on the board's user manual I noticed the following information regarding the D8 Link2 LED:

... and the fact is that, after paying closer attention, the D8 LED starts blinking as soon as a USB cable is connected to J1.
So my, current doubts are:
- Is the fact that the D8 LED is blinking and Link2 boot has failed the reason why It is not possible to run the HelloWorld from MCuXpresso using the debugger?
- How can I solve this issue? (Or al least what could I check next to investigate this issue a bit further)
Thanks in advance for the support!