Sign in

username:

password:



Not a member?

Search lpc2000



Search tips

Subscribe to lpc2000



Ads

lpc2000 by Keywords

2106 | ADC | ARM7 | Atmel | Bootloader | CAN | CrossStudio | CrossWorks | DDS | ECos | Ethernet | ETM | FIFO | FLASH | FPGA | GCC | GDB | GNU | GNUARM | GPIO | I2C | IAP | IAR | JTAG | Kickstart | LCD | Linux | LPC | LPC-E2294 | LPC2000 | LPC2100 | LPC2104 | Lpc2106 | Lpc210x | LPC2114 | LPC2119 | LPC2124 | LPC2129 | Lpc2138 | LPC213x | LPC21xx | LPC2210 | LPC2212 | LPC2214 | LPC2292 | LPC2294 | LPC2xxx | LPC3128 | MCB2100 | Olimex | Philips | PWM | Rowley | RTC | RTOS | SPI | SSP | UART | UART0 | UART1 | ULINK | USB | Watchdog | Wiggler

Discussion Groups

LPC2000

Discussion group dedicated to the Philips LPC2000 family of ARM MCUs

Search Results for "crossstudio"

  

Post a new Thread

I2C experience with CrossStudio and LPC2129   [2 Articles]

neptunus1000 - Mar 30 2005
Hello, I'm trying to get the I2C bus working on a LPC2129 witj CrossStudio. I'm already working on it for 2 day's. But no result. Is there some one how can help my... I2C experience with CrossStudio and LPC2129

Flash Downloading with CrossStudio   [4 Articles]

timothymarknorton - Mar 1 2006
Hi All, I am new to ARM and currently working on a design that uses and LPC2131. I am using CrossStudio and having some problems. When I start debugging it gives me Verific... Flash Downloading with CrossStudio

EE_demo

