Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Simple pc card interface for wlan cards?

Status
Not open for further replies.

davorin

Advanced Member level 3
Advanced Member level 3
Joined
Jun 7, 2003
Messages
901
Helped
11
Reputation
22
Reaction score
4
Trophy points
1,298
Location
Switzerland
Activity points
7,349
Good afternoon (o;

Has someone done before a simple pcmcia controller for ethernet/wlan cards for embedded systems?

As I read somewhere I can just wire thrrough address/data bus and only have to generate control signals for it?

Though this probably won't work for 32-bit pcmcia wlan cards...hope they are still many 16-bit pcmcia cards out there (o;
 

Looks like a neat idea. As far as I know, The PCMCIA interface is like an IDE interface which has a data bus, address bus and control lines. But that is as far as it goes for hardware. Even if you do get to connect the WLAN PCMCIA card to your controller board, you still need to have the software driver to get the card going. I dont think any manufacturer gives you those details for writing a driver for your own controller.
 

The system is running uClinux...so there are already drivers for ethernet/wlan cards...
 

What you need is a pcmcia host controller. Bascially it needs to map the system memory into attribute/IO/memory space. As for 16bit wlan card, it seems most of them in the market has no support for DMA. So you can simplify the design by ignoring the DMA part.

In linux, pcmcia is a layed model. The driver for wlan card is only for driving the wlan card. Before it works your PCMCIA system must work first. The pcmcia module itself consists of 3 modules. They are pcmcia.o, ds.o, and your pcmcia controller driver. The first two are hardware independent. The third one will deal with your designed controller.

regards
 

:!:

I'm trying to connect a wireless Compact Flash into a linux system with a Nios. I use a Cyclone.

Perhaps we can help us mutually.
 

What a coincidence...

Was just looking at NIOS stuff lately and try to do some other stuff with Altera CPLD/FPGA's...like for exampl the simple PCMCIA interface and FPGA logic analyzer for old compact mac's (o;
 

to davorin: could you tell me where can i get the pcmcia driver for wlan which run on the uclinux ?
 

It's built in into (uC)linux....just have to enable it...and tell him what socket driver to use...

Probably you have to do your own socket driver if it is not included there...see linux-2.4.x/drivers/pcmcia.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top