<?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>QFAC project not backwards compatible with QFAA?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23710/qfac-project-not-backwards-compatible-with-qfaa</link><description>Working on my first project in mbed using the Nordic nrf51-dk. 
 The project utilises a TMP112 temperature sensor and attaches the reading to the service data to make it available over BLE (using SoftDevice). I have had success getting things running</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Aug 2017 03:53:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23710/qfac-project-not-backwards-compatible-with-qfaa" /><item><title>RE: QFAC project not backwards compatible with QFAA?</title><link>https://devzone.nordicsemi.com/thread/93237?ContentTypeID=1</link><pubDate>Fri, 04 Aug 2017 03:53:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7ab07bc-2dfc-4400-93aa-7345bac64146</guid><dc:creator>Knut Auvor Grythe</dc:creator><description>&lt;p&gt;I don&amp;#39;t know, I&amp;#39;ve never used mBed. I&amp;#39;d expect the values to be the same, though, so you could give it a shot. Take a backup, change the values (either using the script or by hand), see what happens :-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QFAC project not backwards compatible with QFAA?</title><link>https://devzone.nordicsemi.com/thread/93236?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2017 11:59:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a1c0ab1-14e7-491e-b4c2-391f11e49222</guid><dc:creator>Oliver</dc:creator><description>&lt;p&gt;Does this work for the hex files build in mBed?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QFAC project not backwards compatible with QFAA?</title><link>https://devzone.nordicsemi.com/thread/93235?ContentTypeID=1</link><pubDate>Sun, 23 Jul 2017 23:40:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9abc60c6-d884-45e8-a245-b5a51487a602</guid><dc:creator>Knut Auvor Grythe</dc:creator><description>&lt;p&gt;I converted some build files from pca10028 (AKA QFAC) to pca10001 (AKA QFAA), both using s130 and SDK 12.3.0, and wrote this script to convert a folder of build files: &lt;a href="https://github.com/knuta/nrf-pca10028-to-pca10001"&gt;github.com/.../nrf-pca10028-to-pca10001&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t have a Linux system to run the script on, the most important part is the memory values, as Torbo J mentions. Most of the other stuff should be identical between pca10028 and pca10001, except for stuff like the amount of LEDs and defines for Arduino ports. For the nRF5 SDK version 12.3.0, I&amp;#39;ve found you need to make the following changes to the RAM areas when using S130 version 2.0.1. If you&amp;#39;re using S110 these values will probably be different.&lt;/p&gt;
&lt;p&gt;Values for SDK version 12.3.0 with S130 version 2.0.1:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;RAM start: 0x20001870 -&amp;gt; 0x20001fe8&lt;/li&gt;
&lt;li&gt;RAM size:  0x6790 -&amp;gt; 0x2018 (used by Keil and GCC)&lt;/li&gt;
&lt;li&gt;RAM end:   0x20007fff -&amp;gt; 0x20003fff (used by IAR)&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QFAC project not backwards compatible with QFAA?</title><link>https://devzone.nordicsemi.com/thread/93238?ContentTypeID=1</link><pubDate>Sun, 23 Jul 2017 20:06:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0802e8bf-cbf7-471b-9468-7052b2aaf70b</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;The QFAA chips have only 16KB of RAM according to the PS but the QFAC have 32KB. You may need to recompile your project to account for that.&lt;/p&gt;
&lt;p&gt;If it is &lt;em&gt;really&lt;/em&gt; the I2C then I recommend looking at the waveforms with an oscilloscope (and not a logic analyser) because any mistake with the pullup resistors breaks the bus.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>