Development tools
Please see on this page, as the microcontroller is just the same and so are the development tools: https://opensourceebikefirmware.bitbucket.io
Specific to TSDZ2 motor controller
The connection for firmware programming and debug are available on the connector for the speed sensor -- see below more details.
The original firmware was not read protected. I was able to read the option bytes, firmware, EEPROM and finally connect with OpenOCD for a debug session.
TSDZ2 motor controller:
Connection of STLinkV2 clone to the controller, on the wires available on the speed sensor connector:
The connections to STLinkV2 clone:
Purple wire: RST
Orange: GND
Black: SWIM
Reading Option Bytes and original firmware with stm8flash and connect a debug session using OpenOCD:
Reading EEPROM:
Original Option Bytes and Firmware:
•
Linked file: TSDZ2_original_firmware_protected_option_bytes.bin |
Contents of the option bytes of the read file:
Read original firmware file:
•
Linked file: TSDZ2_original_firmware.bin |
EEPROM:
•
Linked file: TSDZ2_original_firmware_eeprom.bin |