-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LPC1768 debugging via J-Link #18
Comments
Hi all,
When I compiled the project, I spotted message from Platformio about installing j-link... something. Such a message DID NOT appear when I compiled the same project for LPC1768! As next step I connected J-Link Lite back to board with LPC1768, adapted platformio.ini (below), made build and tried upload and debug. platformio.ini for LPC1768:
|
Further update: Upload to STM32L053:
|
Hi all, |
Hi all,
I need to debug LPC1768 in MKS SBASE v1.3; my origin target was to debug Marlin 2.0. OS is Windows 10 Pro 64bit. I'm using the older original SEGGER version of J-Link Lite. I'm able to connect to the board and talk to LPC1768 via SEGGER's tools, but I didn't manage to get debugging from Platformio working. In order to reduce complexity, I tried to make naked LPC17xx project within Platformio from the scratch, compiled t and ended with following report by trying the debug:
Due to doubts about Platformio's support for old J-Link Lite I made following steps just now:
==> it was trying to use mbed protocol, hence I modified platformio.ini as follows:
and DEBUG CONSOLE:
DEBUG CONSOLE:
(the last sentence says: "Connection wasn't established because it was actively refused by target computer")
========================
Sorry for long message. I just wanted to provide you with as much of details as possible, because I have to return back the J-Link Pro tomorrow morning.
May i please ask you for creating smallest possible project for generic LPC1768 and configure it for successful debugging via J-Link?
With such a working reference it might be easier for me to investigate for root cause on my side.
Thank you in advance
brgds
dzejaar
The text was updated successfully, but these errors were encountered: