]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/lfops.c
fix lf sim fpga download overwrites sim buffer (#391)
[proxmark3-svn] / armsrc / lfops.c
index 95965f56f54e5800cc4943c07b1757628b6ba102..641c02e876edf278f611138fd1ec7d3043729e89 100644 (file)
@@ -387,8 +387,8 @@ void SimulateTagLowFrequency(int period, int gap, int ledcontrol)
        int i;
        uint8_t *tab = BigBuf_get_addr();
 
-       //note this may destroy the bigbuf so be sure this is called before now...
-       FpgaDownloadAndGo(FPGA_BITSTREAM_LF);  
+       //note FpgaDownloadAndGo destroys the bigbuf so be sure this is called before now...
+       //FpgaDownloadAndGo(FPGA_BITSTREAM_LF);  
        FpgaWriteConfWord(FPGA_MAJOR_MODE_LF_EDGE_DETECT);
 
        AT91C_BASE_PIOA->PIO_PER = GPIO_SSC_DOUT | GPIO_SSC_CLK;
Impressum, Datenschutz