This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSCNCD263: Wdg Mcal - Generation issue in configuration files

Part Number: TMDSCNCD263

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.