User Activity

Hello,I am using STM32F302RCT6 in my custom board. I am trying to setup the SPI dma to directly transfer from external flash to TFT display, so it is the most efficient.Details of implementation:- External flash is connected to SPI-1- TFT display is ...
Hello, I incorporated the demo_polling.c example from the RFAL library (STM32CubeExpansion_NFC6_V1.1.0) into my custom application.My work uses NFC-V tags and by calling demoCycle() function, the application is able to detect the tag repeatedly. This...
Hello, I am using the polling demo example from the RFAL library (STM32CubeExpansion_NFC6_V1.1.0) and added it to my custom application. My work now just requires me to use NFC-V tags. Therefore, I only selected RFAL_FEATURE_NFCV but it appears the c...
I am currently using a st25r3916 chip in my application (embedded) and downloaded the  ST25 Embedded NFC library (STSW-ST25R-LIB).All I want at this point is a proof of concept that the st25r3916 chip sends an interrupt to my application each time a ...