When using the linux_libnfc-nci with LPCUSBSIO as described here, there seems to be an issue with Card Emulation. Sending a large response to the reader (~200 bytes) seems to cause the library to lock up and no longer process any other commands.
This does not occur when using the library in alt mode, nor when using the code provided in SW4335, so it seems to be specific to the linux_libnfc-nci with LPCUSBSIO combination.
I've attached some logs in a GitHub issue (https://github.com/NXPNFCLinux/linux_libnfc-nci/issues/133)
Is this a known limitation, or is there a workaround for this issue?
Thanks!