2021-02-24 10:52 AM
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!
2021-02-24 12:00 PM
@Tilen MAJERLE can you look?