TouchNetix / AXPB009

MIT License
3 stars 1 forks source link

Bridge not working after flashing a blank chip with v2.03 #7

Closed Jimmy-Cameron closed 1 year ago

Jimmy-Cameron commented 1 year ago

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