Hi,
I'm looking for some information about RF certification (EN 300 330) for the TRF7970A on a Linux OS.
We are using the Linux NFC Subsystem (without Neard) to communicate with the reader, so we have netlink commands such as:

We are required to configure the reader to continuous output as well as setting the desired modulation scheme and datarate in order to conform to EN 300 330 standards:

i.e:
TX, 10% mod, 106k, max tx power and
TX, 100% mod, 106k, max tx power etc
I have seen that this is straight-forward when you can directly read/write registers, but this lower-level functionality is not exposed in the Linux userspace from the trf7970a.c driver.
Are there any recommended methods for testing/certifying EN 300 330 for the trf7970a with Linux?
I have attempted to bypass the nfc subsystem by configuring the reader to use spidev, where I could then try to directly R/W registers, but I'm having issues (I believe it has to do with the timing of the SS and EN lines which the driver formerly handled)
Any tips or suggestions would be appreciated. Thanks!