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...