Jacob Lapenna
Jacob Lapenna
Interesting symptoms I discovered the hard way: when the external process is started in the `if __name__ == "__main__"` block of my web app, everything works flawlessly. If the process...
Thanks for both your help on this. @hagibr yes, you are correct, I was not performing the unlock procedure 🤦. I have the following script that does change the option...
@hagibr thanks for that explanation. Also, I've tried every combination of `target.init()`, including: - init before the write and none after - init after the write and none before -...
# Update Note that the exception issue corrupts the session itself and the corrupted session object cannot be reused. For example: ``` """ imports and address declarations here """ session_obj...
Additionally, the script raises `pyocd.core.exceptions.TransferFaultError: Memory transfer fault (write) @ 0x40022008-0x4002200f` with the first write to `FLASH_KEYR` if the the MCU already has firmware in it (i.e. after I download...