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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26332 - 26361 of 45909   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26332
Fixed the problem myself :o) It was when writing the configuration to the mode register in the SDRAM, the 256MB device i had the code from used (logically) 12 ...
Carsten Grøn
carsten_groen
Offline Send Email
Aug 1, 2007
7:04 am
26333
Hello from a group newbie = ) I got myself a brand MCB2360 board recently and have played around with it for some time now but when my curiosity turned towards...
toohgr
Offline Send Email
Aug 1, 2007
7:49 am
26334
Re: [lpc2000] Re: SD Card read/write using SSP in Keil's MCB2140 (MCU LPC2148) Dear Joel, I have done some test on EFSL but I would like to try also Chan ...
FISSORE CARLO
fielettro
Offline Send Email
Aug 1, 2007
7:50 am
26335
Hi, I try to explain a little bit more detailed. LPC stores self generated bitmaps in external dataflash or on a SD Card. The uncompressed datstructure is...
Martin Steppuhn
martin_steppuhn
Offline Send Email
Aug 1, 2007
8:03 am
26336
Depending on how your images look like a RLE-compressed BMP might be a solution for you. It is not effective as GIF or PNG are, but it is much easier to...
agentkozz
Offline Send Email
Aug 1, 2007
8:27 am
26337
Hi, All ISP commands are supposed to have <CR><LF> at the end. In some LPC2368 versions (especially those mounted on MCB2300 boards), there is some bug with...
Shahzeb Ihsan
snakeskin172
Offline Send Email
Aug 1, 2007
9:41 am
26338
... Yes, the read-modify-write behaviour of bitfields means that you wouldn't use a bitfield member for access of a write-only register. The use of the union...
Brian Sidebotham
bsidebotham
Offline Send Email
Aug 1, 2007
11:33 am
26339
Hi Friends, My project is based on LPC2368 controller and Iam using GNU compiler alongwith the Keil uVsion3 IDE. I would like to know the donwload link for...
chetan_r_prabhu
Offline Send Email
Aug 1, 2007
11:59 am
26340
Hi I'm using this on my LPC2148 and it works fine so far: I'm flashing in chunks of 512bytes. Don't forget to turn off IRQs! clock = 60Mhz static char...
leosmutter
Offline Send Email
Aug 1, 2007
12:08 pm
26341
I need to detect a debug break in the core execution from software. My reason for this is not security; it is for debugging the non- realtime part of the...
Andy Alexander
andy4onroad
Offline Send Email
Aug 1, 2007
12:23 pm
26342
Hello All: I face a problem, I use LPC2468 chip and I use RTX os, after I start the system, the program will jump back to reset handler. who have any ideal to...
wilnfl
Offline Send Email
Aug 1, 2007
12:30 pm
26343
I wrote my own Flash Utility. After writing the entire Flash I read it for check, but I found errors in first 64 positions. Anyone know if I'm having a common...
joseluispepe007
Offline Send Email
Aug 1, 2007
1:05 pm
26344
I wrote my own flash utility also and discovered that the 1st 32 bytes after the vector table would be corrupted after the ISP operation was completed. So now...
Mark Crow
markcrow
Offline Send Email
Aug 1, 2007
1:12 pm
26345
LPC2148, bootloader version 2.11. After a watchdog reset takes place, I am unable to enter ISP mode after setting the BSL jumpers, and pressing reset. The...
jcwren
Offline Send Email
Aug 1, 2007
1:57 pm
26346
There's nothing in the core I know about that would allow you to detect this, but you could use some memory location that gets set by your debugger on debug...
Dominic Rath
vmaster_05
Offline Send Email
Aug 1, 2007
3:20 pm
26347
... Check section 21.4 of the User Manual. "If P0.14 is sampled low and the watchdog overflow flag is set, the external hardware request to start the ISP...
rtstofer
Offline Send Email
Aug 1, 2007
3:27 pm
26348
jcwren Wrote ... There is memory retained of whether the last reset was due to a watchdog. The BSL line is ignored in that case. It's possible you have to...
subscriptions@...
robertadsett
Offline Send Email
Aug 1, 2007
3:53 pm
26349
I believe I have found the cause for the problem with programming flash. The LPC2103 requires the clock to be coupled in via a 100pF cap and not, as I have...
Peter Hofmann
autologicpete
Offline Send Email
Aug 1, 2007
4:01 pm
26350
The first 64 bytes starting from the address 0x0 are mapped to the bootloader area in ISP mode. You should map vectors from the user flash area by writing 0x1...
lpc2100
Offline Send Email
Aug 1, 2007
7:01 pm
26351
... A JTAG debugger could help clear up a lot of your questions... TomW -- Tom Walsh - WN3L - Embedded Systems Consultant http://openhardware.net...
Tom Walsh
twalsh0001
Offline Send Email
Aug 1, 2007
8:12 pm
26352
... I think this has something to do with remapping of the exception vectors. This is a feature of the LPC series of chips that allows you to (for example) put...
Bertrik Sikken
bertriksikken
Offline Send Email
Aug 2, 2007
1:52 am
26353
... go to keil's website and you can find sample codes for lpc23xx...
sayhi2008
Offline Send Email
Aug 2, 2007
2:24 am
26354
Yah, thanks, that did the trick. I overlooked that statement about the watchdog flag in section 21.4, and it was not crystal clear that the WDTOF flag was...
jcwren
Offline Send Email
Aug 2, 2007
2:38 am
26355
Hi there, The sample codes for lpc23xx is for Keil's Real View Compiler. But, there is no startup.s file available with respect to GNU Compiler. ... [Non-text...
C RP
chetan_r_prabhu
Offline Send Email
Aug 2, 2007
4:01 am
26356
... Just a thought, is the watchdog enabled? If yes, you need to service it. Also, if you use the DMA, the service of the watchdog must not be interrupted...
lpc2100_fan
Offline Send Email
Aug 2, 2007
4:37 am
26357
Hi again, : ) Right, I forgot to include: ISP version is 1.3 I have no problems at all once synchronized, all commands works like a charm. Well, I go for your...
toohgr
Offline Send Email
Aug 2, 2007
5:13 am
26358
hi u have to convert your LPC2300.s to GNU C compiler startup file by your self may be u will not get that file form net Hi Friends,...
dushyant7891@...
dushyant7891
Offline Send Email
Aug 2, 2007
9:03 am
26359
hi Andy, Dushyant here, thanks for your suggetion, Finally i got the Solution hi Andy,...
dushyant7891@...
dushyant7891
Offline Send Email
Aug 2, 2007
9:08 am
26360
Hi all, I am using the Keil MBC2100 dev. board, (LPC2129), and the Rowley Crossworks dev. system, (GNU tools). So far, so good. The IDE, compiler etc. is err.....
mjames_doveridge
mjames_dover...
Offline Send Email
Aug 2, 2007
10:15 am
26361
Hi Friends, Iam using LPC2368 controller for my project and I need to store both RAW and Filtered CAN data in the in-built Flash memory of the controller. ...
chetan_r_prabhu
Offline Send Email
Aug 2, 2007
10:34 am
Messages 26332 - 26361 of 45909   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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