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...
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.
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 7084 - 7113 of 45863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7084
... Hey Well I solved my problem... I calculated a wrong divisor. unsigned int divisor = pCF / (16 * baud); //Works in Keil, but not GNU should be: unsigned...
jesperkr123
Offline Send Email
May 1, 2005
7:43 am
7085
Hi Guys, I'm new to MCU and software so go easy on me, I have a project with LPC2106 and I want to use it to control a different component taht only have a...
cactusjac124
Offline Send Email
May 1, 2005
10:34 am
7086
Hi, The LPC22xx series would be better for this, because they have an external memory controller. But if you only have one or a few devices that do not need to...
Richard Duits
id6495
Offline Send Email
May 1, 2005
6:11 pm
7087
Hi, I search for simple schematics to build my Starter kit. Any help please ? This is my first post here. Thanks very much...
eng_amrahmed
Offline Send Email
May 1, 2005
7:43 pm
7088
I have done something like this, but unfortunately can't release it. This is a pretty straight formward thing to do. * Establish comms with PC via RS232. *...
Charles Manning
embeddedjanitor
Offline Send Email
May 1, 2005
7:56 pm
7089
To the OP. Bob check out the MSP430 group on yahoo, there was a long discussion of robust IAP programming methods. Al...
Onestone
onestone_apc
Offline Send Email
May 1, 2005
8:00 pm
7090
I noticed the example makefiles that come with Aeolus Development's newlib-lpc port build elf binaries for the tests by passing all the library's .o files to...
deunhido
Offline Send Email
May 1, 2005
8:05 pm
7091
... I think I can shed some light on this. The basic problem is that the newlib library you are linking against already has the routines that the newlib-lpc...
Robert Adsett
robertadsett
Offline Send Email
May 1, 2005
9:28 pm
7092
... Try This : http://www.keil.com/mcb2130/mcb2130-schematics.pdf...
radim100
Offline Send Email
May 1, 2005
10:38 pm
7093
Hi Richard, I can't use the LPC22xx due to other constraints... However I have only one device to control via this bus. This device can be configured to work...
cactusjac124
Offline Send Email
May 2, 2005
5:27 am
7094
Sunil, It depends on your requirement, what you want at each memory. Basically you have the .text (code), .data (initialized data) & .bss (uninitialised data)...
Michael Anburaj
embeddedeng
Offline Send Email
May 2, 2005
5:54 am
7095
I've bought a Olimex JTAG and after having pacthed it (connected pin 8 & 15) O'm now able to connect to my LPC2138 with OCDRemote. But the problem is, that I'm...
soren_t_hansen
Offline Send Email
May 2, 2005
6:54 am
7096
The Windows version of the GNUARM toolchain for the ARM has been updated to 4.0. You can download the source and binary files at http://www.gnuarm.com...
Rick Collins
gnuarm
Offline Send Email
May 2, 2005
7:01 am
7097
My XTAL freq is 14.7456 MHz Pll factor is 4 -> CPUclk=58,9824MHz PLL div is 2 -> 29,4912MHz VPB div is 4 -> 14.7456MHz But I saw maybe a problem in software,...
Ralf Knorr
thb_bury_2005
Offline Send Email
May 2, 2005
7:15 am
7098
I have just tested the P0.10 on my system and it is 3.3V!! I am using LPC2138 Did they fix the P0.10 issue on new chips? Thanks, Gus ... power supply. I'll...
Gus
gus_is_working
Offline Send Email
May 2, 2005
2:13 pm
7099
Hi Mike, thanks for your reply.Iam using external memory to place some data and read it whenever necessary. Iam just placing some data and there is no need to...
cbitsunil
Offline Send Email
May 2, 2005
2:17 pm
7100
If my user application is running with interrupts occurring, then I need to disable all interrupts for a bit of time: 1) Should I use the C command...
kaiandxiulpc2000
kaiandxiulpc...
Offline Send Email
May 2, 2005
7:31 pm
7101
... In my opinion number 2 will cause you the least problems. In fact I would disable interrupts before modifying VICIntEnable. And yes you have to be in a...
Robert Adsett
robertadsett
Offline Send Email
May 2, 2005
8:01 pm
7102
... be ... would ... to be in ... to be in ... system ... clear the ... Agree. Look back for postings on spurious interrupts. Fiddling with the VIC is not...
embeddedjanitor
Offline Send Email
May 2, 2005
8:37 pm
7103
Can't seem to get the RX FIFO on UART0 to work... My setup: U0IER bit 0 =1, Enabled RDA interrupt (receive data interrupt) U0IER bit 1 = 1, Enable THRE...
Lowry, Jeff
jlowryspectrum
Offline Send Email
May 2, 2005
9:09 pm
7104
The standard rand() function of many compilers (Keil, etc.) return pseudorandom integer in range 0 to 32767. 1. Is the period of such pseudorandom generators...
varuzhandanielyan
varuzhandani...
Offline Send Email
May 3, 2005
8:41 am
7105
Hi, ... Good question. Usually these implementations are based on linear congruence, i.e next_random = (seed*x+y) modulo a smaller number. ... Try Google,...
Paul Curtis
paul_l_curtis
Offline Send Email
May 3, 2005
8:55 am
7106
Hello! I found TEA very useful as random number generator. http://www.simonshepherd.supanet.com/tea.htm Marko...
Marko Pavlin
mpavlin969
Offline Send Email
May 3, 2005
10:23 am
7107
Hello, I need to write a nibble to P0.31-P0.28. When I write a value, it is not output correctly: ex. I write 0x7E 5C 38 A1 sequence and I get out 0x7C 4C 38...
roger_lynx
Offline Send Email
May 3, 2005
12:15 pm
7108
... Ignoring the # as a typo. That code depends on IO0PIN containing the last result written to it. I don't remember that being documented as the case. I...
Robert Adsett
robertadsett
Offline Send Email
May 3, 2005
1:19 pm
7109
... [edited] ... Yes, typo, but it is a *logical* AND and OR, as the original text emphasizes, as well. ... it. I ... not ... I do not either, the result is 1...
roger_lynx
Offline Send Email
May 3, 2005
2:37 pm
7110
... Somehow I missed the logical operation part. I must have been blinded by the # :). I can't imagine a circumstance in which that would work. ... The...
Robert Adsett
robertadsett
Offline Send Email
May 4, 2005
3:38 am
7111
Hi, Iam working on lpc2214 .Iam using Uart0 and Uart1 in interrupt modes for receiving only. Iam working on GCC compiler.Iam getting only the first character ...
cbitsunil
Offline Send Email
May 4, 2005
5:01 am
7112
Hello Friends, Interrupt problem in LPC2106. I am using IAR EMBEDDED WORKBENCH.The Timer Interrupt is not responding. Simply for Half an hour it typing only...
rockraj_2003
Offline Send Email
May 4, 2005
7:54 am
7113
... another value ... Thanks. So much for the datasheet correctness in this already hazy area. Say what you mean, mean what you say (Alice in Wonderland). ... ...
roger_lynx
Offline Send Email
May 4, 2005
8:35 am
Messages 7084 - 7113 of 45863   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