Hi everyone. I am using STM32 boards and I am able to flash using stlink with west commandline and openocd. I want to use the Zephyr tools but it seems to only use nrfjprog. How do I tell zephyr tools to use stlink instead?

Hi everyone, looks like I have succesfully flashed the board by changing line 1077 in file extension.js
with the function flash to the following:
let cmd = west flash -r openocd;
I think a way to switch this command between platforms would be fantastic

Terms and Conditions | Privacy Policy