Hello,
i have a Problem to connect my LPC55S28-EVK via the On-Board Debugger with MCUExpresso. If i press the Debug Button, loaded the gpio_led_output example before by the SDK, i get the error message "An internal error occurred during: "Opening RedlinkServer telnet session..."".
I saw an older post with the same error, but it wasn't solved.
Thanks, Nicolas
Solved! Go to Solution.
It seems that in your case there is some other application (firewall? FireBird? ) server is using the same port. Therefore, it is blocking access to one of the localhost TCP/IP ports that the IDE is trying to use to communicate with redlinkserv executable. You might be able to identify this using info such as:
https://stackoverflow.com/questions/48198/how-can-you-find-out-which-process-is-listening-on-a-port-...
However, removing one of the ports from the default list in the IDE should not cause any issues as long as at least a couple of ports are free.
HI NIB
To identify the problem is on board side or PC side, please test your board on another computer. can it be connected?
on PC, please install the latest MCUXpresso IDE 11.5.0 and SDK2.11
Thanks,
Jun Zhang
Hi,
I downloaded the latest version mentionated.
Tried with the same board in another PC running an example of SDK and it works. But with the same PC and board the error remains. Both PCs have Windows 10. And the protocol of instalation was identical.
Thanks, NIB.
To avoid old association, create a NEW workspace and NEW project, test connection. how does it work?
That doesn't works. Definitively it's any problem with the PC, cause i tried with another computer of the lab and i can debug examples of the SDK.
It seems that in your case there is some other application (firewall? FireBird? ) server is using the same port. Therefore, it is blocking access to one of the localhost TCP/IP ports that the IDE is trying to use to communicate with redlinkserv executable. You might be able to identify this using info such as:
https://stackoverflow.com/questions/48198/how-can-you-find-out-which-process-is-listening-on-a-port-...
However, removing one of the ports from the default list in the IDE should not cause any issues as long as at least a couple of ports are free.
It's that! The process of firebird "fbserver.exe" is blocking the port that want be used debugging the project from mcuxpresso.
I don't know how edit the default list of ports TCP from the IDE, but uninstall Firebird was a solution.