<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>read CRC from E-paper Display</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83582/read-crc-from-e-paper-display</link><description>Hey, 
 I try to read the CRC from E-Paper display series 1.02 inch (GDEW0102L4f) with no success (I&amp;#39;m working with nRF52833 Development Kit) 
 My code and the official Goodisplay data sheet are included 
 
 Thanks!</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Jan 2022 09:59:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83582/read-crc-from-e-paper-display" /><item><title>RE: read CRC from E-paper Display</title><link>https://devzone.nordicsemi.com/thread/347330?ContentTypeID=1</link><pubDate>Wed, 12 Jan 2022 09:59:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c17207c2-0242-4f30-a4d7-14cc448ac531</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What do you mean by &amp;quot;no success&amp;quot;. What is the output of NRFX_LOG_INFO?&lt;/p&gt;
&lt;p&gt;I believe you have to declare the lsb, msb and rx variables as static. If not they will be lost as soon as the read_crc function returns, and not available for the logging module. Like this:&lt;/p&gt;
&lt;pre&gt;static uint8_t rx;&lt;br /&gt;static uint8_t msb;&lt;br /&gt;static uint8_t lsb;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>