fc-mcsi-rxtx: implement basic Tx
author |
Mychaela Falconia <falcon@freecalypso.org> |
date |
Mon, 28 Oct 2024 06:34:42 +0000 |
parents |
3ae4a6ca5639 |
children |
|
rev |
line source |
5
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 The project contained in this repository is a mechanism for capturing the
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 decoded 16-bit linear PCM form of voice call downlink on FreeCalypso boards
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 via MCSI, and for feeding 16-bit linear PCM into call uplink via the same
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 interface. The mechanism consists of a Lattice Icestick FPGA board, a gateware
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 image for this FPGA, and host programs that interface to it via the UART channel
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 of the on-board FT2232H.
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 So far only downlink Rx has been implemented; to get the uplink path, more work
|
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 is needed on both FPGA gateware and software components.
|