gomolava1 - Nov 28 2005
Dear LPC2000 Group, I am using the CrossStudio 1.5 on LPC2138. I want to apply EE_demo with CrossStudio! How to change following line: const unsigned char eeprom[EE... EE_demo

CrossStudio and debugging   [6 Articles]

tomi - Jun 15 2008
I have question about debugging in CrossStudio. I would like to change some values in structures and tables during debugging session. Is it possible to manually increase/dec... CrossStudio and debugging

Help: Rowley CrossStudio & Wiggler Problem   [22 Articles]

nw_mcu - Apr 17 2004
I'm evaluating Rowley's CrossStudio and am having serious problems. I'm using the Olimex 2106 demo board and the Wiggler JTAG interface. I'm new to the LPC device... Help: Rowley CrossStudio & Wiggler Problem

Code in directory not found in CrossStudio   [8 Articles]

jefspalace - May 31 2008
Hi all, I'm facing this most stupid problem. I've been using the free version of CrossStudio for a while now and i want to move 'related code' in separate directories for a... Code in directory not found in CrossStudio

Question about Crossstudio stdio and __putchar   [2 Articles]

ds19968902 - Feb 15 2007
In Crossstudio I am including stdio.h and trying to use printf with my own __putchar (over the uart). I successfully did this when my project was being compiled by the c compiler... Question about Crossstudio stdio and __putchar

CrossStudio: C++ interrupt service   [3 Articles]

fl429 - Feb 7 2005
Hi, folks, I am trying out a few things on a IAR Kickstart board, with CrossStudio 1.3. I'd like to write code in C++ instead of C. My test C++ code ra... CrossStudio: C++ interrupt service

CrossStudio and OpenOCD JTAG   [7 Articles]

tomi - Aug 14 2008
I'm trying to use OpenOCD JTAG under CrossStudio but without efects. This is OpenOCD JTAG project: http://www.joernonline.de/dw/doku.php?id=projects:oocdlink:2_oocdlinks Sch... CrossStudio and OpenOCD JTAG

CrossStudio lpc2148 Flash problem!   [2 Articles]

szczypta_marek - Feb 20 2008
Hi! I'm using CrossStudio on lp2148 with Wiggler jtag.I wrote simple UART0 comunication program . I flash to device and after debuging everythnig goes fine, but when I reset d... CrossStudio lpc2148 Flash problem!

RE: RE: CrossWorks as debugger

fjrg...@yahoo.com - Jun 5 2007
Hi, > > > I tried that option, but I don't know how to tell crossstudio that I > > just want to debug. When creating the Externally Built Executable > > project I cannot... RE:  RE:  CrossWorks as debugger

Data abort in release mode, but not in debug mode. LPC2138-CrossStudio   [4 Articles]

chjv...@yahoo.com.ar - Feb 12 2008
Hi, I use LPC2138 with CrossStudio 1.5. I have a problem when try to run my code compiled in release mode. When the code is compiled in debub mode works fine. In release mode ... Data abort in release mode, but not in debug mode. LPC2138-CrossStudio

RE: CrossWorks as debugger   [3 Articles]

fjrg...@yahoo.com - Jun 1 2007
I tried that option, but I don't know how to tell crossstudio that I just want to debug. When creating the Externally Built Executable project I cannot see any option to load my el... RE:  CrossWorks as debugger

CrossStudio & OOCDLink JTAG

tomi - Sep 22 2008
I'm still trying to use OOCDLink JTAG under CrossStudio but without efects. I get "Cannot identify target" message. This JTAG works fine with OpenOCD. This is OOCDLink JTAG pro... CrossStudio & OOCDLink JTAG

Re: Programming LPC2292 with Crossworks

Michael Johnson - Nov 30 2005
CrossWorks can generate hex,bin,srec etc files which can be downloaded using the Philips tool. We don't support downloading from CrossStudio via the serial port using the ... Re:  Programming LPC2292 with Crossworks

How to debug the debuging interface ?   [5 Articles]

Jan Szymanski - Feb 5 2005
I have samples of LPC2138 and I built a prototype board. With an evaluation version of CrossStudio I created a simple blinking LEDs application. Using Philips... How to debug the debuging interface ?

RE: OT: PPP implementation for uIP   [3 Articles]

Joel Winarske - Dec 7 2005
> I believe the uIP project is the one that is actively being > developed. I had planned to look at LwIP first, as I think > thats what was running on the Olimex demo ported... RE:  OT: PPP implementation for uIP

RE: Jtag from k9spud

Paul Curtis - Feb 24 2006
The cannot identify means that the CPU ID read back is either all zeroes or all ones. This can be caused by a number of things, all bad: #1. TDO not correctly wired up so alwa... RE:  Jtag from k9spud

CrossStudio editor   [18 Articles]

"r.jensenm" - Apr 14 2008
Hi! Does anyone know how to assign a colour or make a keyword bold. I have a typedefenition and wants uchar to be bold text typedefunsigned char uchar; In advance thank y... CrossStudio editor

LPC2106 unable to get Timer Interrupt   [3 Articles]

abufadel - Sep 8 2007
Greetings, I am trying to get the Timers 0 and 1 to work with interrupts using the Olimex 2106 board, but cannot get the interrupts to work. I am following the example code g... LPC2106 unable to get Timer Interrupt

Re: Re: ARM/THUMB   [4 Articles]

42Bastian - Feb 1 2008
Marcelo Richter schrieb: > I'm using Rowley's CrossStudio...no makefile crypttos! I can set options > file by file...but i think that a more ellegant solution is using > __... Re:  Re: ARM/THUMB

RES: H-JTAG

Fernando Barboza - Mar 19 2007
Olá Maia! Vou verificar este CrossStudio. Não conheço. No meu Keil também acontece o erro do system reset. Valeu! _____ De: l..... RES:  H-JTAG

USB to LPT converter for wiggler?   [8 Articles]

ds19968902 - Oct 15 2006
I was wondering if anyone knew of solution to convert a usb port to a parallel lpt port so that I could use a parallel wiggler with crossstudio without having a parallel port. It... USB to LPT converter for wiggler?

Cannot simulate in CrossStudio   [6 Articles]

fjrg...@yahoo.com - Jun 2 2007
Hi When building a solution of my own or those of the examples included in CrossWorks 1.5 for ARM, I cannot simulate them because the simulator launchs me to dabort_handler: ... Cannot simulate in CrossStudio

Program doesn't start after reset   [3 Articles]

"B. van Essen" - Mar 27 2008
Hi I'm working with Rowley Crossstudio and with a embedded artists board with the lpc2194. I want the microcontroller to start the program after a reset or power off. But it... Program doesn't start after reset

CrossWorks - CrossStudio for ARM "Build" question   [2 Articles]

Markus Zingg - May 8 2008
I would like to have a build configuration (preferably ARM Flash Release) where STARTUP_FROM_RESET is defined. I figure I could either modify the startup.s file to include som... CrossWorks - CrossStudio for ARM

Re: Getting started with CrossStudio/connect

"B. van Essen" - Mar 28 2008
push the the reset button before programming, helps for me regards Citeren "r.jensenm" : > Hi every one, > I have compiled my first very simple project and want to ... Re:  Getting started with CrossStudio/connect

Connection new LPC2103   [4 Articles]

Michael Gerkens - Jan 8 2007
Hello all, i have build a board with an ARM LPC2103, very simple. But i can't get a Connection via JTAG to the Controller. I work with CrossStudio for ARM an i'm using an USB... Connection new LPC2103

lpcusb stack serial demo question   [3 Articles]

ds19968902 - Nov 1 2006
Hi, Im using the lpcusb stack on a 2148, and i get the code to compile under crossstudio and when i have it running windows will ask me for the driver and and that goes well. And... lpcusb stack serial demo question

Re: Getting started with CrossStudio/connect

"r.jensenm" - Mar 28 2008
Hello again, I=B4ve found the error! It seemes like the package files were corrupted somehow? I downloaded them once more and then no errors orcurred?? --- In l...@yaho... Re: Getting started with CrossStudio/connect

How does can you use all functions lpc230x.c   [2 Articles]

jefspalace - Apr 27 2008
Hi all, I am digging through the UART example that comes with the Olimex_LPC_2378_STK.hzq package in Crossstudio. I noticed that the file lpc230x.c has no header file and t... How does can you use all functions lpc230x.c

Olimex LPC-P2129 CAN example   [2 Articles]

eabesselsen - Dec 24 2005
Hello Everybody, I have bought an Olimex LPC-P2129 prototype board, an ARM-JTAG Dongle and I have downloaded a trial version of Rowley CrossStudio. I am able to write... Olimex LPC-P2129 CAN example

RE: Re: Program doesn't start after reset (NOW WORKS! TIP)

"B. van Essen" - Mar 27 2008
Hi one tip for some who have something similar, cleaning the solution en rebuilding all wil help sometimes, that was the reason it didn't work the first time. greets b... RE:  Re: Program doesn't start after reset (NOW WORKS! TIP)

Bootloader initializations ?   [2 Articles]

Gromann, Klaus - Jul 7 2005
Hi all, does anyone know which parts of the LPC2294 are initialized by the internal bootloader? I have strange differences when I start with HW reset (includes the inte... Bootloader initializations ?

RE: Getting started with CrossStudio/connect

Paul Curtis - Mar 27 2008
Hi, > Hi every one, > I have compiled my first very simple project and want to download the > code via Crossconnect for ARM RTCK interface. It is possible to > connect to... RE:  Getting started with CrossStudio/connect

uIP Embedded WEB Server Demo, using CrossStudio and GCC on an LPC2368 (MCB2300)

mavonino - Jul 2 2007
Hi, Im trying to run the uIP Embedded webserver example on my MCB2300 board. ( http://www.freertos.org/portlpc2368uIP.html ) There are 3 configurations: ARM flash release ... uIP Embedded WEB Server Demo, using CrossStudio and GCC on an LPC2368 (MCB2300)

Re: CrossWorks and Olimex ARM-USB-TINY   [2 Articles]

grantpbt - Aug 28 2008
--- In l...@yahoogroups.com, "armdev65" wrote: > > Thats exactly what I had to do! > I needed to install ALL the S/W on the Olimex disk (inc > GCC/Eclipse/etc...) just... Re: CrossWorks and Olimex ARM-USB-TINY
| 1 | 2 | 3 | next