cancel
Showing results for 
Search instead for 
Did you mean: 

How to read RFID card using MFRC522?

XXien.1
Associate

Hello,

I'm trying to read RFID cards using the Nucleo-F446RE and MFRC522. I've found this library, but it just always fails at

fatal error: stm32f4xx_rcc.h: No such file or directory
fatal error: stm32f4xx_gpio.h: No such file or directory

I've tried searching for these files on the internet, I've found some and included them into the project too but the names didn't have the "xx" and had additional "tm_" prefix, so I renamed them. But that gave me only around 50 more errors...

What is the right way to import this library (or suggest another, if you have better one) so it works? Thank you very much!

1 REPLY 1
Pavel A.
Evangelist III

@Tilen MAJERLE​ can you look?