µTasker Forum

µTasker Forum => µTasker general => Topic started by: seulater on March 21, 2010, 12:09:41 AM

Title: Is there a list of all external SPI devices supported
Post by: seulater on March 21, 2010, 12:09:41 AM
Just looking for a list of all SPI devices supported.
Title: Re: Is there a list of all external SPI devices supported
Post by: mark on March 21, 2010, 12:43:15 AM
Hi

Most projects support the following:

ATMEL AT45DBXXX

  //#define SPI_FLASH_AT45DB011     
  //#define SPI_FLASH_AT45DB021
  //#define SPI_FLASH_AT45DB041
  //#define SPI_FLASH_AT45DB081
  //#define SPI_FLASH_AT45DB161
  //#define SPI_FLASH_AT45DB321
  //#define SPI_FLASH_AT45DB642
    #define SPI_FLASH_AT45XXXXD_TYPE

SST

  //#define SPI_FLASH_SST25VF010A
  //#define SPI_FLASH_SST25LF020A
  //#define SPI_FLASH_SST25LF040A
  //#define SPI_FLASH_SST25VF040B                                             
  //#define SPI_FLASH_SST25VF080B                                               
  //#define SPI_FLASH_SST25VF016B                                               
    #define SPI_FLASH_SST25VF032B

ST

  //#define SPI_FLASH_STM25P05
  //#define SPI_FLASH_STM25P10
  //#define SPI_FLASH_STM25P20
  //#define SPI_FLASH_STM25P40
  //#define SPI_FLASH_STM25P80                                               
  //#define SPI_FLASH_STM25P16                                               
  //#define SPI_FLASH_STM25P32                                               
  //#define SPI_FLASH_STM25P64
  //#define SPI_FLASH_STM25P128



Check app_hw_XXXX.h for the list of parts which can be selected.

Regards

Mark
Title: Re: Is there a list of all external SPI devices supported
Post by: seulater on March 21, 2010, 02:41:25 AM
Thanks for your time.
when might we expect the SST flavors added for the LPC17xx project ?