fpga iclass

This commit is contained in:
iceman1001 2020-07-07 13:18:53 +02:00
commit b775b68e4e
5 changed files with 37 additions and 35 deletions

View file

@ -119,7 +119,7 @@ void HfPlotDownload(void) {
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
FpgaSetupSsc();
FpgaSetupSsc(FPGA_MAJOR_MODE_HF_GET_TRACE);
AT91C_BASE_PDC_SSC->PDC_PTCR = AT91C_PDC_RXTDIS; // Disable DMA Transfer
AT91C_BASE_PDC_SSC->PDC_RPR = (uint32_t) this_buf; // start transfer to this memory address