I'm using tcan1146 in a project with SDO/nINT de-multiplexing done using nCS switch.
I wanted to use nINT pin as a watchdog reset, but I can't get Watchdog failure output to work.

I use following configuration:
- WD_CONFIG = Timeout
- WD_ERR_CNT_SET = 1 (5th error)
- WD_ACT = 1 (Sets WD interrupt only)
- SDO_CONFIG = 1 (SDO and nINT)
- INT_ENABLE_1 = 0x80 (WD), rest 0x0.
When watchdog fails, the pulse does not occur on the nINT pin.
When changing WD_ACT to 0 (Turns off INH for 300 ms and sets WD interrupt) i have power reset through INH on 5th error.
And when changing nINT_SEL to 0 (Global Interrupt) i have nINT pin being pulled down (without a pulse / nCS or register cleared) on 1st error (as DS specify).
So i assume the watchdog itself works, but the failure output doesn't. Is there any configuration setting composition needed? Any manual on how to setup this?
The documentation lacks information about application note of this output - like the usage is aimed as INH reset and global interrupt ones) and I'm only working based on assumptions here.
Best regards,
Mateusz