Hi Mario,
Sorry, it took a while. I got the MiniDK yesterday and got it working[Thanks again]. I couldn't reproduce the nvds corruption using QN9020 MIniDK board [except once]. So marking this ticket as answered. Thank you
The one time I managed to reproduce it following were the steps.
Modified wdt_example.c in "QN902x_SDK_1.4.0/Projects/Driver/wdt/src". The image was built using Keil and flash to the DK board. I leave the board running for 5 minutes and then connect using NVDS Configurator
diff --git a/wdt_example.c b/wdt_example.c
index a4a22eb..7cd6fc8 100755
--- a/wdt_example.c
+++ b/wdt_example.c
@@ -37,7 +37,7 @@ int main (void)
while (1) /* Loop forever */
{
- wdt_set(0x7F);
+ //wdt_set(0x7F);^M
delay(1000);
// test lock function