I need to set the FWDT to have the WDT be on, the prescaler be 1 and the postscaler be 12.
I can't find any documentation on how to do this programmatically, or any way at all. I can see from the data sheet that I need to set FWDT, but I can't see how to do that.
I tried
_FWDT(0xdc);
But that gives me a compiler error "specifier needed"?