ST25 random address read
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.
- HAL_I2C_Mem_Read_DMA
- HAL_I2C_Master_Receive_DMA
Thank you for your help
