2024-12-06 02:23 AM
Hello,
I am building my own driver for ST25 device. After configuring the GPO I would like to read the register to make sure the config is applied. As said in datasheet I have to use this function:
Which HAL function should I use ? I tried with these 2 functions here but because of the RESTART and second DevSel with R/W set to read, I think is does not work.
Thank you for your help
2024-12-06 03:50 AM
Hi,
is this question here for ST25DV or for ST25R3916(B)?
And I think it would also be good if you describe what actually happens in your system (traces, etc.).
BR, Ulysses
2024-12-06 03:54 AM
Hi,
It is for ST25DV.
I don't have traces because I did not run the code yet. I just don't know which function I should use to implement to have this specific frame with RESTART.
2024-12-06 04:06 AM
Hi,
I would check the sources of X-CUBE-NFC7 or X-CUBE-NFC4 which should contain proper sequences for STM32.
BR, Ulysses