2018-10-02 06:15 AM
I'm using RFID EM4095 with my STM32 microprocessor, i'm trying to read the RFID card but i always get bad synch
STM32 Clocks -> 16MHZ ,32KHZ
DMOD_OUT ->PB3, rdyclk -> PA15
I'm using 2 interrupts for DMOUD_OUT, RDY_CLK signal
Algorithm
1.wait for falling edge on DMOD_OUT and disable DMOD_out interrupts and enable RDYCLCK interrupts.