Closed thedjnK closed 3 years ago
It seems like the 'smv_clock' value is whatever is set in the default configuration, changing it on the command like using pyocd ... -O smv_clock=2000000 does not work and the default value (1Mhz) is ued.
pyocd ... -O smv_clock=2000000
Do you mean swv_clock? ("w" instead of "m")
swv_clock
That would be the issue, been making the same typo for quite some time it seems... Works when the correct option name is used!
It seems like the 'smv_clock' value is whatever is set in the default configuration, changing it on the command like using
pyocd ... -O smv_clock=2000000
does not work and the default value (1Mhz) is ued.