EmbeddedRelated.com
The 2024 Embedded Online Conference

LCD Problem Olimex 2378-stk kit

Started by quesha0811 in LPC200012 years ago 5 replies

Hello all, I have recently purchased an Olimex 2378-stk kit and am using keil and flash magic softwares to program it..however,i am new to...

Hello all, I have recently purchased an Olimex 2378-stk kit and am using keil and flash magic softwares to program it..however,i am new to embedded systems and all information that i have now is the lpc2378 manual..unfortunately there is no proper documentation for the kit..anyways, i am trying to access the lcd on board...a friend has been kind enough to forward me his project that uses lcd an...


Re: Olimex LPC-E2468 JTAG Debug: Update

Started by michael brown in LPC200015 years ago 2 replies

Bruce Paterson wrote: > No success yet, but an update. > Any suggestions welcome ! Well, on my Olimex LPC-2378-STK board, I've seen similar...

Bruce Paterson wrote: > No success yet, but an update. > Any suggestions welcome ! Well, on my Olimex LPC-2378-STK board, I've seen similar messages after I fed OpenOCD a configuration for another board. I had downloaded a project for another board and was converting it to run. After trying to upload to the wrong locations, it started spewing messages like yours. Resetting everythi


Flash Programming Mode ISP with JTAG ARM-USB-TINY

Started by davideciannamea in LPC200014 years ago 7 replies

Hello everyone. Can I enter in ISP mode with a JTAG ARM-USB-TINY (Olimex)??? My card is a LPC-P2148, Olimex, and work with Eclipse Ganymede...

Hello everyone. Can I enter in ISP mode with a JTAG ARM-USB-TINY (Olimex)??? My card is a LPC-P2148, Olimex, and work with Eclipse Ganymede OpenOCD. Thanks. Davide from Italy. ------------------------------------


LPC2138/01 won't run program

Started by tobi...@drschlegel.de in LPC200013 years ago 35 replies

Hi, sorry I know the Title sounds like a really trivial problem, but I tried everything I could find on the net, and now I'm a little clueless....

Hi, sorry I know the Title sounds like a really trivial problem, but I tried everything I could find on the net, and now I'm a little clueless. A while ago I designed a little board with a LPC2138FBD64/01; The schematic was based upon an olimex dev board with LPC2138 (http://www.olimex.com/dev/pdf/ARM/LPC/LPC-MT-2138%20-%20schematic.pdf). I managed to establish a JTAG-connection using the ...


LPC2103 Debug RAM problems => errors

Started by hse05029 in LPC200017 years ago 2 replies

Hi, I ported the lpc2106_blink_ram example to fit the Olimex LPC2103 board. I made a remap (MEMMAP=0x02), changed the linker-script and the...

Hi, I ported the lpc2106_blink_ram example to fit the Olimex LPC2103 board. I made a remap (MEMMAP=0x02), changed the linker-script and the map-file seems to be fine. I start the Olimex ARM-USB-OCD with the following config => see appendix and the arm-elf-gdb in eclipse with target remote localhost:3333 load The debugger starts and as I press "Run", I get the following error messages:


LPC2129 CAN receiving problem ( send message == OK ) OLIMEX board sdk = eclipse

Started by prodrive11 in LPC200017 years ago 2 replies

