|
| 1 | +/* Flash algorithm for LPC18xx/43xx IAP 512kB Flash Bank A/B |
| 2 | + * |
| 3 | + * DAPLink Interface Firmware |
| 4 | + * Copyright (c) 2009-2022 Arm Limited, All Rights Reserved |
| 5 | + * SPDX-License-Identifier: Apache-2.0 |
| 6 | + * |
| 7 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | + * you may not use this file except in compliance with the License. |
| 9 | + * You may obtain a copy of the License at |
| 10 | + * |
| 11 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | + * |
| 13 | + * Unless required by applicable law or agreed to in writing, software |
| 14 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | + * See the License for the specific language governing permissions and |
| 17 | + * limitations under the License. |
| 18 | + */ |
| 19 | + |
| 20 | +// Generated from 'LPC18xx43xx_512_BA.FLM' (LPC18xx/43xx IAP 512kB Flash Bank A) |
| 21 | +// and 'LPC18xx43xx_512_BB.FLM' (LPC18xx/43xx IAP 512kB Flash Bank B) |
| 22 | +// Originating from 'Keil.LPC4300_DFP.2.9.0.pack' |
| 23 | +// digest = 61c40f68a6d637e3be566d503ac3f8dba13b6f39c7caae1a268f8945e468bd3f, file size = 12560 |
| 24 | +// algo version = 0x101, algo size = 452 (0x1c4) |
| 25 | +static const uint32_t LPC18xx43xx_512_flash_prog_blob[] = { |
| 26 | + 0xe7fdbe00, |
| 27 | + 0x0e400300, 0xd3012807, 0x1dc008c0, 0xb5704770, 0x220d4956, 0x06524449, 0x42906048, 0x2001d001, |
| 28 | + 0x2000e000, 0x4a536088, 0x62d04851, 0x4c534852, 0x444c6008, 0x4e522031, 0x46216020, 0x68323118, |
| 29 | + 0x4620460d, 0x20004790, 0x203661a0, 0x68326020, 0x46204629, 0x69a04790, 0xd0002800, 0xbd702001, |
| 30 | + 0x47702000, 0x4c45b5f8, 0x444c2032, 0x270e2600, 0x4d3ec4c1, 0x444d4621, 0x602068a8, 0x310c4840, |
| 31 | + 0x483e6802, 0x44483c0c, 0x47909100, 0x280069a0, 0x2034d10f, 0x6828c4c1, 0x68a86020, 0x48386060, |
| 32 | + 0x68023c0c, 0x99004835, 0x47904448, 0x280069a0, 0x2001d000, 0xb5f8bdf8, 0xffa2f7ff, 0x46044d2f, |
| 33 | + 0x444d2032, 0x4e29c511, 0x444e602c, 0x606868b0, 0x46294f2b, 0x48293110, 0x4448683a, 0x91003d08, |
| 34 | + 0x69a84790, 0xd10f2800, 0xc5112034, 0x6830602c, 0x68b06068, 0x482160a8, 0x4448683a, 0x99003d08, |
| 35 | + 0x69a84790, 0xd0002800, 0xbdf82001, 0xb082b5f7, 0xf7ff4607, 0x4c19ff75, 0x444c2132, 0x60216060, |
| 36 | + 0x60a04d12, 0x68a8444d, 0x60e04e15, 0x31184621, 0x46206832, 0x47909100, 0x280069a0, 0x2033d113, |
| 37 | + 0x9804c481, 0x20016020, 0x60600280, 0x60a06828, 0x60e068a8, 0x68324809, 0x3c084448, 0x47909900, |
| 38 | + 0x280069a0, 0x2001d000, 0xbdf0b005, 0x00000004, 0x01000800, 0x40050040, 0x00002ee0, 0x00000010, |
| 39 | + 0x10400100, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, |
| 40 | + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 |
| 41 | +}; |
| 42 | + |
| 43 | +// Start address of flash |
| 44 | +static const uint32_t flash_start = 0x1a000000; |
| 45 | +// Size of flash |
| 46 | +static const uint32_t flash_size = 0x00080000; |
| 47 | + |
| 48 | +/** |
| 49 | +* List of start and size for each size of flash sector - even indexes are start, odd are size |
| 50 | +* The size will apply to all sectors between the listed address and the next address |
| 51 | +* in the list. |
| 52 | +* The last pair in the list will have sectors starting at that address and ending |
| 53 | +* at address flash_start + flash_size. |
| 54 | +*/ |
| 55 | +static const sector_info_t sectors_info[] = { |
| 56 | + {0x1a000000, 0x00002000}, |
| 57 | + {0x1a010000, 0x00010000}, |
| 58 | + {0x1b000000, 0x00002000}, |
| 59 | + {0x1b010000, 0x00010000}, |
| 60 | +}; |
| 61 | + |
| 62 | +static const program_target_t flash = { |
| 63 | + 0x20000013, // Init |
| 64 | + 0x20000065, // UnInit |
| 65 | + 0x20000069, // EraseChip |
| 66 | + 0x200000bb, // EraseSector |
| 67 | + 0x20000111, // ProgramPage |
| 68 | + 0x00000000, // Verify |
| 69 | + |
| 70 | + // BKPT : start of blob + 1 |
| 71 | + // RSB : blob start + header + rw data offset |
| 72 | + // RSP : stack pointer |
| 73 | + { |
| 74 | + 0x20000001, |
| 75 | + 0x20000188, |
| 76 | + 0x20000c00 |
| 77 | + }, |
| 78 | + |
| 79 | + // mem buffer location |
| 80 | + 0x20000c00, |
| 81 | + // location to write prog_blob in target RAM |
| 82 | + 0x20000000, |
| 83 | + // prog_blob size |
| 84 | + sizeof(LPC18xx43xx_512_flash_prog_blob), |
| 85 | + // address of prog_blob |
| 86 | + LPC18xx43xx_512_flash_prog_blob, |
| 87 | + // ram_to_flash_bytes_to_be_written |
| 88 | + 0x00000400 |
| 89 | +}; |
0 commit comments