I was able to down load, compilem and install openocd supporting RP2350.
Here are the steps.
First you need the cmsis-dap driver.
I had to modify the file config.ac and comment line 23/Then openocdTo run openocd for RP2350 you need to:
Here are the steps.
First you need the cmsis-dap driver.
I had to modify the file config.ac and comment line 23/
Code:
#AC_CONFIG_MACRO_DIR([m4])
Code:
git clone https://github.com/signal11/hidapi.gitcd hidapi./bootstrap./configuremake -j4sudo make install
Code:
git clone https://github.com/raspberrypi/openocd.gitcd openocd./bootstrap./configuremake -j4sudo make install
Code:
openocd -f interface/cmsis-dap.cfg -f target/rp2350.cfg -c "adapter speed 5000"
Statistics: Posted by cpottle9 — Sat Jan 11, 2025 10:46 pm