How to configure the watchdog in code generation?

May I ask where the watchdog is configured in TI C2000 Target code generation?

Hello,

The watchdog cannot be directly enabled using the TI C2000 TSP with our public facing blocks and configurations. Generally, our rate monotonic scheduler should be able to catch and handle almost all instances of some sort of lockup or the code taking too long to run. However, we can create a custom solution to use the watchdog if desired using the custom code blocks. I will email you with more details.