Re: [lpc2000] Interface LPC2106 to PCMCIA card
2004-04-30 by Lewin A.R.W. Edwards
... As another data point here: Practically all of the 802.11b cards sold now are CardBus :( If you want to be sure you ll be able to use a card with a simple
Yahoo Groups archive
Messages
Page 291 of 329 · 16407 messages matched
2004-04-30 by Lewin A.R.W. Edwards
... As another data point here: Practically all of the 802.11b cards sold now are CardBus :( If you want to be sure you ll be able to use a card with a simple
2004-04-30 by the ARM Patch
Do a goggle on WiFi-SniFi . It was an interesting project the appeared in the Circuit Cellar Ink August 2003 issue. -Bill Knight theARMPatch On Fri, 30 Apr
2004-04-30 by cpexed
I want to attempt to interface a LPC2106 to a PCMCIA wireless network card (PRISM based chipset, using linux drivers as refrence). As far as hardware goes what
2004-04-29 by philips_apps
Peter, Two CAN implementations (For the MCB2100 board) are now available in the files section. These were recently finished by Embedded Systems Academy. The
2004-04-29 by lpc2000@yahoogroups.com
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc2000 group. File :
2004-04-29 by lpc2000@yahoogroups.com
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the lpc2000 group. File :
2004-04-29 by embeddednut
To Philips Apps, So is CAN on the LPC2000 devices a go or no go ? Which conclusions do you expect us to draw now that 17 days passed since your last posting
2004-04-29 by Dave Hylands
Hi Gus, ... I ve used GCC to compile the linux kernel and some user mode apps (not on an LPC2xxx, but on an ARM926 processor). So far everything seems to be
2004-04-29 by Gus
Hello, I am trying to see if ARM-ELF-GCC is good enough for release code or it is just a way to start. Did anyone do comparason on GCC and other complers, like
2004-04-29 by the ARM Patch
Hugh Here s the straight skinny. After all, I m an engineer not a sales weenie. I have a preliminary run of 10 pcb s for both processors. Only one board of
2004-04-29 by Hugh O'Keeffe
Hi Bill, The board looks feature packed @ a reasonable price, nice work. Questions: 1. Is it available now ? If not, when ? 2. What software is available ?
2004-04-29 by the ARM Patch
- Semi blatent advertising follows I ve been in the embedded systems business since way back when I had more hair of a darker color (colour for those
2004-04-29 by Paul Blackburn
If you do decide to use the MOV R0, R0 option instead of the NOP please check whether you are compiling your code in ARM or Thumb mode. MOV R0, R0 is a NOP in
2004-04-29 by opravar
Hi Kris, LPC2129 board is available from Pasat - TinyARM DIP50. It includes voltage regulator, 5V to 3.3V and 1.8V, Reset controller, 10MHz quartz and it is
2004-04-29 by ksrabit2000
Please look at http://www.hitex.com/download/con_download_freesoftware.html Best Regards Klaus ... LPC21xx?
2004-04-29 by kboehringer@hitex.de
Hello you may download from http://www.hitex.com/download/con_download_freesoftware.html Best Regards Kurt ... Von: Ing. Claudio Imberlina
2004-04-29 by Michael Anburaj
Hi all, The Arm uCOS-II port includes Thumb mode tasks now!!! Features: 1. The OS can be built for either ARM or Thumb mode tasks. 2. The following 3
2004-04-29 by Michael Anburaj
Hi Beeno, #define NOP __asm { nop; } should work for both ADS & SDT.
2004-04-29 by Peter Jakacki
... Can t help it, the answer lies in the answer. If you leave the RS-485 receiver enabled during transmission as well as the UART (the same one, not a spare)
2004-04-29 by Charles Manning
... You really want to be using TEMT as the indicator (ie the holding and shift registers are empty). THRE just tells you that the holding resgister is empty
2004-04-29 by lpc2100
You can use the following in your C function. This should work for ADS 1.2 C compiler. Please post if it works or not. Does gcc support __asm ? __asm { NOP }
2004-04-29 by lpc2100
Please take a look at test1.axf found in test1.zip in the files area. You may also refer to http://www.arm.com/pdfs/DUI0101A_Elf.pdf
2004-04-29 by MaxStream - Ryan Bedwell
Folks, Anyone out there who s figured out how to properly time the de-assertion of the 485 driver enable when using the LPC21xx UART? Problem is, the driver
2004-04-28 by leon_heller
... LPC21xx? ... http://www.gnuarm.com/ Leon
2004-04-28 by Ing. Claudio Imberlina
Hello From where I can download the gnu toolchain for win32 to work with LPC21xx? Thanks in advance
2004-04-28 by elvis_seventy_seven
Due to the problems with the Full-CAN feature of the LPC2129, i m not sure if the Basic-CAN mode would work correctly. Would it be better to use an external
2004-04-28 by gbv001
Does anyone know where I can get a sample of the lpc2212 & lpc2214. There are no links on the phillips website for these.
2004-04-28 by Beeno Rabbit
I am using ADS2.1 compiler (Code Warrior). I don t know how to code NOP in the C code. Any example for this? Beeno ... From: Robert Adsett To:
2004-04-28 by info
Dear ARM7-friends, announcing NEW Design board with PHILIPS LPC 2106 + JTAG http://arm.web7days.com/jtag-7.html http://arm.web7days.com/V2.html US $68.00 +
2004-04-28 by subhashinimanne
Can any one provide me the sapmle elf file which is used for downloading.Ineed to be acquinted with ELF FILE FORMAT. Regards M.Subhashini
2004-04-28 by subhashinimanne
Can any one provide me the sapmle elf file which is used for downloading.Ineed to be acquinted with ELF FILE FORMAT. Regards M.Subhashini
2004-04-28 by subhashinimanne
Can any one provide me the sapmle elf file which is used for downloading.Ineed to be acquinted with ELF FILE FORMAT. Regards M.Subhashini
2004-04-27 by Sten Larsson
If your assembler does not have NOP (the ARM architecture does not have it), use for instance: MOV R0, R0 /sten Nohau Corp ... From: Beeno Rabbit
2004-04-27 by Raymond Rogers
It depends on the compiler that you are using. The ARM ADS compiler accepts asm{ nop }; Raymond _____ From: Beeno Rabbit [mailto:beenorabbit@ultraline.com]
2004-04-27 by Robert Adsett
... Two questions: Which compiler? What do you mean by failed? Robert Freedom has no meaning of itself. There are always restrictions, be they legal,
2004-04-27 by Beeno Rabbit
Dear All, I am a new user of lpc2000 series. I don t know how to write NOP in the C code. I have tried _asm( NOP ) and #asm( nop ) but failed. Beeno
2004-04-27 by tengbat1980
Thanks,I would try it. best regards ... to ... the Keil ... interrupt ... which might ... control. ... ... ... found ... Is
2004-04-27 by Charles Manning
... Have a look at the BLINKEYIRQ.ZIP example in the download area of the Keil website. THis shows how you can write a C function with an interrupt attribute.
2004-04-27 by Charles Manning
... All the devices are built from a common set of peripherals and are therefore code compatable (except obviously CAN code won t run on a non-CAN device for
2004-04-27 by Sébastien MARION (UMM)
Messageyes, but is the code 100% compatible ? ... From: Hugh O Keeffe To: lpc2000@yahoogroups.com Sent: Tuesday, April 27, 2004 10:12 AM Subject: RE: [lpc2000]
2004-04-27 by Hugh O'Keeffe
Hi Sebastien, Yes. Note: I made a typo in my last mail, it should of course been LPC2294 (not LPC2224) Hugh @
2004-04-27 by tengbat1980
I use gnu c compiler.And can t return the interrupt.Have any way to solve it?thanks ... enable ... the ... in
2004-04-27 by Hugh O'Keeffe
Hi Sebastien, The differences are as follows: LCP2212 128K flash/no CAN LPC2224 256K flash/4 CAN See
2004-04-27 by Sébastien MARION (UMM)
Hi, I am newbies in arm programming, I just receive the ashling EVBA7 demoboard but in place of LPC2212, I have an LPC2294. What difference in register
2004-04-27 by embeddedjanitor
... This depends on how you have written your interrupt handler. Is it in C or assembler? gcc or ADS or what compiler? ....
2004-04-27 by tengbat1980
thanks and i have use some fuction to solve this proglem and enable the switch2 interrupt. VICIntSelect=0x00008000; VICIntEnable=0x00008000;
2004-04-26 by embeddedjanitor
... Switch 2 is connected to P0.14, but you need to have the jumper J7 in place for it to work. Then, how do you want to access it? If you want to use it as a
2004-04-26 by Michael Pont
Dear tengbat , I don t have a board or documents in front of me, and can t give you a precise answer, but this - from memory - may help. One of the jumpers
2004-04-26 by tengbat1980
When I use the MCB2100,i found i cant make the Switch 2 working. I couldn t find the memory address,and When I pressed Switch 2, any change have not be found
2004-04-26 by Mike CCC
... ??: Invector Embedded Technologies ????: lpc2000@yahoogroups.com ??????????: 24 ?????? 2004 ?. 21:12 ????: RE: [lpc2000] Re: ETM on the LPC2114 Excellent,