Search found 157 matches

by dima
Sat Dec 22, 2018 7:52 pm
Forum: Inverters / Motor Controllers
Topic: HOWTO: Flashing with ST-Link v2
Replies: 34
Views: 24738

HOWTO: Flashing with ST-Link v2

stlinkv2.png Option 1: Command-Line (Windows/Mac/Linux) https://github.com/texane/stlink/releases/tag/1.3.0 USB Drivers: (Windows) https://zadig.akeo.ie st-flash.exe write stm32_loader.bin 0x08000000 --reset or st-flash.exe write stm32_loader.hex --reset Note: BIN require to specify address, HEX do...
by dima
Sat Dec 22, 2018 6:50 pm
Forum: User Interface
Topic: SWD over ESP8266
Replies: 11
Views: 8164

Re: SWD over ESP8266

Added to ESP8266 firmware, this way you can flash your newly soldered board with blank STM32.
by dima
Mon Dec 17, 2018 5:41 pm
Forum: User Interface
Topic: SWD over ESP8266
Replies: 11
Views: 8164

Re: SWD over ESP8266

Well this maybe a challenge, but looks promising. const int swd_clock_pin = 4; const int swd_data_pin = 5; Olimex ESP8266 has free GPIOs: GPIO4 -> Clock - Pin4 (SWD) GPIO5 -> Data In/Out - Pin2 (SWD) UPDATE: Success !!! I can connect (send magic sequence to change JTAG to SWD) and do basic commands ...
by dima
Sun Dec 16, 2018 9:15 pm
Forum: User Interface
Topic: SWD over ESP8266
Replies: 11
Views: 8164

SWD over ESP8266

This is an interesting proof-of-concept https://github.com/scanlime/esp8266-arm-swd

Potentially can flash bootloader using ESP8266 web interface without external debugger.
by dima
Sat Dec 15, 2018 9:44 pm
Forum: Inverters / Motor Controllers
Topic: Test Post [SOLVED]
Replies: 3
Views: 1876

Re: Test Post [SOLVED]

Test#2
by dima
Sat Dec 15, 2018 9:17 pm
Forum: Inverters / Motor Controllers
Topic: Test Post [SOLVED]
Replies: 3
Views: 1876

Re: Test Post [SOLVED]

looking into it ...
by dima
Sat Dec 15, 2018 9:08 pm
Forum: Inverters / Motor Controllers
Topic: Test Post [SOLVED]
Replies: 3
Views: 1876

Test Post [SOLVED]

Testing new forum.