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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 29724 - 29753 of 45840   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
29724
Hi I am using the LPC2138 as SPI Host controller & CSR Unifi Chip as SDIO card(in SPI Mode). I need to connect the Unifi Chip(SPI Mode) with the LPC. I am able...
maneeshjain1981
Offline Send Email
Dec 1, 2007
9:07 am
29725
Embedded Computing Machines (ECM) with its pool of trained engineers provides end-to-end products and solutions in the field of embedded systems.Our Training...
gauri
gaurinirgude
Offline Send Email
Dec 1, 2007
9:08 am
29726
... summed ... course ... appropriate ... is ever ... each ... of each ... fire. The ... This sounds good, but it has downsides. To start with, this means ...
mjames_doveridge
mjames_dover...
Offline Send Email
Dec 1, 2007
10:56 am
29727
... Yes - but like it says - it comes with free shipping ;o) [its also out of stock]. ... Also, is the stack that comes with the book bespoke, or based on...
FreeRTOS.org Info
freertos
Offline Send Email
Dec 1, 2007
10:59 am
29728
... ..and this months free calendar goes to.... 'Danish Ali'!! 512-works 348-works 352-works 350-crashes. Thanks for sorting one of my problems :) Rgds, Martin...
mjames_doveridge
mjames_dover...
Offline Send Email
Dec 1, 2007
12:40 pm
29729
... EDC - Error Detection Code. Or sometimes Error Detection and Correction code ... I would make this a define. Something like #define TASK_WD 120 The...
Robert Adsett
robertadsett
Offline Send Email
Dec 1, 2007
6:03 pm
29730
... That's very minor consisting essentially of the line task_watchdogs[THIS_TASK_WD_INDEX] = THIS_TASK_WD; ... Perhaps you'll be happier if I phrase it as...
Robert Adsett
robertadsett
Offline Send Email
Dec 1, 2007
6:16 pm
29731
Hello, I noticed that the reent structure of newlib is fairly large (about 1000 to 1500 bytes) and supposedly it can be reduced by using REENT_SMALL. Has...
profdc9
Offline Send Email
Dec 1, 2007
7:14 pm
29732
Hi, I am unable communicate using UART2 and UART3 in lpc2378 though UART1 and UART2 are properly working. I have also tested my program using Keil Simulator...
pravinfalcao
Offline Send Email
Dec 1, 2007
8:15 pm
29733
... Are you using the reent structure? Its purpose is to allow multiple threads to access the library safely do if you are not making use of it you should be...
Robert Adsett
robertadsett
Offline Send Email
Dec 1, 2007
8:37 pm
29734
... since ... Any watchdog that is enabled by software is not a watchdog either. .. here comes a nice little emi spike, oops, there goes the watch dog's off...
cm296pip
Offline Send Email
Dec 1, 2007
10:16 pm
29735
... Set the PCONP register for these peripherals....
Rakesh Mahna
rm_lucknow
Offline Send Email
Dec 1, 2007
11:36 pm
29736
Hi David: I don't know why amazon.com has this price...If you see it at www.amazon.co.uk the price is &41.79 (very close to the ARM System Developer's Guide @...
gussabina
Offline Send Email
Dec 2, 2007
12:50 am
29737
Hi Gus, ... Yeah, true. I'll add it to my wish list and keep an eye on it I guess. ... It sounds interesting. ... Ok. ... Is there a specific license model,...
David Hawkins
dave_w_hawkins
Offline Send Email
Dec 2, 2007
1:12 am
29738
... Actually, almost all watchdogs that are built into an ASIC are enabled by software, but they are enabled by a write once register. That means that once...
derbaier
Offline Send Email
Dec 2, 2007
8:02 am
29739
www.alibris.com search by author SCAGLIA and you can find a copy for $78.75. This book is new I buy a lot of used books from Alibris - they are one of my...
rtstofer
Offline Send Email
Dec 2, 2007
5:38 pm
29740
Hi all, I an tried of fighting the issues with the CPU pipelining, VIC, hardware that auto clears interrupts, and NXP's lack of details in the manuals. I want...
Michael Freeman
thefreem999
Offline Send Email
Dec 2, 2007
8:46 pm
29741
Some peripherals are powered off at reset to save power. Among them ADC, CAN, UART2, UART3, TIMER2, TIMER3, USB, Ethernet... Check register PCONP at page 52 on...
nemecsek69
Offline Send Email
Dec 2, 2007
9:35 pm
29742
... Considering the normal UART ISR would typically be if (The IIR says it was a fifo threshold or timeout int) while (The UxLSR says there is still stuff in...
Mike Harrison
mikentb123
Offline Send Email
Dec 2, 2007
10:58 pm
29743
Looking at AN10404,and the startup code used by the IAR compiler, the reset etc. vectors look something like this : LDR PC, =Reset_Addr LDR PC, Undefined_Addr ...
Mike Harrison
mikentb123
Offline Send Email
Dec 2, 2007
11:21 pm
29744
... I do that, too- but I think it's so newbies won't get caught up if for whatever reason they're outside the addressing range, or if they're calling C and...
Kenneth Crudup
kencrudup
Online Now Send Email
Dec 2, 2007
11:26 pm
29745
... Doing it this way makes it easier to copy the vectors to ram and change them. Also a branch would not be able to jump into ram or external memory. Regards,...
Richard Duits
id6495
Offline Send Email
Dec 2, 2007
11:36 pm
29746
It also makes it possible to precompute the checksum for the vectors. That could be handy when the flash programmer doesn't do it automatically. Richard...
rtstofer
Offline Send Email
Dec 3, 2007
12:49 am
29747
Hello friends, I am trying to access the CPSR register, using asm mode in C. As MSR & MRS instructions are not directly accessible in C, I had to go for asm ...
Nishant Agrawal
anonymous_lo...
Offline Send Email
Dec 3, 2007
4:45 am
29748
Hi all I want to interface the MMC card with the LPC 2378 controller ...i have downloded the code bundle from the net where they have given the example program...
suresh_aec2004
Offline Send Email
Dec 3, 2007
6:29 am
29749
... I do this - the switch on interrupt ID calls the same method for both RDR and CTI interrupts. I have had no problems with missing/duplicate /corrupted...
mjames_doveridge
mjames_dover...
Offline Send Email
Dec 3, 2007
7:08 am
29750
... Yes. A branch is limited to 32M, so if the target is outside this range you have to do it indirect. Since the external flash is at 0x80000000 you can“t do...
42Bastian
bastian42
Offline Send Email
Dec 3, 2007
8:24 am
29751
This is the correct code: unsigned int x; __asm { mrs x, cpsr } x |= 0x80; __asm { msr cpsr_c, x } Regards, Richard....
Richard Duits
id6495
Offline Send Email
Dec 3, 2007
8:32 am
29752
... This is IAR 5.1 linker output compiling for ARM *not* linking with a runtime library. Max - Balanced optimization. IAR ARM ELF Linker V5.10.5.372/W32 ...
Joel Winarske
joelw_94089
Offline Send Email
Dec 3, 2007
9:03 am
29753
... the ... write ... at ... In mci.c, where the two functions are declared there's a comment: /* Assembly modules using the ARM block transfer instruction in ...
agentkozz
Offline Send Email
Dec 3, 2007
9:14 am
Messages 29724 - 29753 of 45840   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