How to reduce flash?
Hello, I am testing the st25r95 with the X-nucleo-nfc03a1 attached to a nucleo-g0b1re, I am successfully running the democycle and reading nfc tags.
In my application I have a limited amount of flash available (<20 Kb) and also,
I only need to detect tags which have the ISO14443A (NFC-A) protocol. To reduce
the amount of flash. One thing I have done (as suggested in another post “How
to minimize flash usage�?) is to set in platform.h -> RFAL FEATURES
CONFIGURATION -> RFAL_FEATURE_NFCV to false. That indeed reduces the flash
usage, but then the communication with the st25r95 stops.
With all the functions enable:
RFAL_FEATURE_NFCV to false:
Only initialization.
Can you give some advice about how to properly deactivate the protocols I don’t need?
Thank you in advance.
