Author Topic: Is there a list of all external SPI devices supported  (Read 8474 times)

Offline seulater

  • Newbie
  • *
  • Posts: 38
    • View Profile
Is there a list of all external SPI devices supported
« on: March 21, 2010, 12:09:41 AM »
Just looking for a list of all SPI devices supported.

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Re: Is there a list of all external SPI devices supported
« Reply #1 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

Offline seulater

  • Newbie
  • *
  • Posts: 38
    • View Profile
Re: Is there a list of all external SPI devices supported
« Reply #2 on: March 21, 2010, 02:41:25 AM »
Thanks for your time.
when might we expect the SST flavors added for the LPC17xx project ?