<?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>Getting Started With nRF9E5</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18600/getting-started-with-nrf9e5</link><description>Hi, 
 I have relay board which is attached to the SoC module nRF9E5 and also microchip serial SPI EEPROM 25AA320 is also attached. 
 I have the EEPROM programmer and I am able to read, write, delete the EEPROM using programmer. 
 But I have to test</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 30 Dec 2016 12:40:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18600/getting-started-with-nrf9e5" /><item><title>RE: Getting Started With nRF9E5</title><link>https://devzone.nordicsemi.com/thread/71780?ContentTypeID=1</link><pubDate>Fri, 30 Dec 2016 12:40:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc7d362d-6f78-4275-ab99-8a468909e238</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,
Usually you would need an infinite loop in main, not to return. But it may not fix the issue here.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m no expert in nRF9E5, as it&amp;#39;s pretty old chip. Our expert on the chip is on New Year vacation now, we will get back to you next week.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started With nRF9E5</title><link>https://devzone.nordicsemi.com/thread/71779?ContentTypeID=1</link><pubDate>Fri, 30 Dec 2016 12:38:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9c86fef-0a35-408d-9c5a-0b92bfcc5a16</guid><dc:creator>Anuj Mattoo</dc:creator><description>&lt;p&gt;I wrote just short simple program which  Output a pin high in keil and created Hex file. Here is the program  :-&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  &amp;lt;#include &amp;lt;Nordic\reg9e5.h&amp;gt;

   int main(void)
  {
       P0_ALT = 0x00;     
       P0_DIR = 0x00;  

   P03 = 1;
 
	return 0;
   }&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Then I used eeprep tool and set above given options and created a EEPROM file with 3 bytes in header and then I used Hex2Bin to create Bin file and uplaoded that in 25AA320 EEPROM IC. But the Led doesn&amp;#39;t glow. What&amp;#39;s wrong? Please help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started With nRF9E5</title><link>https://devzone.nordicsemi.com/thread/71778?ContentTypeID=1</link><pubDate>Fri, 30 Dec 2016 12:01:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3af2aee3-9ec6-4e8e-8423-07d7a3a5150a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi, you should use:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;eeprep -c 16 -i -p 4096 -s intput_file_name.hex output_file_name.hex
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Make sure you have the permission to write to that folder.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started With nRF9E5</title><link>https://devzone.nordicsemi.com/thread/71777?ContentTypeID=1</link><pubDate>Fri, 30 Dec 2016 11:19:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80486294-90d5-461e-9dcc-fdbf5f7fe95a</guid><dc:creator>Anuj Mattoo</dc:creator><description>&lt;p&gt;Please reply!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started With nRF9E5</title><link>https://devzone.nordicsemi.com/thread/71781?ContentTypeID=1</link><pubDate>Thu, 29 Dec 2016 12:16:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e20d5d0-b7f0-4589-8385-89c3c51145fd</guid><dc:creator>Anuj Mattoo</dc:creator><description>&lt;p&gt;I made some mistake in eeprep tool. I used command like this in command prompt :-&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;eeprep [c16,i,p4096,s] &amp;lt;nordic.hex&amp;gt; &amp;lt;nordiceep.hex&amp;gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Am i doing right, is the format correct?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started With nRF9E5</title><link>https://devzone.nordicsemi.com/thread/71783?ContentTypeID=1</link><pubDate>Thu, 29 Dec 2016 12:02:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ed2cdb9-9538-43b2-87b3-5ce536ececf6</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;&lt;a href="https://www.google.no/search?q=hex2bin&amp;amp;oq=hex2bin&amp;amp;aqs=chrome.0.69i59j0j69i60j0l3.1175j0j4&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8"&gt;Hex2bin.exe&lt;/a&gt; tool ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started With nRF9E5</title><link>https://devzone.nordicsemi.com/thread/71784?ContentTypeID=1</link><pubDate>Thu, 29 Dec 2016 11:55:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9c32cdd-0a25-41cb-bef4-4c559cb315ef</guid><dc:creator>Anuj Mattoo</dc:creator><description>&lt;p&gt;Thanks for your answer. I wrote a blink program in Keil and used eepreo tool to add 3 bytes. What to do after that? It&amp;#39;s in hex format but to program EEPROM , it must have Bin file. What to do?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started With nRF9E5</title><link>https://devzone.nordicsemi.com/thread/71782?ContentTypeID=1</link><pubDate>Thu, 29 Dec 2016 11:55:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5ef5d64-f582-4419-9eb5-b7a0983dfe38</guid><dc:creator>Anuj Mattoo</dc:creator><description>&lt;p&gt;Thanks for your answer. I wrote a blink program in Keil and used eepreo tool to add 3 bytes. What to do after that? It&amp;#39;s in hex format but to program EEPROM , it must have Bin file. What to do?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started With nRF9E5</title><link>https://devzone.nordicsemi.com/thread/71776?ContentTypeID=1</link><pubDate>Wed, 28 Dec 2016 10:14:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3bb4235-d53c-4392-a868-a5c742c537df</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You may want to have a look at the answer &lt;a href="https://devzone.nordicsemi.com/question/412/nrf9e5-developer/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Note that, according to section 21.2 in the product specification you need to have 3 configuration bytes in the start address of the EEPROM. You can use eeprep tool to add these bytes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>