2022-02-28 09:57 PM
2022-03-01 06:19 AM
It means that the HAL RTC files haven't been included. Open up the *_hal_conf.h file and RTC module is enabled with the line:
#define HAL_RTC_MODULE_ENABLED
2022-03-01 10:14 PM
@TDK
As in, put this line in main? If so it still shows the same error.
2022-03-01 10:19 PM
@TDK if u mean to enable it looks like it is already enabled
2022-03-01 10:20 PM
No, in *_hal_conf.h. The line should already be in there, ensure it's not commented.
2022-03-01 10:21 PM
Include your IOC file if you can, or project code.
2022-03-01 11:07 PM
Yes the above picture in inside hal_conf.h as you can see the second last define shows it has been enabled by default.
2022-03-01 11:18 PM
2022-03-02 06:32 AM
I'm not sure, looks like it should be working. Can you post the exact error message(s) you're getting?
2022-03-02 09:10 AM