I have an application that is utilizing P0.21 as gpio. However, if I use the command "west flash", I P0.21 get configured as a pin reset.
Is it possible to disable this so west doesn't doesn't configure the system for a reset pin?
I have an application that is utilizing P0.21 as gpio. However, if I use the command "west flash", I P0.21 get configured as a pin reset.
Is it possible to disable this so west doesn't doesn't configure the system for a reset pin?
Answering my own question. I found the documentation for choosing a flash runner. I also found I was able to list the available flash runners and options using the command west flash -H.
The command to flash without a pin reset is
west flash --softreset
Answering my own question. I found the documentation for choosing a flash runner. I also found I was able to list the available flash runners and options using the command west flash -H.
The command to flash without a pin reset is
west flash --softreset