Question
MX_RTC_Init undefined
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"
#include "fdcan.h"
#include "i2c.h"
#include "lwip.h"
#include "rtc.h"
#include "spi.h"
#include "usart.h"
#include "usb_device.h"
#include "app_touchgfx.h"
Why does CubeIDE still giving me this error?
Thanks
