SDDC_Driver
Loading...
Searching...
No Matches
HWSDRtable.h
1
2/*
3HWSDRtable.h v1.2
4Hardware detection of BBRF103 family SDRs
5+--------------+-------+------+------+------+------+------+------+------+------+----------------------------+
6| SDR | MODEL | GPIO | GPIO | GPIO | GPIO | GPIO | GPIO | GPIO | GPIO | USED BY |
7| | # | 33 | 36 | 45 | 50 | 51 | 52 | 53 | 54 | |
8+--------------+-------+------+------+------+------+------+------+------+------+----------------------------+
9| BBRF103 | 0x01 | - | - | - | pd* | - | - | - | LED | Oscar Steila |
10+--------------+-------+------+------+------+------+------+------+------+------+----------------------------+
11| HF103 | 0x02 | - | - | - | - | pd* | - | - | LED | Oscar Steila |
12+--------------+-------+------+------+------+------+------+------+------+------+----------------------------+
13| RX888 | 0x03 | - | - | pd | - | - | - | - | - | Justin Peng / Howard Su |
14+--------------+-------+------+------+------+------+------+------+------+------+----------------------------+
15| RX888 r2 | 0x04 | - | pd | - | - | - | - | - | - | Justin Peng / Howard Su |
16+--------------+-------+------+------+------+------+------+------+------+------+----------------------------+
17| RX999 | 0x05 | pd | - | - | - | - | - | - | - | Justin Peng / Howard Su |
18+--------------+-------+------+------+------+------+------+------+------+------+----------------------------+
19| LUCY | 0x06 | - | - | - | - | - | pd+ | pd+ | - | Wiktor Starzak |
20+--------------+-------+------+------+------+------+------+------+------+------+----------------------------+
21| --- | - | - | - | - | pd | pd | pd | pd | LED | Oscar Steila |
22+--------------+-------+------+------+------+------+------+------+------+------+----------------------------+
23| SDR-HF | - | - | - | - | pu | pd | pd | pd | LED | Pieter Ibelings |
24+--------------+-------+------+------+------+------+------+------+------+------+----------------------------+
25| | | - | - | | | | | | | ... |
26+--------------+-------+------+------+------+------+------+------+------+------+----------------------------+
27
28Where:
29 - floating no connection
30 pu 1k resistor pull-up to 3V3
31 pd 1k resistor pull-down to GND
32 pd* 1k resistor pull-down to GND to be added with a patch
33 pd+ 1k resistor pull-down all pd+ are connected to the same pull-down
34 LED plus resistor to 3V3 connected to GPIO54 on FX3 SuperSpeed Kit
35
36The 1k value is low enough to be able to detect the resistor using the GPIO internal programmable pull-up pull-down vs a floating pin.
37The value is high enough to not disturb use of GPIOs for other purpose after detection.
38
39
40
41*/
42
43
44// TODO