Lines Matching refs:to
10 Using external memory for secondary slot allows to nearly double the size of Boot Image.
21 This corresponds to PSoC6's SMIF (Serial Memory InterFace) IP block mapping.
22 * The slot size for upgrade slot is even (or smaller) to erase size (0x40000) of given memory modul…
53 …ry, secondary slot and bootloader app sizes are appropriate and correspond to flash area size defi…
55 **Note 2**: make sure secondary slot start address is aligned (or smaller) to erase size (0x40000 -…
57 MCUBootApp's `main.c` contains the call to Init-SFDP API which performs required GPIO configuration…
59 After that MCUBootApp is ready to accept upgrade image from external memory module.
63 **How to enable external memory support:**
65 1. Pass `USE_EXTERNAL_FLASH=1` flag to `make` command when building MCUBootApp.
66 2. Navigate to `cy_flash_map.c` and check if secondary slot start address and size meet the applica…
72 **How to build upgrade image for external memory:**
80 **Programming to external memory**
82 The MCUBootApp programming can be done similarly to described in `Readme.md`:
94 This is done to force CY8PROTO-062-4343W DAP Link firmware to program external memory with hardcode…
96 1. Press SW3 Mode button on a board to switch the board into DAP Link mode.
97 2. Once DAP Link removable disk appeared drop (copy) the upgrade image HEX file to it.
98 This will invoke firmware to program external memory.
100 **Note 3:** the programming of external memory is limited to S25FL512S p/n only at this moment.