User Activity

Microcontroller: STM32L051R8Tx (MSI used as system clock, set to 4.194 MHz) Board: custom design (no Nucleo etc.)The LPTIM1 is clocked by an external LSE (32,768 kHz, +- 10ppm).IDE: Keil uVision V5.36.0.0Compiler: ARM Compiler “Use default compiler V...
Hello,I struggle to use the LSE clock as a source for timer LPTIMER1. My MC is a STM32L051R8Tx and I am using Keil MDK-Lite. ARM Compiler default 5.For debugging purpose I am using the following settings: PSC = 1; ARR = 3275; Interrupt: Auto-reload m...
Hi all,My aim is to develop an iPhone app with UIKit inXcode using CoreNFC to communicate to a ISO/IEC 15693tag. In particular, to communicate to a ST25DV64K type 5 tag.The data exchange between iPhone and tag is done by usingST25DV64K its fast trans...
I thought I could send custom commands to the ST25DV Tag by using the NFC Tap app. Is that possible?In the app there are two fields when I chose "Custom":1) Custom Command. There I enter "AC", to Read Message (mailbox).2) Data: what to enter here? Ca...
An internal voltage regulator allows the external voltage applied on VCC to supply the ST25DVxxKC, while preventing the internal power supply (rectified RF waveforms) to output a DC voltage on the VCC pin.Whats the purpose to output a DC voltage on V...