<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Kinetis Design Studio with KW40Z Connectivity Software in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457618#M717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds logical. Then we wait until freescale supports the wireless framework on Kinetis Design Studio and migrate our project to Kinetis Design Studio later...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2015 07:53:59 GMT</pubDate>
    <dc:creator>petertoenz</dc:creator>
    <dc:date>2015-11-20T07:53:59Z</dc:date>
    <item>
      <title>Kinetis Design Studio with KW40Z Connectivity Software</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457611#M710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;We are developing a firmware for the KW40Z controller. Now we want to use the bluetooth-stack from the "connectivity software" package and didn't find any example projects for the Kinetis Design Studio. All the examples we found are for the IAR IDE.&lt;/P&gt;&lt;P&gt;Is there any possibility to use the bluetooth-stack with the Kinetis Design Studio? Do I only need an adapted linker-script to run the Kenetis Design Studio-IAR examples, or do I need more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for more information on this topic!&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 09:41:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457611#M710</guid>
      <dc:creator>petertoenz</dc:creator>
      <dc:date>2015-11-05T09:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis Design Studio with KW40Z Connectivity Software</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457612#M711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update: Now i have a project in Kinetis Design Studio and i can compile it. This project is taken form the IAR connectivity examles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i start the debugger, the startup code begins (startup.c) and crashes while he copies the initial values form rom to ram (after 1000 steps):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while (n--)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *data_ram++ = *data_rom++;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;When i check the data_ram and data_rom pointers, i can't see any overflow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 11:33:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457612#M711</guid>
      <dc:creator>petertoenz</dc:creator>
      <dc:date>2015-11-06T11:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis Design Studio with KW40Z Connectivity Software</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457613#M712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thing that the thread &lt;A href="https://community.nxp.com/message/533956"&gt;MCR20A source migration from IAR to KDS&lt;/A&gt; will be useful for you, could you please take a look into it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be looking forward for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Earl Orlando.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 17:10:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457613#M712</guid>
      <dc:creator>EarlOrlando</dc:creator>
      <dc:date>2015-11-16T17:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis Design Studio with KW40Z Connectivity Software</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457614#M713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Earl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read the thread and added the suggested linker flags to my project (that already compile, link and start with debug). But the result ist the same: the processor jumps in the DefaultISR while he initialized the variables with values from the flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: I have to turn on the 'Optimize Size' or the 'Optimize for Debug' flag because, the code is to big with none optimization (160k Flash).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;c:/freescale/kds_3.0.0/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: btTestKw40.elf section `.text' will not fit in region `m_text'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;c:/freescale/kds_3.0.0/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: section .data loaded at [00027c18,000281cf] overlaps section .text&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;c:/freescale/kds_3.0.0/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: region `m_text' overflowed by 14720 bytes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i compile the same project in IAR with none optimization (health_thermometer_demo, with small changes meanwhile) it drops out the following code size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; 114 566 bytes of readonly&amp;nbsp; code memory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6 659 bytes of readonly&amp;nbsp; data memory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; 13 875 bytes of readwrite data memory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know, that the IAR compiler produce smaller code, but the difference ist to big for that reason (&amp;gt;160k with -Os (GCC) vs 120k without optimization (IAR) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 08:54:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457614#M713</guid>
      <dc:creator>petertoenz</dc:creator>
      <dc:date>2015-11-17T08:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis Design Studio with KW40Z Connectivity Software</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457615#M714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to be a reasonable difference since GCC is not as efficient as IAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share the project that crashes in the start up to debug it by myself? It is very strange that it crashes after 1000 iterations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Earl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 18:21:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457615#M714</guid>
      <dc:creator>EarlOrlando</dc:creator>
      <dc:date>2015-11-17T18:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis Design Studio with KW40Z Connectivity Software</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457616#M715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Earl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My project is &lt;A href="https://filesharing.noser.com/fbsharing/EnglkoSX"&gt;here &lt;/A&gt;downloadable. On my disc, it's located on C:/Users/Username/workspace.kds/ and the Freescale framework is on the standard path (C:\Freescale\KW40Z_Connectivity_Software_1.0.0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it on our hardware and on de FRDM-KW40Z evalboard and the effect is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: The gcc-compiler throws a lot of warnings like the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;c:/freescale/kds_3.0.0/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: warning: C:/Freescale/KW40Z_Connectivity_Software_1.0.0/ConnSw/bluetooth/controller/lib/ble_controller_lib.a(bt_le_bluetooth.o) uses 2-byte wchar_t yet the output is to use 4-byte wchar_t; use of wchar_t values across objects may fail&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I think thats why I use the library for IAR and compile it with gcc. Could this cause the error while the variables were initialized?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 08:40:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457616#M715</guid>
      <dc:creator>petertoenz</dc:creator>
      <dc:date>2015-11-18T08:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis Design Studio with KW40Z Connectivity Software</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457617#M716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P lang="es-MX" style="font-family: Calibri; font-size: 11.0pt;"&gt;Hello again Peter,&lt;/P&gt;&lt;P lang="es-MX"&gt;&lt;/P&gt;&lt;P lang="es-MX" style="font-family: Calibri; font-size: 11.0pt;"&gt;Since the BLE stack comes in a library compiled with IAR, I think that migrate the code and have complete compatibility will be impossible.&lt;/P&gt;&lt;P lang="es-MX"&gt;&lt;/P&gt;&lt;P lang="es-MX" style="font-family: Calibri; font-size: 11.0pt;"&gt;The EABI is a standard that defines the mapping between low level concepts in high level languages. The purpose of this EABI is to allow interoperability between objects built in different tools. However, IAR doesn't have a public EABI. Each build tools provider provides its own EABI, allowing interoperability between objects built with the same build tools. Making the mentioned libraries interoperable could be possible only if the EABIs are compatible.&lt;/P&gt;&lt;P lang="es-MX"&gt;&lt;/P&gt;&lt;P lang="es-MX" style="font-family: Calibri; font-size: 11.0pt;"&gt;Best regards,&lt;/P&gt;&lt;P lang="es-MX" style="font-family: Calibri; font-size: 11.0pt;"&gt;Earl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 20:50:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457617#M716</guid>
      <dc:creator>EarlOrlando</dc:creator>
      <dc:date>2015-11-19T20:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis Design Studio with KW40Z Connectivity Software</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457618#M717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds logical. Then we wait until freescale supports the wireless framework on Kinetis Design Studio and migrate our project to Kinetis Design Studio later...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 07:53:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457618#M717</guid>
      <dc:creator>petertoenz</dc:creator>
      <dc:date>2015-11-20T07:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis Design Studio with KW40Z Connectivity Software</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457619#M718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any update on the KDS package? How about the FRDM-KW40Z support in the new MQX 5 version also?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 18:05:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Kinetis-Design-Studio-with-KW40Z-Connectivity-Software/m-p/457619#M718</guid>
      <dc:creator>M_Grillo</dc:creator>
      <dc:date>2016-05-13T18:05:44Z</dc:date>
    </item>
  </channel>
</rss>

