2023-08-22 06:08 PM
Hi everyone
Good day~
I have been working on "SPC582Bxx_RLA AEK COM NFC06A1 Key Detection - Trunk System Control" recently and it seems there are several issues that I have encountered:
1. The SPI pin OERC needs to be set to "Strong Driver".
2. The "platformLog" function doesn't print characters; I need to change it to "printf".
3. There was a failure in including "stdio.h", but I have already resolved it.
4. Comparing it to the STM32 demo, it appears that "listen mode" might be missing.
5. The NFC tag doesn't seem to respond, trigger, or provide Tag information.
Could you please provide guidance on how I should proceed with my further attempts?
Best Regards
Rsiigod
2023-09-26 03:14 AM
The demo is a subset of the STM32 version. It was conceived only to get the trigger from the NFC from the mobile phone.
The only available library is the RFAL but to read the tag information you need to port the NDEF library.
2023-10-19 12:38 AM
Hi @Max VIZZINI
Good day~
Currently, the following card types can read UDI:
NFC-B (ISO 14443B)
NFC-F (Felica™)
NFC-V (ISO 15693)
Remain:
There are still problems with NFC-A (ISO 14443A).
I know this code is ported from STM32.
It works fine on STM32 but doesn't work properly on SPC5...
2023-10-19 01:14 AM
Hi,
Yes, it does need improvements, but not on our priority path for the moment.
If you are willing to fix it, we will integrate it in next release with a BIG THANK YOU! :grinning_face: