This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: AT91 SPI driver and SPI modes


Hi Daniel,

We have noticed the same. I have a patch for a fix that I mean to submit. (Actually I have quite a lot of AT91 patches, just not found any time to check them and submit them).

Regards
Will

On 11/01/2011 20:54, Daniel Helgason wrote:
Hello,

I noticed in spi_at91.c line 540 that the SPI clock phase is apparently
set incorrectly. The bit in the SPI_CSR0 register is called NCPHA and is
inverted from what you would expect. The "N" indicates negative logic, I
think. The datasheet for at91sam9g20 bears this out.

The result is that when using the CYG_SPI_DEVICE_ON_BUS(n) macro,
the .cl_pol and .cl_pha members do not select the correct SPI mode. I
noticed this when using SPI flash on one of our boards.

Have other developers using AT91 devices noticed this? Maybe people just
tried various combination of clock polarity and phase until things
worked?

Thanks!


-- ------------------------------------------------------------------------ Will Wagner will_wagner@carallon.com Development Manager Office Tel: +44 (0)20 7371 2032 Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA ------------------------------------------------------------------------



--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]