RTC
Hi Everyone,
I'm using a STM32H747XIH6 board.
checking RTC(Real Time Clock), peripheral through generating gui in STM32cubeide and configuring in STM32cubemx . After all the application completion I'm facing this kind of error ;
"gui/src/model/Model.cpp:3:10: fatal error: stm32h7xx_hal.h: No such file or directory
#include "stm32h7xx_hal.h" in touchgfx run simulator".
If I remove the particular header file in stm32 cubeide the code is not working .
so anyone can help me out ?
Thanks.
