Hello Team,
I am currently using the NXP SE Host library for the NCJ37A secure element in my project. I have noticed that the library employs a blocking method for SPI communication. I would like to request an example of an SPI driver that utilizes interrupts instead.
Additionally, I have integrated the "aNfcRdLib_SDK_Evaluation_v2.28" NFC reader library within the same project. Could you clarify whether this NFC reader library uses a blocking or non-blocking approach for SPI communication? If it employs a blocking method, I would appreciate guidance on how to implement a non-blocking SPI driver.
After integrating both example libraries provided by NXP, I observed that the applications execute independently without interfering with each other. However, when I try to run both applications simultaneously, only one works—the SE NCJ37A is functional, while the NFC reader is not.
Both clock configurations are different, SPI clock is also different.
Thank you for your assistance.