Project

General

Profile

Bug #5415

Updated by lynxis over 2 years ago

While testing the cardem firmware on a owhw board with a script, the watchdog resets the board from time to time (2-4 times while doing 50 test runs). 
 When the watchdog triggers, the userspace application also exits because the USB transfer errors with a stall (bulk transfer). 

 bootloader version: 87f8de15 (based on ea9a91f5c) 
 app: 87f8de15    (based on ea9a91f5c) 
 I've pushed this version to lynxis/wip. 

 The test look like this pseudo c code 
 <pre> 
 for(i=0; i<50; i++) { 
   reset_modem(); 
   for (j=0; j<5; j++) { 
     if (get_imsi() == 0) 
       break; 
   } 
 } 
 </pre>

Back

Add picture from clipboard (Maximum size: 48.8 MB)