LPCXpresso 7.6.2

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

LPCXpresso 7.6.2

2,653 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Kaveh.t on Mon Mar 02 02:51:03 MST 2015
Hi there,

I am a student and writing my Final Thesis in electrical engineering. I am Working with LPC XPresso 7.6.2. and trying just to implement a symple Projekt from the LPC 11xx Examples. I Konstructed my own PCB with the LPC1112 µC and other devices. I connected the LED to pin22( PIO1_0) of the LPC1112 and want to make it blink, to see if the connection is right. I copied a Programm from the LCP11xx examlples and modified it for the LPC 1112 to turn the LED on. When I Debug it, I got some Errors and Warnings and don´t no what to do, because the Source Code is korrekt. Can you please tell me what Configurations in LPC Xpresso i have to change to solve this Problem. It ist just a Simple Programm it cant be so difficult to make it work. I searched in the Forums but couldnt find a solution. This are the Error Messages.

1) DescriptionResourcePathLocationType
fatal error: LPC11xx.h: No such file or directoryclkconfig.c/LPC11xx_cmsis2_Lib/src line 12C/C++ Problem

2) DescriptionResourcePathLocationType
fatal error: system_LPC11xx.h: No such file or directoryLPC11xx.h/blinky/cmsisline 110C/C++ Problem

3) DescriptionResourcePathLocationType
make: *** [cmsis/system_LPC11xx.o] Error 1blinkyC/C++ Problem

4) DescriptionResourcePathLocationType
make: *** [src/clkconfig.o] Error 1LPC11xx_cmsis2_LibC/C++ Problem

