Background info:
uC = MSP430F1612 in CSK
IDE = RA v.2
WDT Enabled
LPM disabled
100 Hz Timer A OSTimer (32KHz crystal as source with 328 as timer interval)
Question:
I am back to working on the WDT and find that any of my functions which work with the SD card seem to cause WDT resets. This is probably because of the length of time it takes to work on the SD card. Is there some low-level function I have access to in which I can clear the WDT?