2013-11-10 10:22 AM
2013-11-23 12:31 PM
2013-11-23 11:35 PM
Hello Jane.
I think that STM8 hardware is as good as AVR one. Therefore, a USB library for STM8 is feasible, but it may take a long time to develop and test if you are not well acquainted with STM8 assembler. If you need assistance on STM8 assembler and if there are no time limits on development, I'll help you. EtaPhi2014-02-28 10:56 PM
I wrote a program receiving and transmitting data to the microcontroller STM8
(Tested on STM8S103F3)But so far not implemented in full support of the protocol itself USB :(
Source code and
description in
Russian
(very
short).
http://ziblog.ru/2014/02/22/programmnyiy-usb-na-stm8-chast-2.html2014-03-02 09:19 AM
Hi,
Good job! Thank you. The code looks nice. I advice you to publish the code on one of the most popular code repository https://github.com/ or http://sourceforge.net/ If you document code well in English and publish code on repository it will allow you to build community of volunteers that will help you to improve project. And it such case nobody will ever forget that you created the first implementation of USB protocol on STM8 microcontrollers. Maybe you will be able to gather some support from ST company. Who knows? Some schematics like these on AVR V-USB webpage would be also helpful for some people. Thank you again. Keep up this valuable job. Best regards, Jane