Discussion:
[Hackrf-dev] why RXBBQ+ connect to QA- (why not QA+)
2017-11-06 12:24:08 UTC
Permalink
------------------ Original ------------------
From: "hackrf-dev-request";<hackrf-dev-***@greatscottgadgets.com>;
Date: Mon, Nov 6, 2017 02:29 PM
To: "hackrf-dev"<hackrf-***@greatscottgadgets.com>;

Subject: HackRF-dev Digest, Vol 62, Issue 1



Send HackRF-dev mailing list submissions to
hackrf-***@greatscottgadgets.com

To subscribe or unsubscribe via the World Wide Web, visit
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev
or, via email, send a message with subject or body 'help' to
hackrf-dev-***@greatscottgadgets.com

You can reach the person managing the list at
hackrf-dev-***@greatscottgadgets.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of HackRF-dev digest..."


Today's Topics:

1. why cpld code adc_data_i xor 0x80 0x7F, what is this mean
(=?gb18030?B?hWQ=?=)


----------------------------------------------------------------------

Message: 1
Date: Sun, 5 Nov 2017 21:39:40 +0800
From: "=?gb18030?B?hWQ=?=" <***@qq.com>
To: "=?gb18030?B?SGFja1JGLWRldg==?="
<HackRF-***@greatscottgadgets.com>
Subject: [Hackrf-dev] why cpld code adc_data_i xor 0x80 0x7F, what is
this mean
Message-ID: <***@qq.com>
Content-Type: text/plain; charset="gb18030"

process(host_clk_i)
begin
if rising_edge(host_clk_i) then
if codec_clk_i = '1' then
-- I: non-inverted between MAX2837 and MAX5864
data_to_host_o <= adc_data_i xor X"80";
else
-- Q: inverted between MAX2837 and MAX5864
data_to_host_o <= adc_data_i xor rx_q_invert_mask;
end if;
end if;
end process;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist9.pair.net/pipermail/hackrf-dev/attachments/20171105/e30671a1/attachment-0001.html>

------------------------------

Subject: Digest Footer

_______________________________________________
HackRF-dev mailing list
HackRF-***@greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev


------------------------------

End of HackRF-dev Digest, Vol 62, Issue 1
*****************************************

Loading...