EmbeddedRelated.com
The 2024 Embedded Online Conference

Using IAP in a CrossWorks Tasking Library (CTL) application

Started by eli1s in LPC200019 years ago 2 replies

Hello everybody! This is my first message on thi board. Is there anybody on this board doing In Application Programming by ...

Hello everybody! This is my first message on thi board. Is there anybody on this board doing In Application Programming by application, running on Rowley CTL kernel?


Crossworks, printf/putchar, sprintf?

Started by mjames_doveridge in LPC200016 years ago 3 replies

In the Crosswoks help, there is a section on customizing putchar, so allowing o/p from printf() to be redirected byte-by-byte to wherever it...

In the Crosswoks help, there is a section on customizing putchar, so allowing o/p from printf() to be redirected byte-by-byte to wherever it might be needed. This is all very well, but those of us with multiThreaded C++ code have a problem - the __putchar is not a method and has no context. There is no 'stream', void pointer, unsigned or anything that can be passed though printf() to tell...


ADC slow sampling rate problem

Started by heedaf in LPC200018 years ago 2 replies

I'm using the following code for the ADC with the LPC2148 and=20 Rowley's CrossWorks: //configuration// ADCR =3D (1 < < 0)| //SEL =3D 1,...

I'm using the following code for the ADC with the LPC2148 and=20 Rowley's CrossWorks: //configuration// ADCR =3D (1 < < 0)| //SEL =3D 1, dummy channel #1 ((15000000/4500000)-1) <


H-JTAG Problems?

Started by tmasyl in LPC200016 years ago 3 replies

Greetings: I have been trying use H-JTAG to program LPC21xx FLASH without success so far. I wonder if anyone else within this group has had...

Greetings: I have been trying use H-JTAG to program LPC21xx FLASH without success so far. I wonder if anyone else within this group has had success with this software? I am running Windows XP SP2. My Olimex wiggler clone interface works good under my installation of Rowley's CrossWorks for ARM development system IDE however it does not work with H-JTAG. Instead of detecting the MPU on ...


Olimex LPC-H2294 Example

Started by thomas_ploeger in LPC200018 years ago 5 replies

Hello everybidy, now I'm a proud owner of an olimex LPC-H2294 board with JTAG wiggler but when I try to execute the blink_led the...

Hello everybidy, now I'm a proud owner of an olimex LPC-H2294 board with JTAG wiggler but when I try to execute the blink_led the compilation fails because of the missing iolpc2294.h, which is part of IAR embedded workbench. I'm using Crossworks 1.42. Can some body give me an example how I can let the LED on PINSEL1 P0.30 (PIN33 / EXT1-28)


LPC1768 + Rowley CrossWorks 1.7 Reset Problem

Started by Prakash Rajoli in LPC200014 years ago 19 replies

Hello, I have used start up files and xml files...

Hello, I have used start up files and xml files of http://electronix.ru/forum/index.php?s=e6d164ca26ca991f502cf99e05f29e72&act=attach&type=post&id= 38499 for led toggle. Its working fine in debug mode but after resetting, the control not goes to the main function. ? It would be great if anyone could share light on this -Prakash


Placing interrupt vectors in ram with CrossWorks and LPC2XXX

Started by Jan Thogersen in LPC200017 years ago 1 reply

Hi all, In my project I use a bootloader which forces my user-code to place it's vectors @ 0x40000000. But this is apparently easier said...

Hi all, In my project I use a bootloader which forces my user-code to place it's vectors @ 0x40000000. But this is apparently easier said than done... I searched through Yahoo's group history and also on Rowley's faq. However, I'm not closer to the solution. I believe that the c runtime initializer would be able to copy my vectors to ram, but so far I haven't succeeded. I changed...


Cannot simulate in CrossStudio

Started by fjrg...@yahoo.com in LPC200017 years ago 5 replies

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...

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: b dabort_handler My target is the LPC-E2129 board from Olimex. When simulatin a solution without speceific target it works great. Does anybody can help me?? Am I missing something to configure in the project?? T...


Trouble with programming

Started by in LPC200016 years ago 10 replies

Hi, I recently acquired a CrossConnect for ARM, along with CrossWorks. I have developped a prototype board using the same JTAG system as MCB2300...

Hi, I recently acquired a CrossConnect for ARM, along with CrossWorks. I have developped a prototype board using the same JTAG system as MCB2300 from keil. The board power is working fine, at 3.3V. However, every time I try to program (fresh programming) the LPC2368, I allways get the "Cannot identify target" annoying message. I have already tryed with 1, 10 and 100 clock dividers, every one wit...


How to blink LED on LPC1788

Started by ezharkov in LPC200011 years ago 10 replies

I'm a software guy. New to ARMs. Not new to software in general or embedded in particular. Need something that would drive a 7" TFT. Not much...

I'm a software guy. New to ARMs. Not new to software in general or embedded in particular. Need something that would drive a 7" TFT. Not much besides the LCD, maybe a USART or two. Looking at this kit to start with: http://www.digikey.com/product-detail/en/UEZGUI-1788-70WVT/622-1058-ND/3202483 The kit seems to come with some sort of eUZ GUI library, which seems to use the Rowley Crossworks co...


