X-CUBE-NFC6 Polling Demo on NUCLEO-L476 can't detect AP2P techs
Hello,
This is sort of related to my earlier post, and is an effort to uncomplicate things a little. I have configured a project using X-CUBE-NFC6 on a NUCLEO-L476 and NFC08A1 board. The demo runs fine, and can detect the different technologies.
However, when I comment out the technologies in rfal_defConfig.h and rfal_features.h so that the only technologies used are RFAL_FEATURE_ISO_DEP and RFAL_SUPPORT_MODE_POLL_ACTIVE_P2P (and LISTEN), I cannot get two L476 boards with the same software to initiate a AP2P connection.
When I load one of the boards with the AP2P_PROP example from the ST25 Embedded Lib examples, however, I can get both boards to communicate. Two boards with AP2P_PROP also will communicate. It is only the X-CUBE projects that seem to have the issue.
I have spent many, many hours going through debugging both projects to see the difference, but there is none that I can tell. Is there some analog config difference that would make this happen?
