User Activity

Hello,I'm working with UART Communication between a RPi and an STMG070RB. For the UART communication I'm using the library function HAL_UART_Receive_DMA.I have an initialize in which the Receive function waits for 3 bytes to be received (My messagehe...
Hello,How do I use the S25R95 on an IRQ/Callback basis?What I have found so far is that there are three callbacks (UpperLayer, PreTxRx, PostTxRx) you can use for the ST25R95, but these are only available during the regular polling/running process.I a...
Hello!I have been working with the NFC05A1 NFC Reader in combination with a G070RB, but am momentarily stuck on how to use it in my own program.I have followed all the steps given in an other post with a person having close to the same issue: https:/...