mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
chg: 'hf 14b' deviceside cleaning
This commit is contained in:
parent
8f4c96cc81
commit
c74360a629
1 changed files with 5 additions and 8 deletions
|
@ -546,19 +546,16 @@ static void TransmitFor14443b_AsTag( uint8_t *response, uint16_t len) {
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
void SimulateIso14443bTag(uint32_t pupi) {
|
void SimulateIso14443bTag(uint32_t pupi) {
|
||||||
|
|
||||||
///////////// setup device.
|
// setup device.
|
||||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||||
|
// Set up the synchronous serial port
|
||||||
|
FpgaSetupSsc();
|
||||||
// connect Demodulated Signal to ADC:
|
// connect Demodulated Signal to ADC:
|
||||||
SetAdcMuxFor(GPIO_MUXSEL_HIPKD);
|
SetAdcMuxFor(GPIO_MUXSEL_HIPKD);
|
||||||
|
|
||||||
// Set up the synchronous serial port
|
|
||||||
FpgaSetupSsc();
|
|
||||||
/////////////
|
|
||||||
|
|
||||||
// allocate command receive buffer
|
// allocate command receive buffer
|
||||||
BigBuf_free();
|
BigBuf_free(); BigBuf_Clear_ext(false);
|
||||||
BigBuf_Clear_ext(false);
|
|
||||||
clear_trace(); //sim
|
clear_trace(); //sim
|
||||||
set_tracing(true);
|
set_tracing(true);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue