Unable to run custom rp2350 board

Hi Max,

Thank you for the reply.

It doesn’t run when the psram is removed.

I havn’t been able to test using a debugger yet. I’m having problems trying to get my pico to act as one.

I have my current board.json below. I copied it from the rppico2w board.json but changed the ram size and name. Is there something else I need to change?

Thanks again for your help.

{
    "build": {
        "arduino": {
            "earlephilhower": {
                "boot2_source": "none.S",
                "usb_vid": "0x2E8A",
                "usb_pid": "0xF00F"
            }
        },
        "core": "earlephilhower",
        "cpu": "cortex-m33",
        "extra_flags": "-DARDUINO_RASPBERRY_PI_PICO_2W -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250  -DPICO_CYW43_SUPPORTED=1 -DCYW43_PIN_WL_DYNAMIC=1",
        "f_cpu": "150000000L",
        "hwids": [
            [
                "0x2E8A",
                "0x00C0"
            ],
            [
                "0x2E8A",
                "0xF00F"
            ]
        ],
        "mcu": "rp2350",
        "variant": "customboard"
    },
    "debug": {
        "jlink_device": "RP2350_M33_0",
        "openocd_target": "rp2350.cfg",
        "svd_path": "rp2350.svd"
    },
    "frameworks": [
        "arduino",
        "picosdk"
    ],
    "name": "customboard",
    "upload": {
        "maximum_ram_size": 524288,
        "maximum_size": 16777216,
        "require_upload_port": true,
        "native_usb": true,
        "use_1200bps_touch": true,
        "wait_for_upload_port": false,
        "protocol": "picotool",
        "protocols": [
            "blackmagic",
            "cmsis-dap",
            "jlink",
            "raspberrypi-swd",
            "picotool",
            "picoprobe"
        ]
    },
    "url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
    "vendor": "Raspberry Pi"
}