Skip to main content
rsiigod
Associate II
August 23, 2023
Question

SPC582B NFC06A1 demo fail

  • August 23, 2023
  • 2 replies
  • 2053 views

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

This topic has been closed for replies.

2 replies

Max VIZZINI
Technical Moderator
September 26, 2023

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.

 

rsiigod
rsiigodAuthor
Associate II
October 19, 2023

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...

Max VIZZINI
Technical Moderator
October 19, 2023

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: