Olimex 2378 dev board software

I’ve bought the LPC2378 devboard from Olimex (thourgh their local distro). The Olimex webpage says that there are all sorts of example driver sources available for those who buy the board. There was no SW in the box and the local distro says that they haven’t received any. I sent email to the contact listed on Olimex’s site but no reply.

Does anyone know how can you get the driver example sources (they list Ethernet, various USB classes and the driver for the LCD on the board)?

Thanks.

you will receive this software from the place you bought the board

Best regards

Tsvetan

Tsvetan,

It’s Dontronics in Australia. They have no idea about it, they suggested to ask around on the forum, for they have not received any SW with the boards. They delivered the board promptly and they are rather helpful, but know nothing about the software.

Best Regards,

Zoltan

Hi,

did you got our e-mail yesterday?

Tsvetan

Hi,

i bought my card LPC2378 directly from olimex , i don’t receive the examples programs wit the card

how can i do ?

e-mail where you have bought the boards and ask for the code?

definitely here is not the place where you will receive copyrighted code

Tsvetan

Hi,

I send a mail to Olimex et i have received the code.

y try the example "getting start " et IAR indicate the folowing message:

Error[Pe020]: identifier “VICADDRESS” is undefined C:\1_µp\ARM\lpc2378\LPC2378-DEMO\arm\examples\NXP\LPC23xx\IAR-LPC-P2378-SK\GettingStarted\main.c 52

Error[Pe020]: identifier “VICADDRESS” is undefined C:\1_µp\ARM\lpc2378\LPC2378-DEMO\arm\examples\NXP\LPC23xx\IAR-LPC-P2378-SK\GettingStarted\main.c 79

Error[Pe020]: identifier “VICINTSELECT” is undefined C:\1_µp\ARM\lpc2378\LPC2378-DEMO\arm\examples\NXP\LPC23xx\IAR-LPC-P2378-SK\GettingStarted\main.c 95

Error[Pe020]: identifier “VICINTENCLEAR” is undefined C:\1_µp\ARM\lpc2378\LPC2378-DEMO\arm\examples\NXP\LPC23xx\IAR-LPC-P2378-SK\GettingStarted\main.c 97

Error[Pe020]: identifier “VICSOFTINTCLEAR” is undefined C:\1_µp\ARM\lpc2378\LPC2378-DEMO\arm\examples\NXP\LPC23xx\IAR-LPC-P2378-SK\GettingStarted\main.c 99

Error[Pe020]: identifier “VICPROTECTION” is undefined C:\1_µp\ARM\lpc2378\LPC2378-DEMO\arm\examples\NXP\LPC23xx\IAR-LPC-P2378-SK\GettingStarted\main.c 101

Error[Pe020]: identifier “VICADDRESS” is undefined C:\1_µp\ARM\lpc2378\LPC2378-DEMO\arm\examples\NXP\LPC23xx\IAR-LPC-P2378-SK\GettingStarted\main.c 103

Error[Pe020]: identifier “VICVECTPRIORITY0” is undefined C:\1_µp\ARM\lpc2378\LPC2378-DEMO\arm\examples\NXP\LPC23xx\IAR-LPC-P2378-SK\GettingStarted\main.c 107

Error[Pe020]: identifier “VICVECTADDR0” is undefined C:\1_µp\ARM\lpc2378\LPC2378-DEMO\arm\examples\NXP\LPC23xx\IAR-LPC-P2378-SK\GettingStarted\main.c 107

Error[Pe020]: identifier “VICVECTADDR0” is undefined C:\1_µp\ARM\lpc2378\LPC2378-DEMO\arm\examples\NXP\LPC23xx\IAR-LPC-P2378-SK\GettingStarted\main.c 129

Error[Pe020]: identifier “VICVECTPRIORITY0” is undefined C:\1_µp\ARM\lpc2378\LPC2378-DEMO\arm\examples\NXP\LPC23xx\IAR-LPC-P2378-SK\GettingStarted\main.c 133

Error[Pe020]: identifier “VICINTSELECT” is undefined C:\1_µp\ARM\lpc2378\LPC2378-DEMO\arm\examples\NXP\LPC23xx\IAR-LPC-P2378-SK\GettingStarted\main.c 137

Error[Pe020]: identifier “VICINTENABLE” is undefined C:\1_µp\ARM\lpc2378\LPC2378-DEMO\arm\examples\NXP\LPC23xx\IAR-LPC-P2378-SK\GettingStarted\main.c 273

what 's cause of this problem ? Bad version of io…H ?

thank you

Hi,

problem solved : iolpc2378.h declare constants witih capital letter while main gettingstarted use capîtal letter and small letter ie: VICAddress in iolpc2378.H and VICADDRESS in main