Search the web
Sign In
New User? Sign Up
lpc2000 · LPC Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 25168 - 25197 of 34585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25168
Hi, I programmed the LPC2378 on the Olimex board with a simnple blinking LED example program. The program worked although i got some warnings from the...
hse05029
Offline Send Email
Jun 1, 2007
10:16 am
25169
... From: "hse05029" <hse05029@...> To: <lpc2000@yahoogroups.com> Sent: Friday, June 01, 2007 11:10 AM Subject: [lpc2000] LPC2378 programmed once but can...
Leon
leon_heller
Offline Send Email
Jun 1, 2007
10:41 am
25170
... I had to use a timer input pin to get an edge. _________________________________________________________________ Don’t miss your chance to WIN $10,000...
David Lee
ocean_front_...
Offline Send Email
Jun 1, 2007
12:47 pm
25171
Hello Emanuel, Maybe your PLL settings are faulty, causing the board to run from a too low frequency, in that case a lowered JTAG frequency would help. What's...
Dominic Rath
vmaster_05
Offline Send Email
Jun 1, 2007
12:55 pm
25172
How do I abort execution of the program on my LPC2378 or 2294 and run the LPC boot loader without touching the boot jumper on the board? Baldur...
Baldur Gislason
baldurgee
Offline Send Email
Jun 1, 2007
1:23 pm
25173
... I == you in person? that will require *some* intervention from you to the board... I == the code in your LPC chip? AFAIK you can jump to a certain address,...
wouter van ooijen
wvooijen
Offline Send Email
Jun 1, 2007
1:36 pm
25174
Hi All, I'm having a problem with an EINT interrupt. It's set for rising edge, but only enters the ISR on falling edge. I can't see where I've gone wrong. I'm...
hus_kalydonios
Offline Send Email
Jun 1, 2007
2:02 pm
25175
The 2106 has only a level type interrupt, which is almost useless. The problem is that he only enters in the ISR with low level at the pin (its not ...
Xtian Xultz
xtianxultz
Offline Send Email
Jun 1, 2007
2:03 pm
25176
... Microsoft ... Thank you to all who answered.Since I have to count wheel ticks from an encoder, I need both rising and falling edges.As David Lee suggested...
bluehash9
Offline Send Email
Jun 1, 2007
2:26 pm
25177
I think it's coming from the wiring of my evaluation board. When I set EXTPOLAR to falling edge, the ISR fires on rising edge and vice versa... Strange. Thanks...
hus_kalydonios
Offline Send Email
Jun 1, 2007
2:35 pm
25178
Hi, There's an error in your code programming the PLL, but this isn't a problem. Follow this step to reset the board: 1- Set the jumpers J10 ON and J4 & J13...
sechi_francesco
Offline Send Email
Jun 1, 2007
3:38 pm
25179
I have buyed this JTAG to use with Eclipse + OpenOCD + GCC. I'm wondering if is possible use it in IAR too. Is it possible? thks, leomecma...
leomecma
Offline Send Email
Jun 1, 2007
4:12 pm
25180
Hi, I have found, searching between posts, some information about reading the infrared Sharp GP2D15 sensor. I have two sensor at pin 0.31 and 0.30, but I can't...
xploredteam
Offline Send Email
Jun 1, 2007
4:59 pm
25181
... change too: #define IR_LEFT (1<<31) // Pin 0.31 #define IR_RIGHT (1<<30) // Pin 0.30 Hopefully the reasons are obvious... Best Regards, Brian...
Brian Sidebotham
bsidebotham
Offline Send Email
Jun 1, 2007
5:09 pm
25182
... infrared ... Oops...I am sorry, I have done a stupid error. Thanks. Luca...
xploredteam
Offline Send Email
Jun 1, 2007
5:18 pm
25183
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...
fjrg76@...
fjrg76
Offline Send Email
Jun 1, 2007
7:37 pm
25184
... 1) File->New->New Blank Solution 2) New project window pops up, in the left window select the chip you are using, in the right window select externally...
FreeRTOS.org Info
freertos
Offline Send Email
Jun 1, 2007
8:03 pm
25185
Hi, ... CrossStudio won't know how to load the application at all because you haven't told it, so you'll need to load it outside of CrossStudio. This is ...
Paul Curtis
paul_l_curtis
Offline Send Email
Jun 1, 2007
8:23 pm
25186
According to Tsvetan at Olimex this is not yet possible (there is a post about this in the forums accessable via the Olimex website). IAR plan to implement...
mike.tunstall
Offline Send Email
Jun 1, 2007
8:50 pm
25187
... IIRC, there is an errata on programming the external interrupts. I had a great deal of grief getting them to work on the LPC2138 and thought it was just...
Tom Walsh
twalsh0001
Offline Send Email
Jun 2, 2007
4:09 am
25188
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 ...
fjrg76@...
fjrg76
Offline Send Email
Jun 2, 2007
11:49 pm
25189
... in CrossWorks 1.5 for ARM, I cannot simulate them because the simulator launchs me to ... Does anybody can help me?? Am I missing something to configure in...
derbaier
Offline Send Email
Jun 3, 2007
7:43 am
25190
The schematic from Olimex for the P2378 development board shows the connector pinouts organized around the CPU etc rather than organized around the connectors....
Frank Sergeant
pygmyforth
Offline Send Email
Jun 3, 2007
8:12 pm
25191
... I remember that if you set the flash memory code protection to avoid "cloning" of your firmware the NXP processor disable the JTAG interface. The only way...
bignand@...
bignand
Offline Send Email
Jun 4, 2007
7:19 am
25192
Hi, yes I did, unfortunately. thx for all comments ... too low ... blinking LED...
hse05029
Offline Send Email
Jun 4, 2007
12:02 pm
25193
Hi, thx for your solving guide but I can't find these jumper numbers on the Olimex schematic. I assume you mean the jumper settings for ICSP programming. ...
hse05029
Offline Send Email
Jun 4, 2007
12:15 pm
25194
Hi, Probably this has been asked before but can't find any proper answer in the . Keil uVision for LPC (limited version) with RealView compiler seems to ...
plemut
Offline Send Email
Jun 4, 2007
12:43 pm
25195
SOLVED: thx for your help, I'm able to access the chip again. regards, Emanuel ... anymore...
hse05029
Offline Send Email
Jun 4, 2007
1:02 pm
25196
I'm trying to port it to LPC2129. At this moment I can't get it working, when I type di the prompt lock. I changed the XCL file, osc configs, I/O configs....
leomecma
Offline Send Email
Jun 4, 2007
1:25 pm
25197
http://www.altera.com/support/devices/tools/ieee/tls-ieee.html...
Check_Your_Premises
uberunby
Offline Send Email
Jun 4, 2007
3:14 pm
Messages 25168 - 25197 of 34585   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help