Hii,
Currently, I'm using MCAL_AM263x_08.06.02 package in my project.
I configured Watchdog module in EB and generated configuration files . I found a observation in Wdg_Cfg.h file where Os.h is missed to include .
because of that , I am getting error as below .
When I manually add the Os.h in Wdg_Cfg.h file , it's compiled without compilation error.
Need for Os.h file - This is required when we configure ISR in CAT 2 type.
Thanks.