Hi all,
I have made an application which reads a file from the SD card at a certain trigger event.
Most of the time it works fine but at times it gives an error "FR_DISK_ERR". I checked online and it says this is unrecoverable hardware error.
What I want is to get the controller a complete power reset whenever this error occurs using watchdog. The execution is to be done within the task that gets the error.
I am already using WDT in the timer mode to trigger the event of reading the file from SD card.
The entire application is TI RTOS based.
Please can someone let me know how I can use the WDT to reset the controller whenever this error occurs.
Thank you in advance.
Vikram