<?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>A problem that adding gzll to ble_keyboard</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55872/a-problem-that-adding-gzll-to-ble_keyboard</link><description>hello： 
 I want to communicate with my nrf25U1 USB dongle. So i add some code（refer to the examples\proprietary_rf\gzll\gzp_desktop_emulator）. When i add add these files(nrf_gzp.c nrf_gzpdevice.c nrf_ecb.c nrf_nvmc.c gzll_nrf52_sd_resource_arm.lib) to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 21 Dec 2019 11:17:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55872/a-problem-that-adding-gzll-to-ble_keyboard" /><item><title>RE: A problem that adding gzll to ble_keyboard</title><link>https://devzone.nordicsemi.com/thread/226660?ContentTypeID=1</link><pubDate>Sat, 21 Dec 2019 11:17:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11934491-2de2-4e9a-ac57-b634d321683c</guid><dc:creator>Spectre choi</dc:creator><description>&lt;p&gt;hi, I solved my problem today. ：D&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I can see that In nrf_gzp_config.h included by the nrf_gzp.h file there&amp;#39;s a variable called GZP_PARAMS_STORAGE_ADR, which is set to 0x1000.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I don&amp;#39;t know why the demo（examples\proprietary_rf\gzll\gzp_desktop_emulator） sets it to 0x15000 (if softdevice is used)，How to get it？I set my application start address to 0x26000 because I used S132.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;i set&amp;nbsp;GZP_PARAMS_STORAGE_ADR&amp;nbsp;to a address that between application ends and fds.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A problem that adding gzll to ble_keyboard</title><link>https://devzone.nordicsemi.com/thread/226635?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2019 17:11:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffff3114-f195-47d8-8432-9ee2e50e4cf1</guid><dc:creator>Spectre choi</dc:creator><description>&lt;p&gt;I&amp;#39;m not good at writing. If my words confuses you, I will try to make it clear.My own project is extended from ble_keyboard&amp;nbsp;,then&amp;nbsp; I encountered the above problem&amp;nbsp;when I added gzll.&lt;/p&gt;
&lt;p&gt;So I use &lt;span&gt;ble_app_hids_keyboard and Gazell for&lt;/span&gt; reproduce the problem.&lt;/p&gt;
&lt;p&gt;Just add the above file to the keil project of&amp;nbsp;&lt;span&gt;ble_app_hids_keyboard&lt;/span&gt; and compile to get this problematic hex file.&lt;/p&gt;
&lt;p&gt;It&amp;nbsp;seems&amp;nbsp;the file&amp;nbsp;&lt;span&gt;gzll_nrf52_sd_resource_arm.lib&lt;/span&gt;&amp;nbsp;causing the problem.But when I compile the example of multiple protocols, I get a normal hex file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A problem that adding gzll to ble_keyboard</title><link>https://devzone.nordicsemi.com/thread/226631?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2019 16:29:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0398bdf-7ded-4a38-b484-90b849e72f32</guid><dc:creator>Spectre choi</dc:creator><description>&lt;p&gt;Hi &lt;span&gt;Amanda，&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your reply！i am sorry for my unclear description.&lt;/p&gt;
&lt;p&gt;i can run&amp;nbsp;ble_app_hids_keyboard when not adding the above file to my project.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;nrf25U1 USB dongle&amp;nbsp;&lt;i&gt;just a&amp;nbsp;module,It uses nrf24u01.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;My product needs to use ble-hid mode and 2.4G mode(but they don&amp;#39;t work at the same time) .so&amp;nbsp; i want to use a set of code but can achieve two functions(ble and 2.4G) .&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;My colleague add &lt;span&gt;Gazell(refer to&amp;nbsp;gzp_desktop_emulator ) to&amp;nbsp;&amp;nbsp;&amp;nbsp;ble_app_hids_keyboard&amp;nbsp;&lt;/span&gt;two years ago and it is work.But at that time he used 51802 and old sdk.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Can&amp;#39;t I use ble&amp;nbsp;&lt;span&gt;keyboard&amp;nbsp;&lt;/span&gt;and &lt;span&gt;Gazell&amp;nbsp;&lt;/span&gt;together?Can you give me some solutions? If yes, is there a demo code?&lt;/p&gt;
&lt;p&gt;--Spectre .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A problem that adding gzll to ble_keyboard</title><link>https://devzone.nordicsemi.com/thread/226556?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2019 12:34:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8644e1ee-1ecb-4f2b-974d-2d5ccd58018f</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Spectre,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""] I want to&amp;nbsp;communicate with my nrf25U1 USB dongle.[/quote]
&lt;p&gt;What is the&amp;nbsp;&lt;span&gt;nrf25U1 USB dongle?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote user=""]So i add some code（refer to the examples\proprietary_rf\gzll\gzp_desktop_emulator）[/quote]
&lt;p&gt;What are you doing? Why do you use&amp;nbsp;&lt;span&gt;ble_app_hids_keyboard and Gazell?&amp;nbsp;&lt;/span&gt;Gazell doesn&amp;#39;t require the softdevice.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user="Spectre choi"]my source code is examples\ble_peripheral\ble_app_hids_keyboard[/quote]
&lt;p&gt;Could you run the example without modification?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A problem that adding gzll to ble_keyboard</title><link>https://devzone.nordicsemi.com/thread/226531?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2019 10:57:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84278052-53d8-4def-99f8-7ebf799067b1</guid><dc:creator>Spectre choi</dc:creator><description>&lt;p&gt;my source code is examples\ble_peripheral\ble_app_hids_keyboard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>