Open bmigette opened 12 months ago
I can confirm this issue
I'm with a similar issue. My workaround is to use 2 python environments, one with the latest (0.36.0) for some devices from ST and another one with the last version that worked with my specific device from Silabs (0.34.3).
I have the same issue with STM32L051 target on pyOCD 0.36, this condition occurs after erase operation (W T bit in XPSR is invalid; the vector table may be invalid or corrupt [cortex_m]
). Target works normally after erasing flash after downgrading to version 0.35.0.
Hi, Was trying to upgrade a controller with the following commands:
The pack and config files above are in this repository: https://github.com/surfdado/floatwheel/tree/main/LCM
The first erase went fine, however all subsequent erase and load command were failing with the following error:
After downgrading to 0.34.3, I was able to erase and load binary file