<?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>nRF52832 + EM4325 RX problem using SPI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28594/nrf52832-em4325-rx-problem-using-spi</link><description>Hi everyone, 
 I am trying the following project to work with my SPI peripheral device( EM4325): nRF5_SDK_11.0.0_89a8197\examples\peripheral\spi\pca10040\arm5_no_packs 
 Info of the SPI peripheral is here : www.emmicroelectronic.com/.../4325-ds_0.pdf</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Feb 2018 04:58:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28594/nrf52832-em4325-rx-problem-using-spi" /><item><title>RE: nRF52832 + EM4325 RX problem using SPI</title><link>https://devzone.nordicsemi.com/thread/120371?ContentTypeID=1</link><pubDate>Fri, 09 Feb 2018 04:58:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a1a3c6d-f166-4c64-9ce7-fef5e59efc97</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Thank you for replaying. The problem is solved it was Reading and writing in some other memory location which was not specified.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 + EM4325 RX problem using SPI</title><link>https://devzone.nordicsemi.com/thread/113321?ContentTypeID=1</link><pubDate>Sat, 06 Jan 2018 11:58:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ab3af6b-12f3-47c0-b2c3-ed2fd7dda2c7</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;The image is for colck and the MOSI. Yes I have tried placing the break-point in the spi_event_handler and have checked the rx_buf, the results are the same.I have attached the project in the main question please check the attachments.
Thanks for replaying&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 + EM4325 RX problem using SPI</title><link>https://devzone.nordicsemi.com/thread/113320?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2018 15:21:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59b96fcf-6cd9-4517-bf20-d06f7b037933</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I can only see clock and one data line in your image, is this MISO or MOSI line? Could you please post both data lines? Have you put a breakpoint in spi_event_handler and checked the content of m_rx_buf, or are you only relaying on the if check and the printing of the content? Could you upload your entire project for debugging?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 + EM4325 RX problem using SPI</title><link>https://devzone.nordicsemi.com/thread/113319?ContentTypeID=1</link><pubDate>Sat, 23 Dec 2017 06:07:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:881f3277-a454-4582-8408-3a3f1c3f770d</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Hi Jørgen,
This is the logic trace of clock and MOIS(&lt;a href="https://photos.app.goo.gl/CCqoTVqK4wHTuCGa2)"&gt;photos.app.goo.gl/CCqoTVqK4wHTuCGa2)&lt;/a&gt;.
I tried it by using the command (command to write is 0XE8 in m4325),so i was trying it with the dummy strings.YES i tried connecting like that also but NO luck.
Thanks you:)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 + EM4325 RX problem using SPI</title><link>https://devzone.nordicsemi.com/thread/113317?ContentTypeID=1</link><pubDate>Wed, 20 Dec 2017 06:52:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b49305f6-869f-4c77-8362-9f985345f4c1</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Could you post a logic trace of the MISO/MOSI lines? Are you sending any command that the EM4325 can understand, or are you sending the dummy TEST_STRING shown in your code? Have you tried connecting MISO to MOSI and see if you are receiving what you are sending?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 + EM4325 RX problem using SPI</title><link>https://devzone.nordicsemi.com/thread/113316?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2017 11:50:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f622cf7-b448-40e8-b8b4-96d05e1c5b3d</guid><dc:creator>SKV</dc:creator><description>&lt;p&gt;Hi Jørgen ,
Thanks for replying . As you mentioned in your comment i have checked it in the logic analyser, am getting the output in the SPI bus lines but cannot be seen in the m_rx_buf (receiver buffer). What might be the issues !!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 + EM4325 RX problem using SPI</title><link>https://devzone.nordicsemi.com/thread/113318?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2017 12:33:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a16cab92-522a-4919-881d-e2f9b98b3de1</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Have you checked the SPI bus using a logic analyzer, to see if anything is transferred to/from the peripheral? Have you &lt;a href="https://devzone.nordicsemi.com/question/60125/my-device-is-freezing-and-restarting/?answer=60126#post-id-60126"&gt;debugged&lt;/a&gt; the code, to see if any error codes are returned, or to check if it enters the spi event handler at any point?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>