Dear Fabian,
The issue has been resolved, and it has been confirmed that the evaluation board connects to the PC via VCOM.
It seems that the settings in MCUXpresso IDE were not configured correctly. After tinkering with various options in the Debug Configuration screen, the connection suddenly started working. However, since I was randomly trying different things, I can't pinpoint which specific change fixed the issue.
For now, I have confirmed that the evaluation board operates in card emulation mode. I am currently analyzing the sample code to better understand it so that I can port it to another microcontroller and make it work.
Thank you for your support.
Best Regards
Hello sir,
I would be great to know what might the issue be.
But at least it has been resolved, we will check it also from our side to discard any problems in our configurations and software.
Thank you very much for letting us know this.
Hello sir,
We don't recommend the use of PN7150 for new designs, if you are in an early stage of development please explore the possibility of using PN7160 for a new design since, the support for PN7150 is very limited.
Regarding your issue, have you tried our PN7150 example (SW4325) this is an example that provides the possibility of emulate a T4T and, can be read by the TagInfo App.
For further information please take a look at AN11990
Hello Sir,
Thank you for your response.
Then I will consider using the PN7160.
Could you please provide the datasheet and sample code for the PN7160 to replace the PN7150's AN11990 and sample code?
Additionally, although I assume it may be mentioned in the datasheet, could you let me know the most recommended combination of microcontroller board and NFC controller board?
Best Regards,
Tadashi
Hello sir,
The application note for running the software can be found in the following link:
I can also be found in the PN7160 link, scrolling down to the Documentation section and looking for AN13288
The software can be found in the PN710 site but, in the Software section as SW6705
The recommended MCUs are mentioned in AN13288 but they are: LPC82x, LPC55S6x and i.MX RT1170.
Based on AN13288, I have purchased the following items:
- OM13071 LPCXpresso824-MAX board
- NFC controller board (OM27160A1HN)
- Arduino interface board (OM29110ARD-B)
Following the instructions in Section 2.1 (LPC82x) of AN13288, I completed the hardware setup, ensuring the above three components are correctly connected.
As per Section 3 (SW setup), I installed MCUXpresso IDE and imported the project.
Following the instructions, "Click on the 'dark blue bug' icon to build the project," I selected NXP-NCI2.0_LCP82x_examples<RWandCE_Debug> in the Project Explorer and clicked on the dark blue bug icon.
However, the following Error(A) appeared below.
Then appeard Error(B).
What steps should I take to resolve these errors (A) and (B), to successfully build the project to start debugging?
/////////////////////////////////////////////////////////////////////////////////////////////////Error(B):
Error in final launch sequence:
Failed to execute MI command:
-target-select remote localhost:2331
Error message from debugger back end:
localhost:2331: Connection timed out.
Failed to execute MI command:
-target-select remote localhost:2331
Error message from debugger back end:
localhost:2331: Connection timed out.
localhost:2331: Connection timed out.
Hello,
Could you please clarify that you have installed the LPC82x SDK? This has to be downloaded in the following site: https://mcuxpresso.nxp.com/en/select by searching the board's name: LPCXpresso824MAX
The full guide is in the following link: https://www.nxp.com/webapp/Download?colCode=UM10830
My recommendation would be to please test the board by flashing one of the examples from the SDK and then, follow AN13288.
In case the issue is still persistent, please make sure you are using the latest MCUXpresso and, NCI-example software version from the PN7160 site.