Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | PCMCIA interface with LPC2214

There are 8 messages in this thread.

You are currently looking at messages 0 to 8.

PCMCIA interface with LPC2214 - bhimanipankaj - 10:42 17-10-05

Dear Friends...

For my project I am working with philips ARM7 based LPC2214
microcontroller and now I have to interface PCMCIA GSM modem with the
circuit. I need to transmit some data by this modem because of its low
cost and I need to go for near about 20,000 boards so interfacing PCMCIA
is very benificial cost wise.

The problem I am facing I don't know how to interface this modem with
LPC2214 microcontroller so any body can guide this newbie and atleast save
my job ;)

Pankaj


		
This message was sent using the comp.arch.embedded web interface on
www.EmbeddedRelated.com



Re: PCMCIA interface with LPC2214 - 11:12 17-10-05

You need a local bus to pcmcia bridge device.  PCMCIA is similar to
pci, but not sure if off the shelf pci bridge devices or pci functions
for FPGAs can be made to handle it.

If you can find a verison of the modem in a compact flash form factor,
that would be easier to talk to.


Re: PCMCIA interface with LPC2214 - larwe - 11:37 17-10-05


> You need a local bus to pcmcia bridge device.  PCMCIA is similar to
> pci, but not sure if off the shelf pci bridge devices or pci functions

_CARDBUS_ is similar to PCI. PCMCIA 2.0 is more like ISA. CompactFlash
implements a _PCMCIA_ interface, pretty much.

This type of card is quite likely to be PCMCIA, not CardBus, and hence
the interfacing requirements are not too onerous.


Re: PCMCIA interface with LPC2214 - koko - 22:20 17-10-05

On Mon, 17 Oct 2005 17:12:13 +0200, <c...@hotmail.com> wrote:

> You need a local bus to pcmcia bridge device.  PCMCIA is similar to
> pci

cardbus

bhimanipankaj have you got any documentation regarding this gsm modem ?  
windows drivers ? Its propably just serial port. You will have to memory  
map it.

-- 
I really have no idea what this means. And since I can't install linux on  
it, I'm gonna go back to surfing pr0n.
the penguins are psychotic / just smile and wave

Re: PCMCIA interface with LPC2214 - bhimanipankaj - 06:31 27-10-05

Thanks very much guys for the support and guidance 

I know all about serial port and serial modem transmission, so is it like
I have to just memory map it and start sending data with AT commands???

As I am using LPC2214 with 144 pins I have enough memory and data bus so
any design guidance with this or any reference to the material can help.

Always being thankful to you,
Pankaj
>On Mon, 17 Oct 2005 17:12:13 +0200, <c...@hotmail.com> wrote:
>
>> You need a local bus to pcmcia bridge device.  PCMCIA is similar to
>> pci
>
>cardbus
>
>bhimanipankaj have you got any documentation regarding this gsm modem ? 

>windows drivers ? Its propably just serial port. You will have to memory 

>map it.
>
>-- 
>I really have no idea what this means. And since I can't install linux on
 
>it, I'm gonna go back to surfing pr0n.
>the penguins are psychotic / just smile and wave
>


		
This message was sent using the comp.arch.embedded web interface on
www.EmbeddedRelated.com

Re: PCMCIA interface with LPC2214 - Remis Norvilis - 19:47 31-10-05

And then bhimanipankaj wrote:

> Dear Friends...
> 
> For my project I am working with philips ARM7 based LPC2214
> microcontroller and now I have to interface PCMCIA GSM modem with the
> circuit. I need to transmit some data by this modem because of its low
> cost and I need to go for near about 20,000 boards so interfacing PCMCIA
> is very benificial cost wise.
> 
> The problem I am facing I don't know how to interface this modem with
> LPC2214 microcontroller so any body can guide this newbie and atleast save
> my job ;)
> 
> Pankaj
> 
> 
> 
> This message was sent using the comp.arch.embedded web interface on
> www.EmbeddedRelated.com

You should start with acquiring PCMCIA specs, then comparing signals and
timing diagrams with LPC2214.  LPC2214 external bus interface is
configurable, you might need to add some glue logic in discrete gates or
using small CPLD.
Remis

Re: PCMCIA interface with LPC2214 - 19:51 31-10-05

> > For my project I am working with philips ARM7 based LPC2214
> > microcontroller and now I have to interface PCMCIA GSM modem with the
> > circuit. I need to transmit some data by this modem because of its low
> > cost and I need to go for near about 20,000 boards so interfacing PCMCIA
> > is very benificial cost wise.

Wouldn't it be easier to use one of the small, embedded phone modules
(such as the G20 by Motorola) that requires only a serial port
connection and a digital audiot interface?  I've worked with these
before, and they are pretty easy to make work.  Siemens also makes
modules similar in form and function.

Standard disclaimer: I work for Motorola, but have nothing to do with
the group that manufacturers/sells/supports these modules.  I have
simply used them in research projects.

John O.


Re: PCMCIA interface with LPC2214 - 02:42 19-11-05

Dear John

as you suggested to use G20 module and as u have worked with that can u
guide me more on this.....

As I am new to ARM world but good with serial communication and
itnerfaces so if this module directly can be connected to serial port
that will be best....

Just guide me more about this....................what is the cost of
this module if i ll go for more then 2000 pc.

Thanks

j...@gmail.com wrote:
> > > For my project I am working with philips ARM7 based LPC2214
> > > microcontroller and now I have to interface PCMCIA GSM modem with the
> > > circuit. I need to transmit some data by this modem because of its low
> > > cost and I need to go for near about 20,000 boards so interfacing PCMCIA
> > > is very benificial cost wise.
>
> Wouldn't it be easier to use one of the small, embedded phone modules
> (such as the G20 by Motorola) that requires only a serial port
> connection and a digital audiot interface?  I've worked with these
> before, and they are pretty easy to make work.  Siemens also makes
> modules similar in form and function.
>
> Standard disclaimer: I work for Motorola, but have nothing to do with
> the group that manufacturers/sells/supports these modules.  I have
> simply used them in research projects.
> 
> John O.