update changelog

+fix a comment typo
+ move clear bigbuf after fpgadownloadandgo...
This commit is contained in:
marshmellow42 2018-02-14 15:41:39 -05:00
commit 2896e490d9
3 changed files with 7 additions and 4 deletions

View file

@ -33,14 +33,15 @@ void ModThenAcquireRawAdcSamples125k(uint32_t delay_off, uint32_t period_0, uint
// use lf config settings
sample_config *sc = getSamplingConfig();
// clear read buffer
BigBuf_Clear_keep_EM();
/* Make sure the tag is reset */
// Make sure the tag is reset
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
WaitMS(2500);
// clear read buffer (after fpga bitstream loaded...)
BigBuf_Clear_keep_EM();
// power on
LFSetupFPGAForADC(sc->divisor, 1);