<?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>Transmit and Receive question with PSoC 3</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29543/transmit-and-receive-question-with-psoc-3</link><description>I am trying to get the nRF24L01+ working with a PSoC 3.
I initialize the nRF like this.. 
 spiWrite1(NRF_CONFIG, 0x0F); // reflect TX_DS, RX_DR and MAX_RT interrupts as IRQ 
 // active low, enable 2-byte CRC, power-up, RX mode
spiWrite1(NRF_SETUP_AW</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Jan 2018 11:35:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29543/transmit-and-receive-question-with-psoc-3" /><item><title>RE: Transmit and Receive question with PSoC 3</title><link>https://devzone.nordicsemi.com/thread/117452?ContentTypeID=1</link><pubDate>Mon, 22 Jan 2018 11:35:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:099f1f28-2d5c-497b-825e-2319b09d3b73</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;That is good to hear :)&lt;br /&gt;
Feel free to accept my answer if it solved your issue.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit and Receive question with PSoC 3</title><link>https://devzone.nordicsemi.com/thread/117453?ContentTypeID=1</link><pubDate>Sun, 21 Jan 2018 15:08:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ddd1eed-1bec-4f33-a8d7-11dd7459e0f0</guid><dc:creator>cboland</dc:creator><description>&lt;p&gt;Thanks for the info! Using your advise I was able to get things working. Tweaking how and when CE is used answered some other questions (like xmitting one packet vs xmit until FIFO is empty).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transmit and Receive question with PSoC 3</title><link>https://devzone.nordicsemi.com/thread/117451?ContentTypeID=1</link><pubDate>Fri, 19 Jan 2018 10:21:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:956b77c9-0bf6-4d83-bd60-09d8a8ebf4a7</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;As mentioned in the other case, you have to disable CE before you can change the configuration settings (including the PRIM_RX bit). While CE is high you are allowed to add/flush packets and read/write status and interrupt flags, but not change the RF configuration.&lt;/p&gt;
&lt;p&gt;You should be able to receive data if the settings are the same on both sides (except for the PRIM_RX bit of course).&lt;br /&gt;
The most common mistake is to configure the NRF_RX_PW_P0 parameter incorrectly on the PRX side, it has to match the number of bytes sent by the PTX (on the PTX side this parameter is irrelevant).&lt;/p&gt;
&lt;p&gt;If you send a packet and don&amp;#39;t receive an ACK the MAX_RT interrupt will be set, so it is not unexpected that the IRQ line should go low even if no receiver is present.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn Øvrebekk&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>