FIX: Another try to see if the "lf em4x 410xsim" becomes better, added the clock in the calls since the auto detection of the clock seems to be wrong. I get 67, instead of 64...

FIX:  changes the transfersize from sim -> pm3,  was 48, now USB_CMD_DATA_SIZE (512) Much faster!
This commit is contained in:
iceman1001
2014-10-27 21:42:41 +01:00
parent 2ae8a312e0
commit 7c756d6892
4 changed files with 13 additions and 8 deletions

View File

@@ -221,7 +221,8 @@ int CmdEM410xSim(const char *Cmd)
/* clear our graph */
ClearGraph(0);
GraphTraceLen = 0;
/* write it out a few times */
for (h = 0; h < 4; h++)
{
@@ -270,7 +271,7 @@ int CmdEM410xSim(const char *Cmd)
/* booyah! */
RepaintGraphWindow();
CmdLFSim("");
CmdLFSim("64");
return 0;
}
@@ -295,7 +296,7 @@ int CmdEM410xWatch(const char *Cmd)
}
CmdLFRead(read_h ? "h" : "");
CmdSamples("16000");
CmdSamples("12000");
} while (
!CmdEM410xRead("64")