We were trying to get the release build to run for a custom LPC11U68 PCB.
1. Previously, the debug configuration ran fine.
2. We tried to make a release version. In that process, the LS driver for the Link2 got deleted or lost.
3. Now the debug configuration does not run either.
I don't see anything in the make files that relates to the Link2 to put the driver back,
How do I proceed?
jDrum
解決済! 解決策の投稿を見る。
Hi
Please create a new project under a new workspace. check if connection works for this one?
If still fail connection, run your project in ISP mode. How does this work?
If neither of above can solve the problem, update your LPC Link2 firmware with Jlink interface. try if Jlink connection works for your board?
https://www.nxp.com/design/microcontrollers-developer-resources/lpcscrypt-v2-1-2:LPCSCRYPT
Have a nice day
Jun Zhang
Jun Zhang
Hi
Please create a new project under a new workspace. check if connection works for this one?
If still fail connection, run your project in ISP mode. How does this work?
If neither of above can solve the problem, update your LPC Link2 firmware with Jlink interface. try if Jlink connection works for your board?
https://www.nxp.com/design/microcontrollers-developer-resources/lpcscrypt-v2-1-2:LPCSCRYPT
Have a nice day
Jun Zhang
Jun Zhang
Hello @ZhangJennie
Thank you for the suggestions. We will try the ISP mode.
We solved the problem. There were two main issues.
1. There were two XML .project files in our project. This led to a very long project because every time we did an export the entire project was copied to the previous debug folder. We cleaned the project outside of the IDE.
2. During our tries to make a release launch the LPC11U68 chip locked up and no longer oscillates. A second PCB works OK.
We are trying to get the bad chip to come alive by using FlashMagic, but will probably replace the chip.
3. The Release launch needs the chip and the board projects to be also recompiled in release mode.
4. The LS link server file is added to the project during a successful launch.
jDrum