User Activity

Hi,I'm getting this below compile time errors...  undefined reference to `MX_RTC_Init'  However, I have included the rtc.h header file, which contains the declaration of the MX_RTC_Init(void) function.  #include "main.h" #include "cmsis_os.h" #includ...
Hi,I am relatively new to STM32 development and would greatly appreciate any assistance with the following issue.I am encountering the following compile-time error: C:/mvt1/TouchGFX/gui/src/settingsa_screen/SettingsAView.cpp:7:10: fatal error: ..\Dri...