pvvx / TlsrComSwireWriter

TLSR826x/825x COM port Swire Writer
The Unlicense
62 stars 9 forks source link

Sharing SWS protocol? #2

Open ospanic opened 3 years ago

ospanic commented 3 years ago

Thank you for your tools.

Earlier this year, I made a similar tool, but used a bootloader. TBXX_Flash_Tool.

I feel that your practice is very good. Where did you get the SWS protocol? Can you share this agreement with me? My email: ospanic@qq.com Thank You!

pvvx commented 3 years ago

All available information on SWire (SWS/SWM) is posted here: https://github.com/pvvx/TlsrTools/blob/master/DOCs/SWM_S.pdf Everything else is reengineering...

cheng3100 commented 1 month ago

@pvvx HI maybe now is a little late. But I check the doc and the code I found the address is 16bit in the doc but 24 bit in the code. Why there is a difference here? Is it because some type chip has 16 bit address setting but others has 24bits setting?

pvvx commented 1 month ago

TLSR8266 - SWire addres 16 bit TLSR825x - SWire addres 24 bit

cheng3100 commented 1 month ago

thanks! Is it get by sniffer the official download tools or from some spec? Because I also found that the TLSR8359 's SWire address also 24bit. Maybe newer telink chip all use the 24bit address?

pvvx commented 1 month ago

Is it get by sniffer the official download tools or from some spec?

Double:

_All available information on SWire (SWS/SWM) is posted here: https://github.com/pvvx/TlsrTools/blob/master/DOCs/SWM_S.pdf Everything else is reengineering..._


https://github.com/pvvx/TLSRPGM

options:
-u, --u2b             Use 2 bytes swire address (TLSR826x)