High all,
i'm trying to create a kernel driver for fpga access connected to GPMC. I work with openembedded and gumstix board and the fpga ist connected to cs1. I use the driver functions supplied with the kernel to configure the gpmc. I configure for 16bit devicesize, devicetype nor. Additionally i exported kernel function for timing settings and set new timings. When i try to write 1 32bit word with iowrite32(..) i would expect 2 accesses with 16bit width, but on logic analyzer i see 4 byte accesses. Adress/Data multiplexing and timing settings works like expected. Does anyone have an idea what mistake i have done or what goes wrong here?
Thank you very much
Peter