Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).
hi to all,
I am facing a problem regarding running the watchdog timer on evm5502 development
board.
I have run the watchdog timer on the board such that if it completes then it will give the INT3
interrupt by setting the register TSSR as CHIP_FSET(TSSR, IWCON, 0x3) and it is running.
But, If i make watchdog timer points to RESET by setting IWCON =0x01 as CHIP_FSET(TSSR,
IWCON, 0x1),then it is not running.
Can anybody please suggest me what needs to be done else in order that the watchdog timer
triggers the Reset interrupt.