<?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>MQX Software Solutionsのトピックmodifying bsp fails</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/modifying-bsp-fails/m-p/474421#M15660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set up a new MQX project and drag and droped the bsp and psp for my tower into the worksapce.&lt;/P&gt;&lt;P&gt;(C:\Freescale\Freescale_MQX_4_2\mqx\build\cw10gcc\...\..._twrk60d100m.wsd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I want to connect to the onboard accelerometer, I used the processor expert to add the library for the i2c interface. After generating the codes and recompiling the bsp the following error occurres:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:/Freescale/Freescale_MQX_4_2/mqx/source/io/debug/iodebug_asm.S:58: Warning: ignoring changed section attributes for .text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have no idea how to handle this!!?? Has anyone else an idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="bsp_problem1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35730i744E45E3BC73DBED/image-size/large?v=v2&amp;amp;px=999" role="button" title="bsp_problem1.png" alt="bsp_problem1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 15:37:43 GMT</pubDate>
    <dc:creator>niklasroth</dc:creator>
    <dc:date>2016-01-29T15:37:43Z</dc:date>
    <item>
      <title>modifying bsp fails</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/modifying-bsp-fails/m-p/474421#M15660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set up a new MQX project and drag and droped the bsp and psp for my tower into the worksapce.&lt;/P&gt;&lt;P&gt;(C:\Freescale\Freescale_MQX_4_2\mqx\build\cw10gcc\...\..._twrk60d100m.wsd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I want to connect to the onboard accelerometer, I used the processor expert to add the library for the i2c interface. After generating the codes and recompiling the bsp the following error occurres:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:/Freescale/Freescale_MQX_4_2/mqx/source/io/debug/iodebug_asm.S:58: Warning: ignoring changed section attributes for .text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have no idea how to handle this!!?? Has anyone else an idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="bsp_problem1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35730i744E45E3BC73DBED/image-size/large?v=v2&amp;amp;px=999" role="button" title="bsp_problem1.png" alt="bsp_problem1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 15:37:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/modifying-bsp-fails/m-p/474421#M15660</guid>
      <dc:creator>niklasroth</dc:creator>
      <dc:date>2016-01-29T15:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: modifying bsp fails</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/modifying-bsp-fails/m-p/474422#M15661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Niklas Roth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to use i2c you have two options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; &lt;STRONG&gt;Use the mqx I2C I/O Driver&lt;/STRONG&gt;: This driver supports the I2C interface in both master and slave mode. If enabled in user configuration, the I2C driver is&lt;/P&gt;&lt;P&gt;installed during the BSP startup code as the "i2cx" in polled mode and as the "ii2cx" in interrupt mode where "x" stands for a&lt;/P&gt;&lt;P&gt;specified I2C channel number). Example applications are provided in the MQX RTOS source tree for both master and slave&lt;/P&gt;&lt;P&gt;mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. Using Processor expert: &lt;/STRONG&gt;You need to create a new driver using PE, in order to do that,&amp;nbsp; please check the below document&amp;nbsp; (section &lt;SPAN style="font-size: 11.0pt; font-family: 'Times New Roman',serif;"&gt;&lt;STRONG&gt;USING PROCESSOR EXPERT IN ORDER TO CREATE A DRIVER&lt;/STRONG&gt;&lt;/SPAN&gt;)&amp;nbsp; This doc is for PWM but the process is similar for other modules.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-329187"&gt;How to generate PWM signal using MQX&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 23:02:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/modifying-bsp-fails/m-p/474422#M15661</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2016-02-05T23:02:49Z</dc:date>
    </item>
  </channel>
</rss>

