Author Topic: disabling flash memory  (Read 6636 times)

Offline neil

  • Sr. Member
  • ****
  • Posts: 438
    • View Profile
disabling flash memory
« on: December 22, 2010, 03:16:24 PM »
Hi Mark,
  I am planning to use the 52233 in a project with an SD card, and no external flash memory (ATMEL part). Do I simply comment out  #define SPI_DATA_FLASH   or is there anything else needed?

Thanks
Neil

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3237
    • View Profile
    • uTasker
Re: disabling flash memory
« Reply #1 on: December 22, 2010, 04:04:44 PM »
Hi Neil

To remove all external SPI FLASH support you need to remove SPI_FILE_SYSTEM in config.h.

SPI_DATA_FLASH is used to ditinguish between program and data FLASH types when ST FLASH types are used.

Regards

Mark