Hi all. I'm a new lpc developer, I'v bought an Olimex lpc2129 board (which has embedded 2 x DB9 connectors for UART/COM ports and 2x CAN...

Hi all. I'm a new lpc developer, I'v bought an Olimex lpc2129 board (which has embedded 2 x DB9 connectors for UART/COM ports and 2x CAN ports). There are a PCA82C250 tranceivers for CAN protocol. I've read couple topics here with similar problems but I havent found an answere becouse people have problems mostly with FullCan hardware acceptance filters but they usually are able to get som...


Talking to boot loader on Olimex LPC-H2214 (LPC2214 via FTDI rs232<->USB)

Started by gericjergensen in LPC200018 years ago 1 reply

I'm unable to "syncronize" with the boot loader via hyperterm on windows or minicom on linux. I know that the serial/USB port actually ...

I'm unable to "syncronize" with the boot loader via hyperterm on windows or minicom on linux. I know that the serial/USB port actually works because I'm running a modified version of Olimex's uart_echo on the board. And, the Philip's ISP utility can do it. But, I'm trying to get some of the Linux alternatives (like lpc21isp) to work and they don't. My u


LPC2103 loses JTAG with bad PLL setup?

Started by "Andrew Kohlsmith (mailing lists account)" in LPC200014 years ago 1 reply

Good afternoon, I have an LPC2103 and my bootup code sets the MAM and PLL. The thing is, I must have set it incorrectly because I cannot...

Good afternoon, I have an LPC2103 and my bootup code sets the MAM and PLL. The thing is, I must have set it incorrectly because I cannot seem to get my Olimex to connect to it anymore. 12MHz crystal, PLL set to 60MHz with M=4 P=1 (0x24). MAM set to 4. My openocd configuration for the LPC2103 and Olimex was one I'd taken from the internet: # LPC2000 -> SRST causes TRST reset_confi


Olimex USB JTAG device kills laptop motherboard ?

Started by armdeveloper in LPC200017 years ago 6 replies

I'm using an LPC 2138 to drive some high powered MOSFETs, sinking up to 20 amps. I'm using an Olimex USB JTAG device for programming and...

I'm using an LPC 2138 to drive some high powered MOSFETs, sinking up to 20 amps. I'm using an Olimex USB JTAG device for programming and debugging. Everything works fine with the debugger and such. Only thing is that the motherboard went out on my laptop about a couple months ago and now the video driver just failed. Is this a co-incidence or is there a way the debugger could damage ...


Problem with task stack in FreeRTOS

Started by CRISTAFOL in LPC200017 years ago 5 replies

Hello, sorry I am new in ARM I use: Olimex LPC2214 IAR Embedded Workbench Kickstart for ARM 5.10 FreeRTOS v4.4.0 Link with heap-3.c Debug...

Hello, sorry I am new in ARM I use: Olimex LPC2214 IAR Embedded Workbench Kickstart for ARM 5.10 FreeRTOS v4.4.0 Link with heap-3.c Debug with Olimex Wiggler =20 I have CSTACK in [0x40000000 .. 0x40001000]=20 and the HEAP in [0x40001000 .. 0x40003000]=20 =20 In the call to the function vPortStartFirstTask() I have this error: "The stack pointer for stack 'CSTACK' (currently 0x400011EC...


Pulling P0.2 or P0.3 high on LPC2148 only with a pull-up-resistor?

Started by c_budelmann in LPC200016 years ago 3 replies

Hi, I'm working with a LPC2148, and had some problems using P0.2 and P0.3 as general IO-pins. Pulling them high did not work. On a...

Hi, I'm working with a LPC2148, and had some problems using P0.2 and P0.3 as general IO-pins. Pulling them high did not work. On a LPC2148-board from Olimex the code worked fine, so I added two pull-up-resistors to my circuit (On the Olimex-board, there are some resistors for the I=B2C-interface.). Now it works, but is it a bug in the device or just a feature I cannot find in the datash...


lpc2378: RAM instead of FLASH?

Started by eclice in LPC200015 years ago 2 replies

Hi all, I have an Olimex LPC-2378-STK board. I am completely new in the ARM world. I have installed the following development environment on...

Hi all, I have an Olimex LPC-2378-STK board. I am completely new in the ARM world. I have installed the following development environment on Windows XP: yagarto (gcc 4.2.1), openocd (r717). I don't use Eclipse. To program the board I have bought an ARM-USB-OCD tool. I have successfully compiled the simple LED blinking program (from http://olimex.com/dev/soft/arm/OpenOCD-projects100.zip...


Serial ISP mode with the IAR/OLIMEX LPC2148 under Linux ?

Started by armdeveloper in LPC200017 years ago 7 replies

My JTAG pod isn't here yet. I'd like to program the my IAR/OLIMEX LPC2148 board with the In Circuit Serial Programming system. I'm...

My JTAG pod isn't here yet. I'd like to program the my IAR/OLIMEX LPC2148 board with the In Circuit Serial Programming system. I'm running Linux. Has anyone done this ? According to here http://www.compuphase.com/lpc2100_isp.htm , one needs to hold down the P0.14 pin and reset the processor. On this board the P0.14 pin is conveniently brought out to a single pin marked BSL. (...


please share your LPC2103 OpenOCD script and GDB commands

Started by Casainho in LPC200015 years ago 2 replies

Hello :-) I got my OpenOCD scripts and GDB commands by mixing a lot of sources. I am looking to program and debug the code on the flash. I...

