User Activity

Hello,I've got a STM32H745BI on custom board and I cannot get it working. The program always jumps to the error handler at while((__HAL_RCC_GET_FLAG(RCC_FLAG_D2CKRDY) != RESET) && (timeout-- > 0)); if ( timeout < 0 ) { Error_Handler(); }I've ...
Hello,I'm trying to read RFID cards using the Nucleo-F446RE and MFRC522. I've found this library, but it just always fails atfatal error: stm32f4xx_rcc.h: No such file or directory fatal error: stm32f4xx_gpio.h: No such file or directoryI've tried se...