<?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>Hi , can anyone say how to convert the driver and library for mpu 6050 from sdk 11 to sdk 13..??</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21088/hi-can-anyone-say-how-to-convert-the-driver-and-library-for-mpu-6050-from-sdk-11-to-sdk-13</link><description>Am a beginner to this platform , i don&amp;#39;t know how to made the conversion . can anyone help me</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 May 2017 11:22:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21088/hi-can-anyone-say-how-to-convert-the-driver-and-library-for-mpu-6050-from-sdk-11-to-sdk-13" /><item><title>RE: Hi , can anyone say how to convert the driver and library for mpu 6050 from sdk 11 to sdk 13..??</title><link>https://devzone.nordicsemi.com/thread/82472?ContentTypeID=1</link><pubDate>Tue, 02 May 2017 11:22:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6b39877-0c00-4255-8c50-b60e42576ddb</guid><dc:creator>Reeshma</dc:creator><description>&lt;p&gt;ok sir , thank you , i will check and rectify the above errors&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , can anyone say how to convert the driver and library for mpu 6050 from sdk 11 to sdk 13..??</title><link>https://devzone.nordicsemi.com/thread/82471?ContentTypeID=1</link><pubDate>Tue, 02 May 2017 10:41:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da823677-c264-408d-b5b1-56a16339f044</guid><dc:creator>J&amp;#248;rn</dc:creator><description>&lt;p&gt;It could seem like there is something wrong with your paths, as it states it cannot find nrf_strerror.c and nrf_drv_twi.c. You should check the folders and files it is looking for and make sure they are present, also please make sure your project folder is located correctly in correlation to the components folder.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , can anyone say how to convert the driver and library for mpu 6050 from sdk 11 to sdk 13..??</title><link>https://devzone.nordicsemi.com/thread/82470?ContentTypeID=1</link><pubDate>Sat, 29 Apr 2017 04:35:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28aa5927-2190-4079-9f59-6535b94a9dd2</guid><dc:creator>Reeshma</dc:creator><description>&lt;p&gt;Hi sir , i have compiled , but i get the following errors, i have followed all the above mentioned steps you have mentioned..
Here am getting the following errors :&lt;/p&gt;
&lt;p&gt;Makefile:262: Cannot find source file:  ../../../../../../components/libraries/strerror/nrf_strerror.c
Makefile:262: Cannot find source file:  ../../../../../../components/drivers_nrf/twi_master\nrf_drv_twi.c
Makefile:262: Cannot find include folder:  ../../../../../../components/libraries/strerror
Compiling file: nrf_log_backend_serial.c
In file included from ../../../../../../components/libraries/log/src/nrf_log_backend_serial.c:27:0:
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h: In function &amp;#39;nrf_drv_uart_task_address_get&amp;#39;:
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h:383:12: error: implicit declaration of function &amp;#39;nrf_uarte_task_address_get&amp;#39; [-Werror=implicit-function-declaration]
return nrf_uarte_task_address_get(p_instance-&amp;gt;reg.p_uarte, (nrf_uarte_task_t)task);
^~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h:383:54: error: &amp;#39;const union &amp;#39; has no member named &amp;#39;p_uarte&amp;#39;
return nrf_uarte_task_address_get(p_instance-&amp;gt;reg.p_uarte, (nrf_uarte_task_t)task);
^
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h:383:65: error: &amp;#39;nrf_uarte_task_t&amp;#39; undeclared (first use in this function)
return nrf_uarte_task_address_get(p_instance-&amp;gt;reg.p_uarte, (nrf_uarte_task_t)task);
^~~~~~~~~~~~~~~~
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h:383:65: note: each undeclared identifier is reported only once for each function it appears in
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h:383:82: error: expected &amp;#39;)&amp;#39; before &amp;#39;task&amp;#39;
return nrf_uarte_task_address_get(p_instance-&amp;gt;reg.p_uarte, (nrf_uarte_task_t)task);
^~~~
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h: In function &amp;#39;nrf_drv_uart_event_address_get&amp;#39;:
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h:393:12: error: implicit declaration of function &amp;#39;nrf_uarte_event_address_get&amp;#39; [-Werror=implicit-function-declaration]
return nrf_uarte_event_address_get(p_instance-&amp;gt;reg.p_uarte, (nrf_uarte_event_t)event);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h:393:55: error: &amp;#39;const union &amp;#39; has no member named &amp;#39;p_uarte&amp;#39;
return nrf_uarte_event_address_get(p_instance-&amp;gt;reg.p_uarte, (nrf_uarte_event_t)event);
^
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h:393:66: error: &amp;#39;nrf_uarte_event_t&amp;#39; undeclared (first use in this function)
return nrf_uarte_event_address_get(p_instance-&amp;gt;reg.p_uarte, (nrf_uarte_event_t)event);
^~~~~~~~~~~~~~~~~
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h:393:84: error: expected &amp;#39;)&amp;#39; before &amp;#39;event&amp;#39;
return nrf_uarte_event_address_get(p_instance-&amp;gt;reg.p_uarte, (nrf_uarte_event_t)event);
^~~~~
In file included from ../../../../../../components/libraries/log/src/nrf_log_backend_serial.c:27:0:
../../../../../../components/libraries/log/src/nrf_log_backend_serial.c: At top level:
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h:59:42: error: excess elements in union initializer [-Werror]
#define NRF_DRV_UART_PERIPHERAL(id)  (void *)CONCAT_2(NRF_UART, id)
^
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h:105:22: note: in expansion of macro &amp;#39;NRF_DRV_UART_PERIPHERAL&amp;#39;
.reg          = {NRF_DRV_UART_PERIPHERAL(id)},           &lt;br /&gt;
^~~~~~~~~~~~~~~~~~~~~~~
../../../../../../components/libraries/log/src/nrf_log_backend_serial.c:32:32: note: in expansion of macro &amp;#39;NRF_DRV_UART_INSTANCE&amp;#39;
static nrf_drv_uart_t m_uart = NRF_DRV_UART_INSTANCE(NRF_LOG_BACKEND_UART_INSTANCE);
^~~~~~~~~~~~~~~~~~~~~
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h:59:42: note: (near initialization for &amp;#39;m_uart.reg&amp;#39;)
#define NRF_DRV_UART_PERIPHERAL(id)  (void *)CONCAT_2(NRF_UART, id)
^
../../../../../../components/drivers_nrf/uart/nrf_drv_uart.h:105:22: note: in expansion of macro &amp;#39;NRF_DRV_UART_PERIPHERAL&amp;#39;
.reg          = {NRF_DRV_UART_PERIPHERAL(id)},           &lt;br /&gt;
^~~~~~~~~~~~~~~~~~~~~~~
../../../../../../components/libraries/log/src/nrf_log_backend_serial.c:32:32: note: in expansion of macro &amp;#39;NRF_DRV_UART_INSTANCE&amp;#39;
static nrf_drv_uart_t m_uart = NRF_DRV_UART_INSTANCE(NRF_LOG_BACKEND_UART_INSTANCE);
^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
../../../../../../components/toolchain/gcc/Makefile.common:134: recipe for target &amp;#39;_build/nrf52832_xxaa_nrf_log_backend_serial.c.o&amp;#39; failed
make: *** [_build/nrf52832_xxaa_nrf_log_backend_serial.c.o] Error 1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , can anyone say how to convert the driver and library for mpu 6050 from sdk 11 to sdk 13..??</title><link>https://devzone.nordicsemi.com/thread/82469?ContentTypeID=1</link><pubDate>Fri, 28 Apr 2017 14:10:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d335b54-2f0f-46d2-8467-fd31fd5cd93f</guid><dc:creator>J&amp;#248;rn</dc:creator><description>&lt;p&gt;I have added a makefile and a linker file. Please see if they work for you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , can anyone say how to convert the driver and library for mpu 6050 from sdk 11 to sdk 13..??</title><link>https://devzone.nordicsemi.com/thread/82468?ContentTypeID=1</link><pubDate>Fri, 28 Apr 2017 12:44:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a075f087-c403-415a-ad45-71f7ea8e6ae6</guid><dc:creator>Reeshma</dc:creator><description>&lt;p&gt;hi sir , can you give me the make file of armgcc ,then i can able to know , where i have did the mistake&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , can anyone say how to convert the driver and library for mpu 6050 from sdk 11 to sdk 13..??</title><link>https://devzone.nordicsemi.com/thread/82467?ContentTypeID=1</link><pubDate>Fri, 28 Apr 2017 03:49:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d373d22-0dce-4ab5-ae3a-5824b5195e73</guid><dc:creator>Reeshma</dc:creator><description>&lt;p&gt;In file included from ../../../main.c:44:0:
../../../app_mpu.h:26:6: error: #error &amp;quot;No MPU defined. Please define MPU in Target Options C/C++ Defines&amp;quot;
#error &amp;quot;No MPU defined. Please define MPU in Target Options C/C++ Defines&amp;quot;
^~~~~
In file included from ../../../main.c:44:0:
../../../app_mpu.h:193:6: error: #error &amp;quot;No/unknown MPU defined&amp;quot;
#error &amp;quot;No/unknown MPU defined&amp;quot;
^~~~~
../../../main.c: In function &amp;#39;timers_init&amp;#39;:
../../../main.c:226:16: error: too few arguments to function &amp;#39;app_timer_init&amp;#39;
err_code = app_timer_init();
^~~~~~~~~~~~~~
In file included from ../../../main.c:28:0:
../../../../../../components/libraries/timer/app_timer.h:189:10: note: declared here
uint32_t app_timer_init(uint32_t                      prescaler,
^~~~~~~~~~~~~~
../../../main.c: In function &amp;#39;conn_params_init&amp;#39;:
../../../main.c:323:46: error: macro &amp;quot;APP_TIMER_TICKS&amp;quot; requires 2 arguments, but only 1 given
cp_init.first_conn_params_update_delay = FIRST_CONN_PARAMS_UPDATE_DELAY;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../main.c:65:41: error: &amp;#39;APP_TIMER_TICKS&amp;#39; undeclared (first use in this function)
#define FIRST_CONN_PARAMS_UPDATE_DELAY  APP_TIMER_TICKS(5000)                     /&lt;strong&gt;&amp;lt; Time from initiating event (connect or start of notification) to first time sd_ble_gap_conn_param_update is called (5 seconds). */
^
../../../main.c:323:46: note: in expansion of macro &amp;#39;FIRST_CONN_PARAMS_UPDATE_DELAY&amp;#39;
cp_init.first_conn_params_update_delay = FIRST_CONN_PARAMS_UPDATE_DELAY;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../main.c:65:41: note: each undeclared identifier is reported only once for each function it appears in
#define FIRST_CONN_PARAMS_UPDATE_DELAY  APP_TIMER_TICKS(5000)                     /&lt;/strong&gt;&amp;lt; Time from initiating event (connect or start of notification) to first time sd_ble_gap_conn_param_update is called (5 seconds). */
^
../../../main.c:323:46: note: in expansion of macro &amp;#39;FIRST_CONN_PARAMS_UPDATE_DELAY&amp;#39;
cp_init.first_conn_params_update_delay = FIRST_CONN_PARAMS_UPDATE_DELAY;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../main.c:324:46: error: macro &amp;quot;APP_TIMER_TICKS&amp;quot; requires 2 arguments, but only 1 given
cp_init.next_conn_params_update_delay  = NEXT_CONN_PARAMS_UPDATE_DELAY;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../main.c: In function &amp;#39;on_ble_evt&amp;#39;:
../../../main.c:415:59: error: macro &amp;quot;APP_TIMER_TICKS&amp;quot; requires 2 arguments, but only 1 given
err_code = app_timer_start(m_timer_accel_update_id, TIMER_INTERVAL_ACCEL_UPDATE, NULL);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../main.c:91:41: error: &amp;#39;APP_TIMER_TICKS&amp;#39; undeclared (first use in this function)
#define TIMER_INTERVAL_ACCEL_UPDATE     APP_TIMER_TICKS(1000) // 1000 ms intervals
^
../../../main.c:415:59: note: in expansion of macro &amp;#39;TIMER_INTERVAL_ACCEL_UPDATE&amp;#39;
err_code = app_timer_start(m_timer_accel_update_id, TIMER_INTERVAL_ACCEL_UPDATE, NULL);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../main.c: In function &amp;#39;ble_stack_init&amp;#39;:
../../../main.c:533:16: error: implicit declaration of function &amp;#39;softdevice_app_ram_start_get&amp;#39; [-Werror=implicit-function-declaration]
err_code = softdevice_app_ram_start_get(&amp;amp;ram_start);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../main.c:537:5: error: unknown type name &amp;#39;ble_cfg_t&amp;#39;
ble_cfg_t ble_cfg;
^~~~~~~~~
../../../main.c:540:12: error: request for member &amp;#39;common_cfg&amp;#39; in something not a structure or union
ble_cfg.common_cfg.vs_uuid_cfg.vs_uuid_count = 1;
^
../../../main.c:541:16: error: implicit declaration of function &amp;#39;sd_ble_cfg_set&amp;#39; [-Werror=implicit-function-declaration]
err_code = sd_ble_cfg_set(BLE_COMMON_CFG_VS_UUID, &amp;amp;ble_cfg, ram_start);
^~~~~~~~~~~~~~
../../../main.c:541:31: error: &amp;#39;BLE_COMMON_CFG_VS_UUID&amp;#39; undeclared (first use in this function)
err_code = sd_ble_cfg_set(BLE_COMMON_CFG_VS_UUID, &amp;amp;ble_cfg, ram_start);
^~~~~~~~~~~~~~~~~~~~~~
../../../main.c:546:12: error: request for member &amp;#39;gap_cfg&amp;#39; in something not a structure or union
ble_cfg.gap_cfg.role_count_cfg.periph_role_count  = BLE_GAP_ROLE_COUNT_PERIPH_DEFAULT;
^
../../../main.c:546:57: error: &amp;#39;BLE_GAP_ROLE_COUNT_PERIPH_DEFAULT&amp;#39; undeclared (first use in this function)
ble_cfg.gap_cfg.role_count_cfg.periph_role_count  = BLE_GAP_ROLE_COUNT_PERIPH_DEFAULT;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../main.c:547:12: error: request for member &amp;#39;gap_cfg&amp;#39; in something not a structure or union
ble_cfg.gap_cfg.role_count_cfg.central_role_count = 0;
^
../../../main.c:548:12: error: request for member &amp;#39;gap_cfg&amp;#39; in something not a structure or union
ble_cfg.gap_cfg.role_count_cfg.central_sec_count  = 0;
^
../../../main.c:549:31: error: &amp;#39;BLE_GAP_CFG_ROLE_COUNT&amp;#39; undeclared (first use in this function)
err_code = sd_ble_cfg_set(BLE_GAP_CFG_ROLE_COUNT, &amp;amp;ble_cfg, ram_start);
^~~~~~~~~~~~~~~~~~~~~~
../../../main.c:553:34: error: passing argument 1 of &amp;#39;softdevice_enable&amp;#39; from incompatible pointer type [-Werror=incompatible-pointer-types]
err_code = softdevice_enable(&amp;amp;ram_start);
^
In file included from ../../../main.c:27:0:
../../../../../../components/softdevice/common/softdevice_handler/softdevice_handler.h:220:10: note: expected &amp;#39;ble_enable_params_t * {aka struct  &lt;em&gt;}&amp;#39; but argument is of type &amp;#39;uint32_t * {aka long unsigned int &lt;em&gt;}&amp;#39;
uint32_t softdevice_enable(ble_enable_params_t * p_ble_enable_params);
^~~~~~~~~~~~~~~~~
../../../main.c: In function &amp;#39;buttons_leds_init&amp;#39;:
../../../main.c:690:58: error: passing argument 2 of &amp;#39;bsp_init&amp;#39; makes integer from pointer without a cast [-Werror=int-conversion]
err_code = bsp_init(BSP_INIT_LED | BSP_INIT_BUTTONS, bsp_event_handler);
^~~~~~~~~~~~~~~~~
In file included from ../../../main.c:33:0:
../../../../../../components/libraries/bsp/bsp.h:188:10: note: expected &amp;#39;uint32_t {aka long unsigned int}&amp;#39; but argument is of type &amp;#39;void (&lt;/em&gt;)(bsp_event_t) {aka void (&lt;/em&gt;)(enum )}&amp;#39;
uint32_t bsp_init(uint32_t type, uint32_t ticks_per_100ms, bsp_event_callback_t callback);
^~~~~~~~
../../../main.c:690:16: error: too few arguments to function &amp;#39;bsp_init&amp;#39;
err_code = bsp_init(BSP_INIT_LED | BSP_INIT_BUTTONS, bsp_event_handler);
^~~~~~~~
In file included from ../../../main.c:33:0:
../../../../../../components/libraries/bsp/bsp.h:188:10: note: declared here
uint32_t bsp_init(uint32_t type, uint32_t ticks_per_100ms, bsp_event_callback_t callback);
^~~~~~~~
../../../main.c: In function &amp;#39;mpu_setup&amp;#39;:
../../../main.c:719:33: error: implicit declaration of function &amp;#39;MPU_DEFAULT_CONFIG&amp;#39; [-Werror=implicit-function-declaration]
mpu_config_t p_mpu_config = MPU_DEFAULT_CONFIG(); // Load default values
^~~~~~~~~~~~~~~~~~
../../../main.c:719:33: error: invalid initializer
cc1: all warnings being treated as errors
../../../../../../components/toolchain/gcc/Makefile.common:134: recipe for target &amp;#39;_build/nrf52832_xxaa_main.c.o&amp;#39; failed
make: *** [_build/nrf52832_xxaa_main.c.o] Error 1&lt;/p&gt;
&lt;p&gt;These are the errors am gettting,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , can anyone say how to convert the driver and library for mpu 6050 from sdk 11 to sdk 13..??</title><link>https://devzone.nordicsemi.com/thread/82466?ContentTypeID=1</link><pubDate>Thu, 27 Apr 2017 13:34:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d11c5bde-667f-487e-bf5f-57e249860456</guid><dc:creator>J&amp;#248;rn</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;Could you please copy and paste the entire error message you receive here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , can anyone say how to convert the driver and library for mpu 6050 from sdk 11 to sdk 13..??</title><link>https://devzone.nordicsemi.com/thread/82465?ContentTypeID=1</link><pubDate>Thu, 27 Apr 2017 13:21:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66ae30d8-074f-49f2-a044-aa403c07b663</guid><dc:creator>Reeshma</dc:creator><description>&lt;p&gt;hi sir , am compiling it in embedded linux using the arm gcc , i cannot able to find the make file for the nrf -ble-mpu-simple- , eventhough i have tried alot to make  a makefile  , but it throws only an error...how can i create the make file..?? sorry am a beginner to this platform , can anyone please help me..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , can anyone say how to convert the driver and library for mpu 6050 from sdk 11 to sdk 13..??</title><link>https://devzone.nordicsemi.com/thread/82464?ContentTypeID=1</link><pubDate>Thu, 06 Apr 2017 12:32:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f39790a-4c07-47cd-9d8f-4914e3ed429c</guid><dc:creator>Reeshma</dc:creator><description>&lt;p&gt;Really thanks alot sir, i will try it with the above code&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , can anyone say how to convert the driver and library for mpu 6050 from sdk 11 to sdk 13..??</title><link>https://devzone.nordicsemi.com/thread/82463?ContentTypeID=1</link><pubDate>Thu, 06 Apr 2017 07:10:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84daf60a-771f-419f-96b6-deefc1012cdc</guid><dc:creator>J&amp;#248;rn</dc:creator><description>&lt;p&gt;Hello Reeshma&lt;/p&gt;
&lt;p&gt;We have made an updated version of the nrf5-ble-mpu-simple project found on Martins Github
&lt;a href="https://github.com/Martinsbl/nrf5-mpu-examples/tree/sdk13"&gt;github.com/.../sdk13&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So the mpu-simple project should now work with SDK13. Please note there have been some changes in the &amp;quot;how to use&amp;quot; section, be sure to read through it and follow the instructions there.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;EDIT 28.04.17:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Makefile for the nrf-ble-mpu-simple project added.&lt;/p&gt;
&lt;p&gt;Make sure the path to the project folder is: [SDK folder]\examples\nrf5-mpu-examples-sdk13\nrf5-ble-mpu-simple\&lt;/p&gt;
&lt;p&gt;Make sure to place the two files at path: [SDK folder]\examples\nrf5-mpu-examples-sdk13\nrf5-ble-mpu-simple\pca10040\s132\armgcc&lt;/p&gt;
&lt;p&gt;A modification must be made to the file ble_mpu.h: Add a second set of braces around the BLE_UUID_BASE_UUID initializer, it should read&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define BLE_UUID_BASE_UUID              {{0x23, 0xD1, 0x13, 0xEF, 0x5F, 0x78, 0x23, 0x15, 0xDE, 0xEF, 0x12, 0x12, 0x00, 0x00, 0x00, 0x00}} // 128-bit base UUID
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;When written with a single set of braces I received an error due to armgcc being picky. This workaround was described here &lt;a href="https://devzone.nordicsemi.com/question/18809/ble_app_uart-not-building-on-gcc/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With these files I was able to compile the project in windows.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8168.Makefile"&gt;Makefile&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/ble_5F00_app_5F00_template_5F00_gcc_5F00_nrf52.ld"&gt;ble_app_template_gcc_nrf52.ld&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Jørn Frøysa&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , can anyone say how to convert the driver and library for mpu 6050 from sdk 11 to sdk 13..??</title><link>https://devzone.nordicsemi.com/thread/82462?ContentTypeID=1</link><pubDate>Tue, 04 Apr 2017 08:19:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7339db46-474d-453d-968a-fca3030f273f</guid><dc:creator>Reeshma</dc:creator><description>&lt;p&gt;am using an I2C to interface with mpu6050&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi , can anyone say how to convert the driver and library for mpu 6050 from sdk 11 to sdk 13..??</title><link>https://devzone.nordicsemi.com/thread/82461?ContentTypeID=1</link><pubDate>Tue, 04 Apr 2017 07:57:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ef59c1c-0d8d-494c-b7fe-ae9e4fc89e50</guid><dc:creator>J&amp;#248;rn</dc:creator><description>&lt;p&gt;Are you using SPI or I2C to interface with the mpu6050?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>