Hi,
I am playing around to see whether it is possible to transfer information between 2 CLEV6630B (i.e. NFC P2P communication). I have 2 CLEV6630B but I only have 1 LPC-LINK 2. I didn't find a way to run the program on CLEV6630B without LPC-LINK 2.
I can understand that when deploying the code to CLEV6630B, there is a need to run a middleware to transfer/decode my script into the target device. However, I cannot understand why there is any necessity to keep the link board all the time while the device is running. Is there any way that I can run my program on CLEV6630B without consistently connecting to an LPC-LINK 2 board?
Thanks a lot in advance!
Haifeng.
Solved! Go to Solution.
 
					
				
		
 Kan_Li
		
			Kan_Li
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello @Haifeng ,
I assume you are using MCUXpresso IDE , then you may find the projects from NFC reader library contain Debug and Release version, the Release version can run standalone without connected to LPC-LINK 2 after the CLEV6630B programmed.
Hope that makes sense,
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
 
					
				
		
 Kan_Li
		
			Kan_Li
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello @Haifeng ,
I assume you are using MCUXpresso IDE , then you may find the projects from NFC reader library contain Debug and Release version, the Release version can run standalone without connected to LPC-LINK 2 after the CLEV6630B programmed.
Hope that makes sense,
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Thanks for your reply!
That exactly solved my problem. Thanks a lot.
FYI, if there is anyone who finds this thread and builds the release version with the error said cannot find lpc_board_nxp_lpcxpresso_1769, you can try to build that project in the library before building your own project.
Best Regards,
Haifeng.
 
					
				
		
 Kan_Li
		
			Kan_Li
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Haifeng,
It's great to know this issue got solved on your side! and Thanks for the sharing!
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
