Hi William, William Wagner wrote:
> I have a board with Atmel AT26 SPI flash chip on and am looking to write > a driver. Before I begin I thought I would check if anyone has already > done this. I see there is a driver for AT45 (dataflash) but > unfortunately the parts are not compatible and I'm not sure it's a great > starting point as they are quite different. I'm not familiar with the AT26 series, but when I was writing the M25Pxx driver I did notice that the M25 and AT25 parts shared the same underlying protocol. However, I didn't add any AT25 parts to the supported component list since I didn't have any to test the driver against. If the AT26 shares the same protocol as the AT25/M25P parts, you may be able to use the existing M25Pxx driver by just adding a suitable device definition. Chris. -- Christopher J. Holgate Thinking Of The Future @ Zynaptic Limited (www.zynaptic.com) -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss