![](/media/cache/group/logo.png.50x50_q85.jpg)
A board support package for the LPC4088 Display Module.
Dependencies: DM_HttpServer DM_USBHost
Dependents: lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more
Fork of DMSupport by
Diff: Memory/SPIFI.h
- Revision:
- 19:2efb6f5f69a4
- Parent:
- 9:a33326afd686
- Child:
- 22:1a58a518435c
--- a/Memory/SPIFI.h Wed Jan 07 13:16:17 2015 +0000 +++ b/Memory/SPIFI.h Fri Jan 09 11:42:06 2015 +0100 @@ -85,7 +85,8 @@ enum Device { Spansion_S25FL032, /* Manufacturer: 0x01, devType: 0x02, devID: 0x15 */ Winbond_W25Q64FV, /* Manufacturer: 0xEF, devType: 0x40, devID: 0x17 */ - Macronix_MX25L6435EM2I, /* Manufacturer: 0xC2, devType: 0x20, devID: 0x17 */ + Macronix_MX25L6435E, /* Manufacturer: 0xC2, devType: 0x20, devID: 0x17 */ + Macronix_MX25L12835F, /* Manufacturer: 0xC2, devType: 0x20, devID: 0x18 */ UnknownDevice };