;-------------------------------------------------------------------------- ; ; ; PEEDI sample target configuration file ; ; Ronetix GmbH ; ; Supported devices : Raspberry Pi RP2040 ; Cortex-M0+, SWD Multi-Drop ; ; Revision : 1.0 ; ; Date : August 4, 2022 ; ; The file is delivered "AS IS" without warranty or condition of any ; kind, either express, implied or statutory. This includes without ; limitation any warranty or condition with respect to merchantability or ; fitness for any particular purpose, or against the infringements of ; intellectual property rights of others. ; ;-------------------------------------------------------------------------- ;-------------------------------------------------------------------------- ; The following section contains licenses that are required for PEEDI to ; operate. These licenses must be filled before using this file. ; The [LICENSE] section may contain license keys for one or more PEEDIs. ; ; Example: ; [LICENSE] ; KEY = UPDATE_24MAY2010, 1111-1111-1111-1 ; KEY = XXXXX, 2222-2222-2222-2 ; ; The [LICENSE] section may point to an external file which contains ; license keys for one or more PEEDIs. The external file must include ; the text [LICENSE] followed by all keys. ; ; Example: ; [LICENSE] ; FILE = tftp://192.168.3.1/license.txt ; or ; FILE=eep:license.txt ; or ; FILE = ftp://user:password@192.168.3.1/license.txt ; ; ; PEEDI is shipped with license keys stored in "eep:license.txt" and ; printed on a label on the bottom side of PEEDI. ; [LICENSE] FILE=eep:license.txt ;-------------------------------------------------------------------------- [DEBUGGER] PROTOCOL = gdb_remote ; debug protocol REMOTE_PORT = 2000 ; TCP/IP port FLASH = RP2040_FLASH ; flash section to be used when programming via gdb [TARGET] PLATFORM = Cortex-M_SWD [PLATFORM_Cortex-M_SWD] SWD_CLOCK = 4000 ; SWD Clock in [kHz] SWD_CHAIN = 0, 1 ; chan with instance IDs RESET_TIME = 20 ; length of RESET pulse in ms; 0 means no RESET CORE0 = Cortex-M, 0 CORE0_DPID = 0x01002927 ; CPU TAP ID CORE0_STARTUP_MODE = RESET ; stop the core immediately after reset CORE0_ENDIAN = LITTLE ; core is little endian CORE0_BREAKMODE = SOFT ; breakpoint mode CORE0_INIT = INIT_RP2040 CORE0_FLASH0 = RP2040_FLASH CORE0_WORKSPACE = 0x20000000, 0x8000 ; workspace for agent programming CORE0_PATH = "tftp://192.168.3.60" ; default path CORE1 = Cortex-M, 1 CORE1_DPID = 0x01002927 CORE1_STARTUP_MODE = RUN CORE1_ENDIAN = LITTLE CORE1_BREAKMODE = SOFT CORE1_WORKSPACE = 0x20000000, 0x2000 CORE1_PATH = "tftp://192.168.3.60" [INIT_RP2040] set lr 0x20000100 ; point to valid memory to avoid problems with Eclipse [RP2040_FLASH] CHIP = SPI25_FLASH CPU = RP2 BASE_ADDR = 0x10000000 FILE = "test1m.bin" 0x10800000 ; file to program [TELNET] PROMPT = "rp2040> " ; telnet prompt