Hello :-) I got my OpenOCD scripts and GDB commands by mixing a lot of sources. I am looking to program and debug the code on the flash. I am using the Olimex Header board, for LPC2103. My OpenOCD script: #daemon configuration telnet_port 4444 gdb_port 3333 #interface interface ft2232 ft2232_layout "olimex-jtag" ft2232_vid_pid 0x15BA 0x0004 jtag_speed 10 #use combined on i...


Hitex LPC2929/39 fail to write to flash

Started by "owen.farrant" in LPC200014 years ago 2 replies

Hi all I would appreciate if someone could help me with an issue. I have a Hitex 2929/39 evaluation board. I have connected an Olimex...

Hi all I would appreciate if someone could help me with an issue. I have a Hitex 2929/39 evaluation board. I have connected an Olimex ARM-USB-OCD and i am using openocd version 0.4.0. I am using the following configuration file telnet_port 4444 gdb_port 3333 source [find olimex-arm-usb-ocd.cfg] source [find hitex_lpc2929.cfg] Where all the cfg files have been copied into the same direc...


New user on Olimex LPC-E2129, LED not blinking. Please help

Started by Abdullah R in LPC200016 years ago 4 replies

I am v new to embedded coming from GUI/C++ background. I have connected Keil's ARM-MDK to Olimex LPC-E2129 board through ULINK2...

I am v new to embedded coming from GUI/C++ background. I have connected Keil's ARM-MDK to Olimex LPC-E2129 board through ULINK2 JTAG adapter. I created project in uVision3, selecting LPC2129 as device type, it automatically created Startup.s file for me. Then i wrote very simple toggle LED program (main.c) as shown below. It builds .axf file and it gets downloaded to board (at least thats...


LPC24xx Ethernet (errata, reliability, compatibility to LPC23xx)

Started by Mark Butcher in LPC200015 years ago 10 replies

Hi All I have the following Ethernet problem with the LPC2478 (on Olimex LPC-2478-STK): - Note 1: the Ethernet driver is the same as the one...

Hi All I have the following Ethernet problem with the LPC2478 (on Olimex LPC-2478-STK): - Note 1: the Ethernet driver is the same as the one used for the LPC23XX (RMII mode) - Note 2: the same test works without any problems on the LPC2378 on Keil MCB2300 and Olimex LPC2378-STK (tested at 10M and 100M) - Note 3: the test can be seen at http://demo.uTasker.com (not on the LPC24XX at the momen...


lwIP on LPC2378 board Olimex

Started by fretkroket in LPC200015 years ago 8 replies

Is here anyone who had made a working mac driver for the Olimex LPC2378? In the last 2 weeks, i have edit the lwip project download from...

Is here anyone who had made a working mac driver for the Olimex LPC2378? In the last 2 weeks, i have edit the lwip project download from this website. But this project is ported for another PHY chip. I change it to my micrel PHY chip, but nothing seems to work. I made a ARP packet by hand to test if my MAC + PHY is working. But I see nothing on wireshark. [code] BYTE ethernetpacket[60] ...


LPC2138 JTAG connection problem

Started by mich...@yahoo.it in LPC200017 years ago 5 replies

Hi Guys, I've made a board with a lpc2138 and a 20-pin jtag connector. I've used the schematic of olimex dev board (...

Hi Guys, I've made a board with a lpc2138 and a 20-pin jtag connector. I've used the schematic of olimex dev board ( http://www.olimex.com/dev/pdf/lpc-p2138.pdf ) as starting point. I've connected the TMS,TDI,TCK, TRST and TDO pins to the connector, I've connected all power pins to 3.3V or GND, I've connected a cristal between X1 and X2 with the capacitors to GND. There are also a ...


LPC2148 Demo available -- Olimex/GCC/newlib/FreeRTOS/FatFS/LPCUSB

Started by jcwren in LPC200017 years ago 2 replies

I've put together a demo package (for lack of a better description) that runs on the Olimex LPC-P2148 board, using GCC, newlib,...

I've put together a demo package (for lack of a better description) that runs on the Olimex LPC-P2148 board, using GCC, newlib, FreeRTOS, LPCUSB, and FatFS. The demo shows using FreeRTOS's queues and semaphores, LPCUSB for the console via the USB port, FatFS for a FAT12/FAT16/FAT32 file system on the MMC/SD card, external interrupts, reading and writing the real-time clock, and a well-roun...



The 2024 Embedded Online Conference