5) DescriptionResourcePathLocationType
make: Target `main-build' not remade because of errors.blinkyC/C++ Problem

6) DescriptionResourcePathLocationType
Invalid project path: Include path not found (CMSISv2p00_LPC11xx\inc). LPC11xx_cmsis2_LibpathentryPath Entry Problem

7) DescriptionResourcePathLocationType
Error: Cannot open checksum file blinky.binmake: [pre-build] Error 1 (ignored)blinky C/C++ Problem

By the way my Projekt Explorer is not Fixed on the Browser, how can i change it back to the default settings within the window Show View Command, i tried but couldnt change it back. a screenshot and a zip File for the source code is inserted.

Please Help me out to find a Solution

Best Regards

Kaveh

Original Attachment has been moved to: blinky1112_main.zip

0 Kudos
37 Replies

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Kaveh.t on Thu Mar 05 07:19:32 MST 2015
Danke, jetzt läufts

Fixed the Problem Thx :)
0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by LabRat on Wed Mar 04 12:22:18 MST 2015

Quote: Kaveh.t
Wie kann ich einen Hexafile generieren um den LPC 1112 zu Flashen und dann mein Source code zu implementieren ?



Einfach mal im Post-Processing einstellen:

http://www.lpcware.com/content/faq/lpcxpresso/post-processing-linked-application
0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Kaveh.t on Wed Mar 04 12:09:53 MST 2015
HAHA  :bigsmile:  Beste,


Jetzt keine Errors mehr, herzlichen Dank


Jetzt wollte ich den Source code auf den µC Laden


Bevor das geht muss der µC geflasht werden,

wenn ich mit dem Flash Magic den LPC 1112/ 201 Flashe dann sagt der unable to open HEXA. File. Wie kann ich einen Hexafile generieren um den LPC 1112 zu Flashen und dann mein Source code zu implementieren ?
0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by LabRat on Wed Mar 04 11:34:35 MST 2015

Quote: Kaveh.t
Ich habe da nicht merh zusätzlich 2 Pfade eingebunden, jezt habe ich alle  entfernt bis auf einen Pfad



Gut, dass Du nie das machst, was man Dir sagt  :D

Wo liegt "clkconfig.h"  :quest:  :quest:

Diesen Pfad hast Du erfolgreich zu viel gelöscht  ;-)

Du musst hier immer die Pfade aller Header-Dateien angeben, die Du im Code verwendest  :O

Im Klartext: Den INC des eigenen Projektes und den INC der Library...
0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Kaveh.t on Wed Mar 04 11:31:08 MST 2015
Ich habe da nicht mehr zusätzlich 2 Pfade eingebunden, jezt habe ich alle  entfernt bis auf einen Pfad


1 Error ist weiterhin vorhanden.

9:17:56 **** Incremental Build of configuration Debug for project Blinky ****
make -r all
Building file: ../src/blinky.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p00_LPC11xx -I"C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m0 -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"src/blinky.d" -MT"src/blinky.o" -MT"src/blinky.d" -o "src/blinky.o" "../src/blinky.c"
../src/blinky.c:31:23: fatal error: clkconfig.h: No such file or directory
#include "clkconfig.h"
                       ^
compilation terminated.
make: *** [src/blinky.o] Error 1

19:17:56 Build Finished (took 220ms)

0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Kaveh.t on Wed Mar 04 11:30:03 MST 2015
Now the Settings are korrekt, and still 1 error remained.








19:26:20 **** Incremental Build of configuration Debug for project Blinky ****
make -r all
Building file: ../src/blinky.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p00_LPC11xx -I"C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m0 -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"src/blinky.d" -MT"src/blinky.o" -MT"src/blinky.d" -o "src/blinky.o" "../src/blinky.c"
../src/blinky.c:31:23: fatal error: clkconfig.h: No such file or directory
#include "clkconfig.h"
                       ^
compilation terminated.
make: *** [src/blinky.o] Error 1

19:26:20 Build Finished (took 184ms)

0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Kaveh.t on Wed Mar 04 11:11:45 MST 2015
I didnt, this are just the Instructions from the NXP Tutorial, and i didnt knew what to do, either leave them bouth blank or enable for Debug or Release.

Then tell me what must i do now, the Projekt you sended me back has 2 Errors,
0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by LabRat on Wed Mar 04 11:01:15 MST 2015

Quote: Kaveh.t
Hab Verstanden aber weiterhin sind Fehler vorhanden



Weil Du immer noch ein fürchterliches Durcheinander produzierst  :((

Von den 4 Pfaden in Include->Include Paths sind 2 offensichtlich Blödsinn  :O
0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Wed Mar 04 10:58:19 MST 2015
You are now trying to include a library called Blinky. What are you doing that for?

0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Kaveh.t on Wed Mar 04 10:53:35 MST 2015
Hab Verstanden aber weiterhin sind Fehler vorhanden
0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Kaveh.t on Wed Mar 04 10:53:30 MST 2015
Hab Verstanden aber weiterhin sind Fehler vorhanden
0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Kaveh.t on Wed Mar 04 10:47:41 MST 2015
Hi There,

Thx for youre quick response,


This are the last standings, when i implemented the Projekt you send me in my workspace, further there a this error messages,

please see the screenshots to the configuration in the Properties Menu i inserted and the File.

Refering screenshot Path_symbols_Reference  it wasnt possible to enable the Debug for bouth Blinky and CMSIS_Core_LPCxx.


What is wrong with This Procedure now ?


18:36:13 **** Incremental Build of configuration Debug for project Blinky ****
make -r all
Building target: Blinky.axf
Invoking: MCU Linker
arm-none-eabi-gcc -nostdlib -L"C:\nxp\workspace\CMSIS_CORE_LPC11xx\Debug" -L"C:\nxp\workspace\Blinky\Debug" -Xlinker -Map="Blinky.map" -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "Blinky_Debug.ld" -o "Blinky.axf"  ./src/blinky.o ./src/cr_startup_lpc11.o  ./Common/src/clkconfig.o ./Common/src/gpio.o ./Common/src/timer16.o   -lCMSIS_CORE_LPC11xx -lLPC_Blinky
c:/nxp/lpcxpresso_7.6.2_326/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: cannot find -lLPC_Blinky
collect2.exe: error: ld returned 1 exit status
make: *** [Blinky.axf] Error 1

18:36:13 Build Finished (took 140ms)

0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by LabRat on Wed Mar 04 10:29:51 MST 2015

Quote: Kaveh.t
From where can i add The Include Files instead of paths what you mean?



Is that a language problem  :quest:

Let's try it in german:

[color=#f00]Keine Dateien einbinden, nur Pfade[/color]  :exmark:

Das hat TheFallGuy versucht, Dir mitzuteilen.

Das heisst im Klartext: Ins untere Feld 'Include Files' gehört [color=#f00]überhaupt NIX[/color]...
0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Wed Mar 04 10:22:00 MST 2015
Did you not look at the fixed projects I provided? The project builds correctly.

You include files IN YOUR SOURCE CODE
#include "LPC11xx.h"

0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Kaveh.t on Wed Mar 04 10:09:22 MST 2015
From where can i add The Include Files instead of paths what you mean?   


see the screenshot attachement and please tell me exactly how i can fix this issue.

This Time i added The same header include Files, just from another directory and not from Workspace, i see no difference, either adding from workspace or from


C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc

which i generated this time.

The same like bevore


17:53:20 **** Incremental Build of configuration Debug for project Blinky ****
make -r all
Building file: ../src/blinky.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p00_LPC11xx -I"C:\nxp\workspace\CMSIS_CORE_LPC11xx" -I"C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc" -I"C:\nxp\workspace\Blinky\Common\inc" -include"C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cm0.h" -include"C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cmFunc.h" -include"C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cmInstr.h" -include"C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\LPC11xx.h" -include"C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\system_LPC11xx.h" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m0 -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"src/blinky.d" -MT"src/blinky.o" -MT"src/blinky.d" -o "src/blinky.o" "../src/blinky.c"
In file included from <command-line>:0:0:
C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cm0.h:515:37: error: unknown type name 'IRQn_Type'
__STATIC_INLINE void NVIC_EnableIRQ(IRQn_Type IRQn)
                                     ^
C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cm0.h:527:38: error: unknown type name 'IRQn_Type'
__STATIC_INLINE void NVIC_DisableIRQ(IRQn_Type IRQn)
                                      ^
C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cm0.h:543:45: error: unknown type name 'IRQn_Type'
__STATIC_INLINE uint32_t NVIC_GetPendingIRQ(IRQn_Type IRQn)
                                             ^
C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cm0.h:555:41: error: unknown type name 'IRQn_Type'
__STATIC_INLINE void NVIC_SetPendingIRQ(IRQn_Type IRQn)
                                         ^
C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cm0.h:567:43: error: unknown type name 'IRQn_Type'
__STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn)
                                           ^
C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cm0.h:582:39: error: unknown type name 'IRQn_Type'
__STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority)
                                       ^
C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cm0.h:604:43: error: unknown type name 'IRQn_Type'
__STATIC_INLINE uint32_t NVIC_GetPriority(IRQn_Type IRQn)
                                           ^
C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cm0.h: In function 'SysTick_Config':
C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cm0.h:661:3: warning: implicit declaration of function 'NVIC_SetPriority' [-Wimplicit-function-declaration]
   NVIC_SetPriority (SysTick_IRQn, (1<<__NVIC_PRIO_BITS) - 1);  /* set Priority for Systick Interrupt */
   ^
C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cm0.h:661:21: error: 'SysTick_IRQn' undeclared (first use in this function)
   NVIC_SetPriority (SysTick_IRQn, (1<<__NVIC_PRIO_BITS) - 1);  /* set Priority for Systick Interrupt */
                     ^
C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cm0.h:661:21: note: each undeclared identifier is reported only once for each function it appears in
C:\nxp\LPCXpresso_7.6.2_326\lpcxpresso\Examples\NXP\LPC1000\LPC11xx\CMSIS_CORE_LPC11xx\inc\core_cm0.h:661:39: error: '__NVIC_PRIO_BITS' undeclared (first use in this function)
   NVIC_SetPriority (SysTick_IRQn, (1<<__NVIC_PRIO_BITS) - 1);  /* set Priority for Systick Interrupt */
                                       ^
make: *** [src/blinky.o] Error 1

17:53:20 Build Finished (took 180ms)
0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Wed Mar 04 10:08:31 MST 2015
I have fixed your project for you, and attached it here. I fixed it by
1. Removing all the of "Include Files (-include)" entries
2. Fixing the CMSIS library you were using. The library is CMSIS_CORE_LPC11xx bu you were using CMSISv2p00_LPC11xx
0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by LabRat on Wed Mar 04 09:15:09 MST 2015

Quote: Kaveh.t
Can you please tell me which Steps you did to make it work ?




Quote: TheFallGuy
BTW: [color=#f00]You add include paths (directories) not files.[/color]



[img=612x453]http://www.lpcware.com/system/files/includes.JPG[/img]

So what is that?
0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Kaveh.t on Wed Mar 04 08:42:14 MST 2015
I changed the LPC1114_302  and swithced to 1112/201, but that was not the reason for the errors.



In my Case i have this Consloe output


16:37:27 **** Incremental Build of configuration Debug for project Blinky ****
make -r all
Building file: ../src/blinky.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p00_LPC11xx -I"C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc" -I"C:\nxp\workspace\Blinky\Common\inc" -include"C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cm0.h" -include"C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cmFunc.h" -include"C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cmInstr.h" -include"C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\LPC11xx.h" -include"C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\system_LPC11xx.h" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m0 -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"src/blinky.d" -MT"src/blinky.o" -MT"src/blinky.d" -o "src/blinky.o" "../src/blinky.c"
In file included from <command-line>:0:0:
C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cm0.h:515:37: error: unknown type name 'IRQn_Type'
__STATIC_INLINE void NVIC_EnableIRQ(IRQn_Type IRQn)
                                     ^
C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cm0.h:527:38: error: unknown type name 'IRQn_Type'
__STATIC_INLINE void NVIC_DisableIRQ(IRQn_Type IRQn)
                                      ^
C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cm0.h:543:45: error: unknown type name 'IRQn_Type'
__STATIC_INLINE uint32_t NVIC_GetPendingIRQ(IRQn_Type IRQn)
                                             ^
C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cm0.h:555:41: error: unknown type name 'IRQn_Type'
__STATIC_INLINE void NVIC_SetPendingIRQ(IRQn_Type IRQn)
                                         ^
C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cm0.h:567:43: error: unknown type name 'IRQn_Type'
__STATIC_INLINE void NVIC_ClearPendingIRQ(IRQn_Type IRQn)
                                           ^
C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cm0.h:582:39: error: unknown type name 'IRQn_Type'
__STATIC_INLINE void NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority)
                                       ^
C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cm0.h:604:43: error: unknown type name 'IRQn_Type'
__STATIC_INLINE uint32_t NVIC_GetPriority(IRQn_Type IRQn)
                                           ^
C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cm0.h: In function 'SysTick_Config':
C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cm0.h:661:3: warning: implicit declaration of function 'NVIC_SetPriority' [-Wimplicit-function-declaration]
   NVIC_SetPriority (SysTick_IRQn, (1<<__NVIC_PRIO_BITS) - 1);  /* set Priority for Systick Interrupt */
   ^
C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cm0.h:661:21: error: 'SysTick_IRQn' undeclared (first use in this function)
   NVIC_SetPriority (SysTick_IRQn, (1<<__NVIC_PRIO_BITS) - 1);  /* set Priority for Systick Interrupt */
                     ^
C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cm0.h:661:21: note: each undeclared identifier is reported only once for each function it appears in
C:\nxp\workspace\CMSIS_CORE_LPC11xx\inc\core_cm0.h:661:39: error: '__NVIC_PRIO_BITS' undeclared (first use in this function)
   NVIC_SetPriority (SysTick_IRQn, (1<<__NVIC_PRIO_BITS) - 1);  /* set Priority for Systick Interrupt */
                                       ^
make: *** [src/blinky.o] Error 1

16:37:27 Build Finished (took 173ms)


Can you please tell me which Steps you did to make it work ?
0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by LabRat on Tue Mar 03 19:36:51 MST 2015

Quote: Kaveh.t
Has anyone  the capability to make this File compatible...



:quest:


Within 5 minutes  :)


Quote:

make --no-print-directory post-build
Performing post-build steps
arm-none-eabi-size "Blinky.axf"; # arm-none-eabi-objcopy -O binary "Blinky.axf" "Blinky.bin" ; checksum -p LPC1114_302 -d "Blinky.bin";
   text   data    bss    dec    hexfilename
   1376      0     48   1424    590Blinky.axf


03:31:58 Build Finished (took 1s.157ms)

0 Kudos

1,500 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Kaveh.t on Tue Mar 03 19:13:38 MST 2015

Hi there,

There are some changes i generated,

1) I changed my Workspace and deleted all The LPC open Libarys and Examples

2) Imported the CMSIS _Core_LPC11 Libary in my Workspace

3 ) From the LPC_Xpresso_11xx Examples ( Not anymore LPC_Open), i inserted the Blinky  Example File into Workspace.

4 ) The main c File named blinky.c   has a source code, This source code i deleted and write my own source code to it,  which is for my PCB Projekt that i construkted.

5) Then I linked bouth the Libary Paths, and the header Include Files from the CMSIS_Core_LPC11xx to the Blinky Projekt. This Procedure for Debug and same for Release

6 ) on my PCB i have implemented LPC1112/ 201 µC and connected it to a LED.


7 ) when I Debug there are further 10 Error Messages


Console Code :

ake: *** [src/blinky.o] Error 1

02:49:35 Build Finished (took 170ms)



Files are added as Attachement

Has anyone  the capability to make this File compatible, to solve this issue and that i can write my LED Source Code in the Blinky.c File and Compile it without getting error messages, thats just a LED Programm.

Kindly Regards

Kaveh


ake: *** [src/blinky.o] Error 1

02:49:35 Build Finished (took 170ms)




0 Kudos