how to using LPC-Link2+NHS3152, MCUXpresso

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to using LPC-Link2+NHS3152, MCUXpresso

266 Views
njhr
Contributor I

Everything is new to me, from using the board to the program., so my understanding of these systems is limited...

I purchased the NHS3152 starter kit with the LPC-Link2 .
I will be using the MCUXpresso IDE.
I have connected the LPC-Link2 Probe using Linkserver and added the lpc_chip_43xx_lib, nxp_lpclink2_4370_board_lib, and CMSIS_DSPLIB_CM4 to my project.


Then, in Create a new C/C++ project, select LPC-Link2 to connect the chip and board added above.
After building and debugging the project, I received a warning: 'Invalid project path: include path not found (lpc_chip_43xx_lib\inc\usbd)'.

I also noticed that the Debugger Console also shows 'warning: could not convert 'main' from the host encoding (CP1252) to UTF-32.
This normally should not happen, please file a bug report.' 

How do I resolve this?

Also, I am trying to run the 'LEDblinkly' example since the error was resolved. I'm not sure how to use the program and was wondering how I can add it to the NHS3152.

Tags (2)
0 Kudos
1 Reply

219 Views
KellyLi
NXP TechSupport
NXP TechSupport

Hello @njhr 

The NHS31xx family embedded ARM Cortex-M0+ processors. So, you can make debugging with LPC-LINK2, but you should flash the FW to J-link.

BR

kelly

0 Kudos