Hello everyone,
I'm using
MCUXpresso IDE v10.3.1 [Build 2233] [2019-02-20]
on Ubuntu 18.04 64-bit.
The IDE is great, I like the improvements over LPCXpresso but one thing makes the IDE unusable, at least for me, and that is the debug session. The debug session starts correctly the first time, but the second time it fails due to the fact that the redlink server is not killed. If I do this in a separate terminal:
ps -A | grep redlink
kill XXXX
I can use the debug again.
I use LPCXpresso LPC1347 and a custom board with LPC845 target. I've tested it on LPC845 breakout board and it fails the same way.
I've followed this thread:
https://community.nxp.com/thread/465272
but it didn't help me.
Any suggestions are greatly appreciated...
Regards,
L. Bogdanov