Please follow below steps to clear the cache and enable the debug
Windows:
Open command prompt
type bash -l
cd vnmsh
./connect
1. first clear V3 cache by 0x10333
./update.exe action=0x10333 mh=0x1000000
2. Dump profile again 0x10331
./update.exe action=0x10331 mh=0x1000000
3. enable debug 0x10314
./update.exe action=0x10314 mh=0x1000000
4. enable debug 0x10324
./update.exe action=0x10324 mh=0x1000000
5. profile debug 0x10329
./update.exe action=0x10329 mh=0x1000000
6. Poll the device
7. Dump again 0x10331
./update.exe action=0x10331 mh=0x1000000
Upload vnm.out from %SPECROOT%/SS folder
8. disable 0x10315
./update.exe action=0x10315 mh=0x1000000
9. disable profile debug 0x10329
./update.exe action=0x10333 mh=0x1000000