LPCScrypt and LPC1820 with W25Q40CL spifi

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPCScrypt and LPC1820 with W25Q40CL spifi

295 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by fancypants on Fri Mar 06 00:24:48 MST 2015
I'm working on a project that has an LPC1820 and W25Q40CL spi flash. LPC1820 is hard-wired to either boot from spifi or usb0. The W25Q40CL is programmed with test code - blinking leds, etc. I've successfully programmed the W25Q40CL through the debugger (JTAGjet :^( ). When I power the unit on and boot from spifi, the leds dance and do their thing as expected. I then turn off power, hold a button, and boot from usb0. I run boot_lpcscrypt and it finds the dfu device and downloads LPCScrypt_55.bin.hdr to the LPC1820. I then run "lpcscrypt targetInfo" and I get "LPC1820: - No Internal Flash PartID:0xf00adb3c 0x0 Clock: 180000000Hz". Seems good. I then run "lpcscrypt queryspifi" and it says "No SPIFI". Any attempt to program the spifi returns a similar message.

Am I doing something wrong?
Labels (1)
0 Kudos
2 Replies

244 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by fancypants on Fri Mar 06 18:54:46 MST 2015
Thanks. We replaced the W25Q40CL with a W25Q80BV and it works. We'd like to continue to use LPCScrypt but we'd also like to use the smaller W25Q40CL in the future too.

Any chance the LPCScrypt and/or bin.hdr source will be made available?
0 Kudos

244 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Fri Mar 06 01:37:34 MST 2015
Unfortunately, your part is not yet supported in LPCScrypt.

The parts supported in v1.2 are
- MX25L1635E
- MX25L3235E
- MX25L6435E
- MX25L8035E
- S25FL016K
- S25FL032P
- S25FL064P
- S25FL129P 64kSec
- S25FL129P 256kSec
- S25FL164K
- S25FL256S 64kSec
- S25FL256S 256kSec
- S25FL512S
- W25Q32FV
- W25Q64FV
- W25Q80BV

LPCScrypt is a new product that is based on the new spifilib library (http://www.lpcware.com/SPIFI) and we are looking to include support for additional parts to library in the near future.
0 Kudos