Stefan Kratochwil 561b6d7ff7 Probably (!) fixed problem with spurious interrupts.
After turning on the analog section of the mfrc522, a lot of spurious
interrupts could be observed. Debugging revealed that the mfrc522 did not
give consistent information about an interrupt source.

A closer look into the chip documentation (chapter 9.3.1.4) revealed that
the interrupt pin is open drain by default, but can be set to CMOS.

Switched to CMOS, deactivated internal and external pull down resistors.
No more spurious interrupts.
2024-05-31 15:20:11 +02:00
2024-04-29 21:50:02 +02:00
2024-04-29 21:50:02 +02:00
Description
No description provided
70 KiB
Languages
C 72.5%
CMake 27.5%