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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 19664 - 19693 of 34807   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19664
Ulink work with only Keil IDE software. ... -- N-Link ARM JTAG & ARM7 Boards ... http://www.micro4you.com http://stores.ebay.com/Micro4you-Store [Non-text...
somboon sopee
nooknikz
Offline Send Email
Oct 1, 2006
3:39 pm
19665
I had arm/thumb interworking set to yes everywhere in my project, and it wouldn't compile. Adding an explicit THUMB_INTERWORK solved the problem, thanks. I...
drproton2003
Offline Send Email
Oct 1, 2006
4:33 pm
19666
... The task with the highest priority that is able to run is the task chosen to execute. If you suspend a task it cannot run (it is suspended) so a context ...
FreeRTOS Info
freertos
Offline Send Email
Oct 1, 2006
5:13 pm
19667
... Hi, your selection is not between U-Link, J-Link or any other xxx-Link, it is between the software packages you want to use. If you want to use Keil, you...
lpc2100_fan
Offline Send Email
Oct 1, 2006
6:45 pm
19668
if i want to buy a jtag that work in both iar and keil the only solution is RDI. is there any USB RDI JTAG?low price. i need a little more information of RDI...
naderus2000
Offline Send Email
Oct 1, 2006
6:48 pm
19669
I'm new to LPC chip & my present activity is to get some experience with this device. I acquired one of the Olimex boards with LPC2103 and RS232 and I need...
ispgardner
Offline Send Email
Oct 1, 2006
7:46 pm
19670
... It's pretty easy to build the gnu-arm package from www.gnuarm.org. It will include the GNU assembler. All under Linux, of course. I use that package with...
rtstofer
Offline Send Email
Oct 1, 2006
8:25 pm
19671
Dear sir N-link work only with Keil IDE Software . Best Regards ... -- N-Link ARM JTAG & ARM7 Boards ... http://www.micro4you.com ...
somboon sopee
nooknikz
Offline Send Email
Oct 2, 2006
1:42 am
19672
In case it's any help, I have developed an spi_uart module based around the Phillips SPI-Uart chips, but it could be easily adapted for MAX versions I'd think....
Bruce Paterson
abruceperson
Offline Send Email
Oct 2, 2006
1:49 am
19673
I tried this out, it works great. Now my next question is how can I maintain functionality provided by the crossworks ctl_api (i.e. the ctl_set_isr function)?...
drproton2003
Offline Send Email
Oct 2, 2006
2:11 am
19674
... Well, you've named all the possible solutions. So start looking at the tradeoffs and pick one. TomW -- Tom Walsh - WN3L - Embedded Systems Consultant ...
Tom Walsh
twalsh0001
Offline Send Email
Oct 2, 2006
3:53 am
19675
J-Link with RDI licence. Check their website (segger) for info and pricing. BR, Slawc...
slawcus
Offline Send Email
Oct 2, 2006
5:11 am
19676
In my current project, I'm using a LPC915 device connected to the I2C bus of a LPC2148. It acts as a I2C slave implementing a circular buffer on the UART side....
Carsten Grøn
carsten_groen
Offline Send Email
Oct 2, 2006
5:56 am
19677
... like ... so I ... to UART ... advices ... at the ... Tom: all solutions? some of the responses to this post have flushed out a couple not on the original...
Brendan Murphy
brendanmurphy37
Offline Send Email
Oct 2, 2006
6:59 am
19678
... We do something similar with a LPC2134 - the same micro as the main system's one. The main system uses both UARTs: we implemented an I2C to UART on the 2nd...
Brendan Murphy
brendanmurphy37
Offline Send Email
Oct 2, 2006
7:07 am
19679
i have a lot of void func(void) function type that on special condition must run.i use switch case but i want the excution of each of them are the same so i...
naderus2000
Offline Send Email
Oct 2, 2006
12:53 pm
19680
... "please please" learn to be an engineer and look it up yourself then ask questions if you don't understand what you find. This forum is dedicated to the...
FreeRTOS Info
freertos
Offline Send Email
Oct 2, 2006
1:19 pm
19681
Richard ... Herbert...
Herbert Demmel
demmelh
Offline Send Email
Oct 2, 2006
1:37 pm
19682
No, it doesn't. :-( I removed the ENDP and I have this error: assembling Main.s... Main.s(437): error A87: UNCLOSED PROCEDURE Main.s - 1 Error(s), 0...
Thiago Holanda
netherlands_...
Offline Send Email
Oct 2, 2006
1:50 pm
19683
... I'll second Lua. I have a version working on the LPC2106 and on an SAM7 variant. I'm adding the float and string libraries now, and it's only about 80 to...
Ralph Hempel
ralphhempel
Offline Send Email
Oct 2, 2006
1:57 pm
19684
I have lpc2210 chips and am hunting around for sram chips. It seems simple enough but there arent any application notes and the user manual is rather...
ghazanhaider
Offline Send Email
Oct 2, 2006
3:34 pm
19685
... Have a look at www.olimex.com they have a schematic of their boards on the web. Herbert...
Herbert Demmel
demmelh
Offline Send Email
Oct 2, 2006
3:46 pm
19686
I don't know how it is implemented internally on chip, but it apears to be not(mask) AND pin. It works as its operations description, not as its implementation...
Thiago Takehara
t_takehara
Offline Send Email
Oct 2, 2006
4:48 pm
19687
example: void function1(void); void function2(void); ... void functionN(void); void (*pointerForFunctions[N])(void) = { function1, function2, ..., functionN } ...
Thiago Takehara
t_takehara
Offline Send Email
Oct 2, 2006
5:14 pm
19688
... Our standard way of handling the NULL funtion pointer in cases like this is to declare something like: void invalid_fn(void) { ASSERT(FALSE); return; } You...
Brendan Murphy
brendanmurphy37
Offline Send Email
Oct 2, 2006
6:13 pm
19689
Hi MArk I want to implement the same as you did but am facing problems and running out of time. Would you share your code ? Regards Viktor...
viktor_gottschald
viktor_gotts...
Offline Send Email
Oct 2, 2006
7:21 pm
19690
I'm looking at using SD cards in a few projects. I'd like to just treat it as a big eeprom/serial flash device, & don't really want to get into all the FAT...
Mike Harrison
mikentb123
Offline Send Email
Oct 2, 2006
7:33 pm
19691
Hi all, for those interested in more details about the new LPC2300 devices, you can download the Users Manual now from here: ...
philips_apps
Offline Send Email
Oct 2, 2006
9:11 pm
19692
... Once you have the device name, you can just fopen() and fread()/fwrite() it. The hard part is getting the device name, requires something like: devs =...
Clyde Stubbs
clyde@...
Send Email
Oct 2, 2006
9:16 pm
19693
Hello All: I an new to the philips ARM7. I am working with the IAR 2148 Development kit with IAR's development software. I have been able to run all sample...
Frank Pinto
fpinto1446
Offline Send Email
Oct 2, 2006
9:19 pm
Messages 19664 - 19693 of 34807   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