User Activity

Hi there,we are currently using st25r3911b in our project with F32F302CC.I've ported the example project from here, notice that the latest version is v2.0.0:https://www.st.com/en/embedded-software/x-cube-nfc5.html#st-get-softwareNow I found out, that...
Hi there,we are using ST25R3911B in combination with STM32F303CCTX. Also we are using the "NFC_V_ISO15693" and also the sourcecode from ST to handle the complete communication between ST25R3911B, STM32F303CCTX and also the RFID Tag.But there seems t...
Hi,regarding to AN2606 (PDF page 84 = STM32F303x4(6/8)/334xx/328xx devices bootloader), it seems that the STM32F303K8 doesn't support "CAN1 bootloader", although there's a CAN bus available. Is this a documentation failure or is this a fact?
Hi there,we are using the STM32F303K8 with the NUCLEO-F303K8 board. I installed the latest STM32 Cube IDE v.1.0.0 and wanted to get the CAN bus working.So after searching for the latest documentation it took a while to figure out the new can bus impl...
Hi there, we want to use the ST25R3911B on our own board, so I've implemented the whole SPI communication in a Xilinx Zynq FPGA. So SPI communication is tested and working, so reading writing to registers is no problem.Now I have to implement the RFI...