LPCXpresso LPC1769 Rev.C vs. Rev. D - LPCXpresso v6 programming problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPCXpresso LPC1769 Rev.C vs. Rev. D - LPCXpresso v6 programming problem

Jump to solution
1,244 Views
jakubpapuga-sza
Contributor II

Hi all,

I use LPCXpresso v6.0.2_151 software with my all LPCXpresso LPC1769 PCB Rev. B and Rev. C PCBs.

Recently I bought LPCXpresso LPC17698 Rev. D PCB with new PCB programmer part design and unfortunately my LPCXpresso software does not recognize it. There is no problems with older versions of LPCXpresso LPC1769 PCBs. 

Should I install some new Windows 7 64-bit drivers or do something else?

I will be very gratefull for help.

Best regards,

Jakub

Labels (1)
1 Solution
723 Views
lpcxpresso_supp
NXP Employee
NXP Employee

As noted on LPCXpresso Boards|NXP , the LPCXpresso/CD boards will unfortunately only work with LPCXpresso IDE v7.9 and later.

You can use an external debug probe with the LPCXpresso/CD boards by fitting a jumper though - either an original LPC-Link1 separated from an LPCXpresso V1 board, or better still - an LPC-Link2.

Regards,

LPCXpresso Support

View solution in original post

2 Replies
724 Views
lpcxpresso_supp
NXP Employee
NXP Employee

As noted on LPCXpresso Boards|NXP , the LPCXpresso/CD boards will unfortunately only work with LPCXpresso IDE v7.9 and later.

You can use an external debug probe with the LPCXpresso/CD boards by fitting a jumper though - either an original LPC-Link1 separated from an LPCXpresso V1 board, or better still - an LPC-Link2.

Regards,

LPCXpresso Support

723 Views
jakubpapuga-sza
Contributor II

As noted on LPCXpresso Boards|NXP , the LPCXpresso/CD boards will unfortunately only work with LPCXpresso IDE v7.9 and later.

Ok, thank you for your help.

I downloaded and installed LPCXpresso v8.2.0_647 and with built-in LPCXpresso programmer/probe is eveything OK.

For sure I downloaded into the LPC1769 microcontroller a *.axf file with my firmware and it works great.

But there is smal problem:

When I open my previous software project + CMSISv1p30_LPC17xx (as a project into a workspace) and I click the "Build" icon then the LPCXpresso console return me an error:

08:06:07 **** Incremental Build of configuration Debug for project PCBTest_FW06 ****
make -r all
Building target: PCBTest_FW06.axf
Invoking: MCU Linker
arm-none-eabi-gcc -nostdlib -L"D:\LPCXpresso_8.2.0_647 - workspace\CMSISv1p30_LPC17xx\Debug" -Xlinker -Map=PCBTest_FW06.map -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "PCBTest_FW06_Debug.ld" -o "PCBTest_FW06.axf" ./src/cr_startup_lpc175x.o ./src/main.o ./source/adc_ads8326.o ./source/adcbasic.o ./source/flash_memory_spi.o ./source/lcd_1.o ./source/lcd_2.o ./source/pwmbasic.o ./source/ssp.o ./source/ssp1.o ./source/timerbasic.o ./source/uartbasic.o -lCMSISv1p30_LPC17xx
c:/nxp/lpcxpresso_8.2.0_647/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/5.3.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -lCMSISv1p30_LPC17xx
collect2.exe: error: ld returned 1 exit status
make: *** [PCBTest_FW06.axf] Error 1

08:06:08 Build Finished (took 573ms)

I added CMSIS v1.30 libraries into CMSISv1p30_LPC17xx project as I show below (libraries added by me are marked in red rectangles):

Screen 01.JPG 

and it does not help... The error still occurs during Building.

What should I do in this case?

0 Kudos