Skip to content

Commit

Permalink
change max32666 probe to jlink, max32625pico is not reliable enough
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Aug 22, 2024
1 parent 9438c6d commit 96a9e32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
1 change: 0 additions & 1 deletion hw/bsp/max32690/family.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,5 @@ function(family_configure_example TARGET RTOS)

# Flashing
family_flash_jlink(${TARGET})
family_flash_msdk(${TARGET})
family_flash_openocd_adi(${TARGET})
endfunction()
13 changes: 10 additions & 3 deletions test/hil/rpi.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
{
"name": "max32666fthr",
"uid": "0C81464124010B20FF0A08CC2C",
"flasher": "openocd_adi",
"flasher_sn": "042217023bffc88100000000000000000000000097969906",
"flasher_args": "-f interface/cmsis-dap.cfg -f target/max32665.cfg"
"flasher": "jlink",
"flasher_sn": "000801011822",
"flasher_args": "-device max32666"
},
{
"name": "lpcxpresso11u37",
Expand Down Expand Up @@ -83,6 +83,13 @@
"flasher": "esptool",
"flasher_sn": "3ea619acd1cdeb11a0a0b806e93fd3f1",
"flasher_args": "-b 921600"
},
{
"name": "max32666fthr",
"uid": "0C81464124010B20FF0A08CC2C",
"flasher": "openocd_adi",
"flasher_sn": "042217023bffc88100000000000000000000000097969906",
"flasher_args": "-f interface/cmsis-dap.cfg -f target/max32665.cfg"
}
]
}

0 comments on commit 96a9e32

Please sign in to comment.