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 your group to be featured on the Yahoo! Groups website? 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 7469 - 7499 of 45856   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7469
Oops, I mixed up USART from Atmel AT91SAM7 with UART from LPC. I have both here on my desk (SAM7 = 16K RAM + more IO-pins / LPC2106 = 64K RAM + a little...
mal_ibn
Offline Send Email
Jun 1, 2005
9:29 am
7470
Also , beyondlogic site has some kind of portmon program . Regards ... __________________________________ Discover Yahoo! Have fun online with music videos,...
rhasaf
Offline Send Email
Jun 1, 2005
11:18 am
7471
Is it possible to do fixed point math in LPC2132? And if so, where can I find examples on this? Best Regards Søren Hansen...
soren_t_hansen
Offline Send Email
Jun 1, 2005
12:02 pm
7472
A really good terminal program that I use is called DeTransfer, it can be obtained from www.datataker.com in the downloads section. It is rhandy becuase it has...
rjwal3
Offline Send Email
Jun 1, 2005
12:47 pm
7473
TI has a free fixed point library http://focus.ti.com/docs/toolsw/folders/print/sprc087.html you can find a simple version for lpc in the Files area: "uIQ.h" ...
clodic_pascal
Offline Send Email
Jun 1, 2005
12:49 pm
7474
Hi All , I just need a simple little 2 priority zero preempt task schedular to get some organisation into my programming ... any experienced programmers that...
donwillwonthe
Offline Send Email
Jun 1, 2005
1:00 pm
7475
Hello, you can mine: http://usmartx.sourceforge.net/ Simple, yet powerful :) I am using it with success. marko...
Marko Panger
fe64970103
Offline Send Email
Jun 1, 2005
1:05 pm
7476
I want to use P3.29 (Pin 27, P3.29/BLS2/AIN6) as GPIO (output) The manual says it can be done by setting Bit 6 of PINSEL2 to zero. my testcode: PINSEL2 &=...
alipowsky
Offline Send Email
Jun 1, 2005
1:47 pm
7477
Hi Marko, Thks heaps....the doco for V1.2 seems less than for 1.1 - is this 1.2 doco an upgrade ? Where abouts on the planet are you ? Did you have to do any...
Don Williams
donwillwonthe
Offline Send Email
Jun 1, 2005
2:11 pm
7478
You might also take a look at FreeRTOS.org. I am using it. Small, Fast _____ From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] On Behalf Of Don...
Dan Beadle
danbeadle
Offline Send Email
Jun 1, 2005
2:20 pm
7479
... Which header files are you using ? (i.e. where do you define PINSEL2, IO3DIR etc.) I used the header files from aeolus development, and there was a mistake...
Anton Erasmus
aj_erasmus
Offline Send Email
Jun 1, 2005
3:10 pm
7480
I tried the D/L of Realterm, and I find it a tad poor. I can't seem to eg. set Local echo, altering the font size doesn't work for me.. Is this normal ? B rgds...
microbit
forum_microbit
Offline Send Email
Jun 1, 2005
3:33 pm
7481
Hi, The v1.2 of documents is the actual one. It includes all, but it is smaller. No, you don't have to do any special characterization for the 2138. You have...
Marko Panger
fe64970103
Offline Send Email
Jun 1, 2005
4:19 pm
7482
Hi, My guess is that you are looking for a CPU for a secure (financial?) application. I worked on a platform a few years ago that stored off- chip programs...
tom_laffey
Offline Send Email
Jun 1, 2005
5:30 pm
7483
Hi, your observation is correct that any external CODE will destroy your efforts to secure the internal Flash because there is no READ protection. The...
lpc2100_fan
Offline Send Email
Jun 1, 2005
6:51 pm
7485
Hi All, I have a project, where my customer demands CAN bus interaction. Unfortunately I have never worked with CAN only RS485 etc. so it's all new to me -...
Lasse Madsen
dsl15746
Offline Send Email
Jun 1, 2005
10:10 pm
7486
Hi everyone, Any ideas why it appears that in the PCON register if I have the /PDBOD bit set when I set the PD bit, the processor does not wakeup and resume...
relentless_6995
Offline Send Email
Jun 1, 2005
11:09 pm
7487
Some answers ... all new ... but ... CAN ... They all use the same module as far as I can make out. It depends what you mean by OK. There are bugs in the CAN...
embeddedjanitor
Offline Send Email
Jun 1, 2005
11:43 pm
7488
Marko, Thks for the help ... how busy are you ? Are you freelance or working full time for somebody else ? I have a project that Im behind with and in fact...
Don Williams
donwillwonthe
Offline Send Email
Jun 2, 2005
12:00 am
7489
Hello, Does anyone have any C code that actually reads the MCB2130 hardware ADC on AIN1 (the potentiometer tied to P0.28) they would be willing to share? I...
stiffsoft
Offline Send Email
Jun 2, 2005
3:12 am
7490
What do you'll think of something like this: http://www.allelectronics.com/cgi-bin/category.cgi?category=365&item=LCD-94&type=store for 20cents each.. you...
Pigeon
tr3nd42
Offline Send Email
Jun 2, 2005
3:49 am
7491
Hi Bob, You are right about "...unless you can fit your whole program into internal flash" and that is what I eventually decided to do (have chosen...
mirax_ua
Offline Send Email
Jun 2, 2005
4:28 am
7492
Hi Tom, This is quite good solution, btw, what processor did you use for this RAM Decrypted Code Execution? And do you know any ARM9 processor with internal...
mirax_ua
Offline Send Email
Jun 2, 2005
4:46 am
7493
... PINSEL2, IO3DIR etc.) ... mistake with one of ... 2 and port 3) ... I use the Rowley header files. (Crossworks for ARM v.1.4) Thea are okay. I also checked...
alipowsky
Offline Send Email
Jun 2, 2005
5:40 am
7494
... Have you made sure that the J2 jumper is set? Also make sure that you use the lpc213x.h instead of the lpc21xx.h I'm using the following code as a small...
soren_t_hansen
Offline Send Email
Jun 2, 2005
6:42 am
7495
Hi Lasse, ... I don't know problems, if you only use Standard Identifier (11-Bit) and BasicCAN. Do you want receive all Messages from the 700 units? ... Note,...
Steffen Rose
steffen_rose2
Offline Send Email
Jun 2, 2005
8:02 am
7496
My team uses Terminal for windows http://bray.velenje.cx/avr/terminal/ it's really good. Display mode can be hex, bin and terminal using macros, can control...
Boris Králik
kralikbo
Offline Send Email
Jun 2, 2005
10:29 am
7497
Hello! Does anyone use MATLAB for data processing? Is it possible to generate C code from .M files and then use this code in LPC source? Marko...
Marko Pavlin
mpavlin969
Offline Send Email
Jun 2, 2005
10:33 am
7498
  There will be two jumpesr J11 and J2 to make the internal ADC to get the input VIN in MCB2130. regards bala ... [Non-text portions of this message have been...
balakumar chinuswamy
cbalakumarbe
Offline Send Email
Jun 2, 2005
1:53 pm
7499
Hellow Friends, I am working with LPC2106. I downloaded the latest kickstart card for lpc210x from IAR. In that i found an hex file called IAR_ROM_MONITOR.hex....
rockraj_2003
Offline Send Email
Jun 2, 2005
2:28 pm
Messages 7469 - 7499 of 45856   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