µTasker Forum

µTasker Forum => NXPTM M522XX, KINETIS and i.MX RT => Topic started by: neil on December 22, 2010, 03:16:24 PM

Title: disabling flash memory
Post by: neil 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
Title: Re: disabling flash memory
Post by: mark 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