<?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: Simple processor expert project in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Simple-processor-expert-project/m-p/487994#M5783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gnichi,&lt;/P&gt;&lt;P&gt;Do you mean the PE+SDK project,&amp;nbsp; i create a simple project on KDS3.0 . add the component of "fsl_lptmr",&lt;/P&gt;&lt;P&gt;and click the generate code , build , it have no error , please see the attachment.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55066i34ECB28EF531325B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55108iB5485734FFFD57A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And i don't what's meaning about remove the interrupt interrupt manager component , please take a screenshot tell me , and if you do not want the interrupt , you&amp;nbsp; can disable it ,for example the interrupt of the lptmr :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55129i0A5C49049E3D4E2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&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, 26 Feb 2016 02:48:54 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2016-02-26T02:48:54Z</dc:date>
    <item>
      <title>Simple processor expert project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Simple-processor-expert-project/m-p/487993#M5782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I want to make a simpl processor expert project. I have the frdm-kl03z.&lt;/P&gt;&lt;P&gt;Initially, processor expert includes interrupt manager component by default. If i remove it, the code generation does not work.&lt;/P&gt;&lt;P&gt;Also when i compile the code, it doesnt find lptmr header files, so i add the lptmr component to the project.&lt;/P&gt;&lt;P&gt;When i compile finally, it fails while linking&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;'Invoking: Cross ARM C++ Linker'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;arm-none-eabi-g++ -mcpu=cortex-m0plus -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall&amp;nbsp; -g3 -T "C:/Users/Hamma/workspace.kds/test/Project_Settings/Linker_Files/ProcessorExpert.ld" -Xlinker --gc-sections -L"C:/Users/Hamma/workspace.kds/test/Project_Settings/Linker_Files" -Wl,-Map,"test.map" -specs=nosys.specs -specs=nano.specs -Xlinker -z -Xlinker muldefs -o "test.elf"&amp;nbsp; ./Static_Code/System/PE_low_level_init.o&amp;nbsp; ./Sources/Events.o ./Sources/main.o&amp;nbsp; ./SDK/platform/utilities/src/fsl_debug_console.o ./SDK/platform/utilities/src/fsl_misc_utilities.o ./SDK/platform/utilities/src/print_scan.o&amp;nbsp; ./SDK/platform/system/src/interrupt/fsl_interrupt_manager.o&amp;nbsp; ./SDK/platform/system/src/clock/MKL03Z4/fsl_clock_MKL03Z4.o&amp;nbsp; ./SDK/platform/system/src/clock/fsl_clock_manager.o ./SDK/platform/system/src/clock/fsl_clock_manager_common.o&amp;nbsp; ./SDK/platform/osa/src/fsl_os_abstraction_bm.o&amp;nbsp; ./SDK/platform/hal/src/sim/MKL03Z4/fsl_sim_hal_MKL03Z4.o&amp;nbsp; ./SDK/platform/hal/src/rtc/fsl_rtc_hal.o&amp;nbsp; ./SDK/platform/hal/src/port/fsl_port_hal.o&amp;nbsp; ./SDK/platform/hal/src/osc/fsl_osc_hal.o&amp;nbsp; ./SDK/platform/hal/src/mcglite/fsl_mcglite_hal.o ./SDK/platform/hal/src/mcglite/fsl_mcglite_hal_modes.o&amp;nbsp; ./SDK/platform/hal/src/lpuart/fsl_lpuart_hal.o&amp;nbsp; ./SDK/platform/hal/src/lptmr/fsl_lptmr_hal.o&amp;nbsp; ./SDK/platform/drivers/src/rtc/fsl_rtc_common.o&amp;nbsp; ./SDK/platform/drivers/src/lptmr/fsl_lptmr_common.o ./SDK/platform/drivers/src/lptmr/fsl_lptmr_driver.o&amp;nbsp; ./SDK/platform/devices/MKL03Z4/startup/gcc/startup_MKL03Z4.o&amp;nbsp; ./SDK/platform/devices/MKL03Z4/startup/system_MKL03Z4.o&amp;nbsp; ./SDK/platform/devices/startup.o&amp;nbsp; ./Generated_Code/Cpu.o ./Generated_Code/clockMan1.o ./Generated_Code/hardware_init.o ./Generated_Code/lpTmr2.o ./Generated_Code/osa1.o ./Generated_Code/pin_init.o&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;d:/kds/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe:C:/Users/Hamma/workspace.kds/test/Project_Settings/Linker_Files/ProcessorExpert.ld:47: warning: memory region `m_interrupts' not declared&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;d:/kds/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe:C:/Users/Hamma/workspace.kds/test/Project_Settings/Linker_Files/ProcessorExpert.ld:57: warning: memory region `m_flash_config' not declared&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;d:/kds/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe:C:/Users/Hamma/workspace.kds/test/Project_Settings/Linker_Files/ProcessorExpert.ld:72: warning: memory region `m_text' not declared&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;d:/kds/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe:C:/Users/Hamma/workspace.kds/test/Project_Settings/Linker_Files/ProcessorExpert.ld:155: warning: memory region `m_data' not declared&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;d:/kds/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe:C:/Users/Hamma/workspace.kds/test/Project_Settings/Linker_Files/ProcessorExpert.ld:214: warning: memory region `m_interrupts_ram' not declared&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;d:/kds/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: section .flash_config loaded at [00000000,0000000f] overlaps section .interrupts loaded at [00000000,000000bf]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;d:/kds/toolchain/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: section .text loaded at [00000000,00002c13] overlaps section .flash_config loaded at [00000000,0000000f]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;collect2.exe: error: ld returned 1 exit status&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'courier new', courier;"&gt;make: *** [test.elf] Error 1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 13:56:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Simple-processor-expert-project/m-p/487993#M5782</guid>
      <dc:creator>gnichimohamed</dc:creator>
      <dc:date>2016-02-25T13:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Simple processor expert project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Simple-processor-expert-project/m-p/487994#M5783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gnichi,&lt;/P&gt;&lt;P&gt;Do you mean the PE+SDK project,&amp;nbsp; i create a simple project on KDS3.0 . add the component of "fsl_lptmr",&lt;/P&gt;&lt;P&gt;and click the generate code , build , it have no error , please see the attachment.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55066i34ECB28EF531325B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55108iB5485734FFFD57A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And i don't what's meaning about remove the interrupt interrupt manager component , please take a screenshot tell me , and if you do not want the interrupt , you&amp;nbsp; can disable it ,for example the interrupt of the lptmr :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55129i0A5C49049E3D4E2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&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, 26 Feb 2016 02:48:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Simple-processor-expert-project/m-p/487994#M5783</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-02-26T02:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Simple processor expert project</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Simple-processor-expert-project/m-p/487995#M5784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55137iED30F8A97BDA4019/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see, by default there is a fsl_interrupt_manager component in my project, Also when i replace the content of ProcessorExpert.ld with MKL03Z32xxx4_flash.ld the compilation runs ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 17:53:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Simple-processor-expert-project/m-p/487995#M5784</guid>
      <dc:creator>gnichimohamed</dc:creator>
      <dc:date>2016-02-26T17:53:55Z</dc:date>
    </item>
  </channel>
</rss>

