In v2.03 I added a call to Device_deinit() when writing the bridge mode to flash. For some reason this is preventing writing the bridge mode to the option bytes from happening when downloading to a blank device.
Easy fix is to just not call the deinit() when the write is initiated during start-up (but leave it present for when a bridge command is sent) - this solves the issue
In v2.03 I added a call to Device_deinit() when writing the bridge mode to flash. For some reason this is preventing writing the bridge mode to the option bytes from happening when downloading to a blank device.
Easy fix is to just not call the deinit() when the write is initiated during start-up (but leave it present for when a bridge command is sent) - this solves the issue