pavel-demin / red-pitaya-notes

Notes on the Red Pitaya Open Source Instrument
http://pavel-demin.github.io/red-pitaya-notes/
MIT License
337 stars 209 forks source link

Control of LPF and BPF boards #651

Closed davidhay45 closed 6 years ago

davidhay45 commented 6 years ago

Using sdr_transceiver_hpsdr. It looks like band switching controls the pins on the extension socket E1 of the RP pcb via a status register (sts) in the C source file. Is there a spec of the E1 pin usage please.

pavel-demin commented 6 years ago

Have you seen the information at the following link? http://pavel-demin.github.io/red-pitaya-notes/sdr-transceiver-hpsdr

davidhay45 commented 6 years ago

Yes but I'd forgotten where it was, quite the obvious place. Is the communication controlled via the sts register in the C file?

pavel-demin commented 6 years ago

Is the communication controlled via the sts register in the C file?

pins DIO0_N - DIO3_N are connected to the sts register. pins DIO0_P - DIO7_P are connected to the cfg register.