JTAG debugging tools

Started by householder_lpc in LPC200018 years ago 7 replies

Hi all, I'm currently trying to find good and not too expensive tools for programming and debugging the LPC2148. I intend to use gcc as...

Hi all, I'm currently trying to find good and not too expensive tools for programming and debugging the LPC2148. I intend to use gcc as compiler. Can anyone describe what advantages Rowley Crossworks has over Eclipse+gcc+gdb? In addition, what is the main difference between the different lowcost (sub-150$) JTAG adapters? I understand that, w


Generating Hex file from crossworks compiler

Started by ak_invincible007 in LPC200018 years ago 2 replies

Hi I've recently started with olimex LPC2106 kit, using Crosswork C Compiler. I would like to know what are the setting required to ...

Hi I've recently started with olimex LPC2106 kit, using Crosswork C Compiler. I would like to know what are the setting required to generate Intel hex file which would be used with philips flash utility. Currently i'm geting object file & elf file on building. Ankur


Crossconnect problem

Started by drproton2003 in LPC200017 years ago 2 replies

Hello everyone, A while ago I got a cross connect unit from Rowley. Until now it has worked flawlessly. The problem I am having now is that...

Hello everyone, A while ago I got a cross connect unit from Rowley. Until now it has worked flawlessly. The problem I am having now is that with a certain project when I go to debug the download appears to run correctly but after download crossworks immediately jumps to disassembly. At this point I cannot do any further operations with the crossconnect. If I try to download the project...


Which IDE and compiler?

Started by active_si in LPC200017 years ago 13 replies

Hi! I am now deciding on which IDE and compiler to use and with that I have done some searching over the net and came across some tests that...

Hi! I am now deciding on which IDE and compiler to use and with that I have done some searching over the net and came across some tests that were made with IAR, GNU and KEIL compiler and according to that report the GNU compiler was the best out of these three. With this I found CrossWorks that should provide GNU compiler support and debugging over JTAG. Since I have already bought MC...


Re: CrossWorks as debugger

Started by fjrg...@yahoo.com in LPC200017 years ago 2 replies

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...

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 elf file and then to debug it. CrossStudio IDE is nice, but I like more Eclipse (there are more options for editing) and free tool-chains. However the CrossStudio's debugger is really amazing!! If anyone knows how to...


Corssworks CTL examples

Started by rseku in LPC200018 years ago 3 replies

I am testing simplest ever Crossworks CTL examples for builtin multi tasking. When I went through test 2 for Olimex(LPC2138), I found that...

I am testing simplest ever Crossworks CTL examples for builtin multi tasking. When I went through test 2 for Olimex(LPC2138), I found that button ISR once energized never stops.I think, that button press event should be generated only once, when button is pressed ( I am not certain if LPC is working based on Edge or Level interrupt signal) Example


Best Cost/Performance J-TAG Unit

Started by Jerry in LPC200012 years ago 16 replies

I'm in need of a new J-TAG unit for debugging Cortex-M3 and M4 boards. Of the following three, which has best cost/performance ratio: Segger...

I'm in need of a new J-TAG unit for debugging Cortex-M3 and M4 boards. Of the following three, which has best cost/performance ratio: Segger J-Link CodeRed Red Probe+ Rowley CrossConnect I'm using Rowley CrossWorks for ARM as my development environment. ------------------------------------


Re: IAR workbench or Rowley CrossWorks

Started by sig5...@hotmail.com in LPC200017 years ago 1 reply

Two years ago when I was testing compilers, I had the IAR kit. I looked at the comparisons too that said this compiler was faster or smaller etc....

Two years ago when I was testing compilers, I had the IAR kit. I looked at the comparisons too that said this compiler was faster or smaller etc. But ya know, all that really doesn't matter very much when you get down to writing actual code and you run into bugs in the compiler. At that point you just want it to work and all the speed or size comparisons matter very little. I ran into severa...


LPC2148, PLL0CFG register

Started by richdinoso in LPC200015 years ago 3 replies

When I enter main, bits 4:0 of PLL0CFG = 4 (those are the MSEL bits). I was curious why this is the case, because page 30 of the user...

When I enter main, bits 4:0 of PLL0CFG = 4 (those are the MSEL bits). I was curious why this is the case, because page 30 of the user manual says the reset value for the MSEL bits = 0. Is MSEL being changed before main? I'm using the Crossworks compiler. --- Rich ------------------------------------


problem with vsnprintf

Started by smarini1963 in LPC200014 years ago 9 replies

I'm using crossworks for arm Below there is a little example, in which vsnprintf report wrong result. someone can help me to understand...

I'm using crossworks for arm Below there is a little example, in which vsnprintf report wrong result. someone can help me to understand what I wrong? ----- EXAMPLE-------- #include #include #include #include void testlog_snprintf(const char *fmt, ...) { va_list ap; int len; char bufMsg[50]; m



The 2024 Embedded Online Conference