How can I send 16bit data to PCMCIA on PXA255??

From: Marty (mail2riro_at_yahoo.co.kr)
Date: 07/26/03


Date: 25 Jul 2003 18:21:03 -0700

Hi.

I'm writing some code to send data to PCMCIA socket.
The CPU we're using is Intel PXA255.
I want to send "only 16 bits" to socket, but It sends low 16 bits and
high 16 bits.
I mean if I write 0x0055 to PCMCIA area, It sends 0x0055 and 0x0000.
It causes some mal-function to my test device.

I wonder if there are any configurations on PXA255 to set to
communicate only 16 bits by PCMCIA socket.

Give me a help, please.

Thanks.