<?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: LPCXpresso software version for LPC2129? in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-software-version-for-LPC2129/m-p/638712#M32589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Con Verse,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Sorry for the very delayed response.&lt;/P&gt;&lt;P&gt;The command I am using for hex genertion is,&lt;/P&gt;&lt;P&gt;-arm-none-eabi-size "Hex_Try.axf" ; arm-none-eabi-objcopy -v -O ihex "Hex_Try.axf" "Hex_Try.hex" ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYR, I am attaching my complete make file content here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;################################################################################&lt;BR /&gt;# Automatically-generated file. Do not edit!&lt;BR /&gt;################################################################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-include ../makefile.init&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RM := rm -rf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# All of the sources participating in the build are defined here&lt;BR /&gt;-include sources.mk&lt;BR /&gt;-include src/subdir.mk&lt;BR /&gt;-include subdir.mk&lt;BR /&gt;-include objects.mk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifneq ($(MAKECMDGOALS),clean)&lt;BR /&gt;ifneq ($(strip $(C_DEPS)),)&lt;BR /&gt;-include $(C_DEPS)&lt;BR /&gt;endif&lt;BR /&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-include ../makefile.defs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Add inputs and outputs from these tool invocations to the build variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# All Target&lt;BR /&gt;all: Hex_Try.axf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Tool invocations&lt;BR /&gt;Hex_Try.axf: $(OBJS) $(USER_OBJS)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@echo 'Building target: $@'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@echo 'Invoking: MCU Linker'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;arm-none-eabi-gcc -nostdlib -Xlinker -Map="Hex_Try.map" -Xlinker --cref -Xlinker --gc-sections -Xlinker -print-memory-usage -Xlinker --print-map -mcpu=arm7tdmi -T "Hex_Try_Release.ld" -o "Hex_Try.axf" $(OBJS) $(USER_OBJS) $(LIBS)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@echo 'Finished building target: $@'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@echo ' '&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$(MAKE) --no-print-directory post-build&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Other Targets&lt;BR /&gt;clean:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;-$(RM) $(EXECUTABLES)$(OBJS)$(C_DEPS) Hex_Try.axf&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;-@echo ' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;post-build:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;-@echo 'Performing post-build steps'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;-arm-none-eabi-size "Hex_Try.axf" ; arm-none-eabi-objcopy -v -O ihex "Hex_Try.axf" "Hex_Try.hex" ; #arm-none-eabi-objcopy -v -O [color=#f00]ihex[/color] "Hex_Try.axf" "Hex_Try[color=#f00].hex[/color]" ; #arm-none-eabi-objcopy -v -O binary "Hex_Try.axf" "Hex_Try.bin" ; # checksum -p LPC2129_01 -d "Hex_Try.bin"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;-@echo ' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.PHONY: all clean dependents&lt;BR /&gt;.SECONDARY: post-build&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-include ../makefile.targets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;################################################################################&lt;BR /&gt;# End of File&lt;BR /&gt;################################################################################&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Dec 2017 15:35:17 GMT</pubDate>
    <dc:creator>ramakrishnanaru</dc:creator>
    <dc:date>2017-12-17T15:35:17Z</dc:date>
    <item>
      <title>LPCXpresso software version for LPC2129?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-software-version-for-LPC2129/m-p/638708#M32585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a LPC2129(ARM7) board with me, I want to use LPCXpresso IDE for the hex generation. But when I tried with the latest software version the hex is not running in my board. Do I need to use any specific older version of the software version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Dec 2016 17:18:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-software-version-for-LPC2129/m-p/638708#M32585</guid>
      <dc:creator>ramakrishnanaru</dc:creator>
      <dc:date>2016-12-25T17:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso software version for LPC2129?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-software-version-for-LPC2129/m-p/638709#M32586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you do not need an older version of lpcxpresso.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suggest you explain in more detail what you are doing, and what problem you have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 13:14:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-software-version-for-LPC2129/m-p/638709#M32586</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2016-12-26T13:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso software version for LPC2129?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-software-version-for-LPC2129/m-p/638710#M32587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Con Verse,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Actually I am able to generate the hex from LPCXpresso for a code which I generated using KEIL also.&lt;/P&gt;&lt;P&gt;The KEIL generated hex is running successfully in my board but the LPCXpresso generated hex is not running.&lt;/P&gt;&lt;P&gt;Also the two hex file is completely different.&lt;/P&gt;&lt;P&gt;The KEIL generated hex file is around 4kb in size but LPCXpresso generated hex is only 2kb in size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what changes I have to do in the tool chain for a perfect working condition.&lt;/P&gt;&lt;P&gt;And let me know if any other information is required.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 06:50:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-software-version-for-LPC2129/m-p/638710#M32587</guid>
      <dc:creator>ramakrishnanaru</dc:creator>
      <dc:date>2016-12-27T06:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso software version for LPC2129?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-software-version-for-LPC2129/m-p/638711#M32588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the command line you are using to convert the elf file into hex?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 11:21:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-software-version-for-LPC2129/m-p/638711#M32588</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2016-12-27T11:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso software version for LPC2129?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-software-version-for-LPC2129/m-p/638712#M32589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Con Verse,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Sorry for the very delayed response.&lt;/P&gt;&lt;P&gt;The command I am using for hex genertion is,&lt;/P&gt;&lt;P&gt;-arm-none-eabi-size "Hex_Try.axf" ; arm-none-eabi-objcopy -v -O ihex "Hex_Try.axf" "Hex_Try.hex" ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYR, I am attaching my complete make file content here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;################################################################################&lt;BR /&gt;# Automatically-generated file. Do not edit!&lt;BR /&gt;################################################################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-include ../makefile.init&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RM := rm -rf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# All of the sources participating in the build are defined here&lt;BR /&gt;-include sources.mk&lt;BR /&gt;-include src/subdir.mk&lt;BR /&gt;-include subdir.mk&lt;BR /&gt;-include objects.mk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ifneq ($(MAKECMDGOALS),clean)&lt;BR /&gt;ifneq ($(strip $(C_DEPS)),)&lt;BR /&gt;-include $(C_DEPS)&lt;BR /&gt;endif&lt;BR /&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-include ../makefile.defs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Add inputs and outputs from these tool invocations to the build variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# All Target&lt;BR /&gt;all: Hex_Try.axf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Tool invocations&lt;BR /&gt;Hex_Try.axf: $(OBJS) $(USER_OBJS)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@echo 'Building target: $@'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@echo 'Invoking: MCU Linker'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;arm-none-eabi-gcc -nostdlib -Xlinker -Map="Hex_Try.map" -Xlinker --cref -Xlinker --gc-sections -Xlinker -print-memory-usage -Xlinker --print-map -mcpu=arm7tdmi -T "Hex_Try_Release.ld" -o "Hex_Try.axf" $(OBJS) $(USER_OBJS) $(LIBS)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@echo 'Finished building target: $@'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@echo ' '&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;$(MAKE) --no-print-directory post-build&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Other Targets&lt;BR /&gt;clean:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;-$(RM) $(EXECUTABLES)$(OBJS)$(C_DEPS) Hex_Try.axf&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;-@echo ' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;post-build:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;-@echo 'Performing post-build steps'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;-arm-none-eabi-size "Hex_Try.axf" ; arm-none-eabi-objcopy -v -O ihex "Hex_Try.axf" "Hex_Try.hex" ; #arm-none-eabi-objcopy -v -O [color=#f00]ihex[/color] "Hex_Try.axf" "Hex_Try[color=#f00].hex[/color]" ; #arm-none-eabi-objcopy -v -O binary "Hex_Try.axf" "Hex_Try.bin" ; # checksum -p LPC2129_01 -d "Hex_Try.bin"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;-@echo ' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.PHONY: all clean dependents&lt;BR /&gt;.SECONDARY: post-build&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-include ../makefile.targets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;################################################################################&lt;BR /&gt;# End of File&lt;BR /&gt;################################################################################&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Dec 2017 15:35:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-software-version-for-LPC2129/m-p/638712#M32589</guid>
      <dc:creator>ramakrishnanaru</dc:creator>
      <dc:date>2017-12-17T15:35:17Z</dc:date>
    </item>
  </channel>
</rss>

