[Hackrf-dev] why RXBBQ+ connect to QA- (why not QA+)

hustpigeon at qq.com
Mon Nov 6 07:24:08 EST 2017


------------------ Original ------------------
From:  "hackrf-dev-request";<hackrf-dev-request at greatscottgadgets.com>;
Date:  Mon, Nov 6, 2017 02:29 PM
To:  "hackrf-dev"<hackrf-dev at greatscottgadgets.com>;

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



Send HackRF-dev mailing list submissions to
	hackrf-dev at 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-request at greatscottgadgets.com

You can reach the person managing the list at
	hackrf-dev-owner at 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=?=" <hustpigeon at qq.com>
To: "=?gb18030?B?SGFja1JGLWRldg==?="
	<HackRF-dev at greatscottgadgets.com>
Subject: [Hackrf-dev] why cpld code adc_data_i xor 0x80 0x7F, what is
	this mean
Message-ID: <tencent_28945E1E3ADEE716C2467ACFBCC41874E706 at 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-dev at greatscottgadgets.com
https://pairlist9.pair.net/mailman/listinfo/hackrf-dev


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

End of HackRF-dev Digest, Vol 62, Issue 1
*****************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist9.pair.net/pipermail/hackrf-dev/attachments/20171106/6ec3c9d8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2C00FB0E at 2136390D.6854005A.jpg
Type: image/jpeg
Size: 80757 bytes
Desc: not available
URL: <https://pairlist9.pair.net/pipermail/hackrf-dev/attachments/20171106/6ec3c9d8/attachment.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3202F20D at 725DE066.6854005A.jpg
Type: image/jpeg
Size: 80757 bytes
Desc: not available
URL: <https://pairlist9.pair.net/pipermail/hackrf-dev/attachments/20171106/6ec3c9d8/attachment-0001.jpg>


More information about the HackRF-dev mailing list