Skip to content

magvitron/STM8_Adventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

STM8_Adventure

STM8 adventure things

Problem with STM8 programming

The gound pin of the STM8 blue chinese board's GND wont be connected to the system ground! Connect a wire to make it respond to STMV2 commands. 101233105-84acfb00-3673-11eb-868e-7bc35a938150 (1)

issue:

Determine FLASH area

Determine FLASH area

libusb: warning [windows_get_device_list] could not retrieve port number for device '\\.\USBESTUB#DEVICES#0000', skipping: [13] The data is invalid.
libusb: warning [windows_get_device_list] could not retrieve port number for device '\\.\USBESTUB#DEVICES#0001', skipping: [13] The data is invalid.
libusb: warning [windows_get_device_list] could not retrieve port number for device '\\.\USBESTUB#DEVICES#0000', skipping: [13] The data is invalid.
libusb: warning [windows_get_device_list] could not retrieve port number for device '\\.\USBESTUB#DEVICES#0001', skipping: [13] The data is invalid.
Due to its file extension (or lack thereof), "C:\Users\MANUKR~1\AppData\Local\Temp\arduino_build_34761/Blink.ino.hex" is considered as INTEL HEX format!
1821 bytes at 0x8000... Tries exceeded
An error occurred while uploading the sketch


Rectified output

Determine FLASH area

libusb: warning [windows_get_device_list] could not retrieve port number for device '\\.\USBESTUB#DEVICES#0000', skipping: [13] The data is invalid.
libusb: warning [windows_get_device_list] could not retrieve port number for device '\\.\USBESTUB#DEVICES#0001', skipping: [13] The data is invalid.
libusb: warning [windows_get_device_list] could not retrieve port number for device '\\.\USBESTUB#DEVICES#0000', skipping: [13] The data is invalid.
libusb: warning [windows_get_device_list] could not retrieve port number for device '\\.\USBESTUB#DEVICES#0001', skipping: [13] The data is invalid.
Due to its file extension (or lack thereof), "C:\Users\MANUKR~1\AppData\Local\Temp\arduino_build_34761/Blink.ino.hex" is considered as INTEL HEX format!
1821 bytes at 0x8000... OK
Bytes written: 1821

Arduino Pinouts

Arduino-Pin-Mapping-for-STM8S103F3

About

STM8 adventure things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published