Skip to content

always return a swdStatusFailure on swdInit #5

@hpo14

Description

@hpo14

I am trying to make a dump from a new stm32f030c6t6 chip with pico under windows
and as the title, i got swdStatusFailure(0xE0u or 224 in deciaml) on the very first step (swdInit) of extractFlashData.
and im sure my wire connection are all good.

❯ python .\dump.py --port COM8 fw.bin
Reading from COM8 to file fw.bin
Received ready. Starting dump
Received Starting
Received Error reading: 224
Received DONE

Get the same error code with below test.

  1. adjust DELAY_JITTER_MS_MIN with different value. (0u, 5u,10u, 20u, 50u)
  2. without any connection to target ic.

anything else i can check ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions