Lines Matching +full:- +full:- +full:user

7 The demonstration device is CY8CPROTO-062-4343W board which is PSoC6 device with 2M of Flash availa…
8 The memory module present on board is S25FL512SAGMFI010 512-Mbit external Quad SPI NOR Flash.
14 The design is based on using SFDP command's auto-discovery functionality of memory module IC and Cy…
16 It is assumed that user's design meets following:
17 * The memory-module used is SFDP-compliant;
27 Single-image mode.
29 `[0x10000000, 0x10018000]` - MCUBootApp (bootloader) area;
31 `[0x10018000, 0x10028000]` - primary slot for BlinkyApp;
33 `[0x18000000, 0x18010000]` - secondary slot for BlinkyApp;
35 `[0x10038000, 0x10039000]` - scratch area (not used);
37 Multi(dual)-image mode.
39 `[0x10000000, 0x10018000]` - MCUBootApp (bootloader) area;
41 `[0x10018000, 0x10028000]` - primary1 slot for BlinkyApp;
43 `[0x18000000, 0x18010000]` - secondary1 slot for BlinkyApp;
45 `[0x10038000, 0x10048000]` - primary2 slot for user app ;
47 `[0x18040000, 0x18050000]` - secondary2 slot for user app;
49 `[0x10058000, 0x10059000]` - scratch area (not used);
51 Size of slots `0x10000` - 64kB
55 **Note 2**: make sure secondary slot start address is aligned (or smaller) to erase size (0x40000 -
57 …ns the call to Init-SFDP API which performs required GPIO configurations, SMIF IP block configurat…
86 ${OPENOCD}/bin/openocd -s ${OPENOCD}/scripts \
87 -f ${OPENOCD}/scripts/interface/kitprog3.cfg \
88 -f ${OPENOCD}/scripts/target/psoc6_2m.cfg \
89 -c "init; psoc6 sflash_restrictions 1" \
90 -c "init; reset init; program PATH_TO_APPLICATION.hex" \
91 -c "resume; reset; exit"
93 There is a NULL-pointer placed for SMIF configuration pointer in TOC2 (Table Of Contents, `cy_seria…
94 This is done to force CY8PROTO-062-4343W DAP Link firmware to program external memory with hardcode…