1
NXPTM LPC2XXX and LPC17XX / Re: Where is the SPI clock speed defined at ?
« on: March 23, 2010, 02:09:55 PM »
I missed that line, changed it and it recognized the SPI. Thanks.
Nov 2020: uTasker i.MX RT V1.4.12 is productive - with complete secure loading concept.
Follow uTasker updates at www.twitter.com/uTasker !!
Online Forum registration has now been disabled. Please send an email to an address at the bottom of the home page with your preferred user name and email address if you would like an account.
Return to uTasker main site: www.utasker.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
#define SPI_FILE_SYSTEM // we have an external file system via SPI interface
// #define FLASH_FILE_SYSTEM // we have an internal file system in FLASH
//#define NVRAM // we have an external file system in non-volatile RAM
#define INTERNAL_USER_FILES // allow user to specify program file content
#define EMBEDDED_USER_FILES // use together with INTERNAL_USER_FILES to allow sending an embedded user file to the uFileSystem
#endif