liyiui 发表于 2017-10-22 11:49

CH554评测:PWM测试

<div class='showpostmsg'> 本帖最后由 liyiui 于 2017-10-22 11:59 编辑

CH554的开发板还算比较大,有3个USB口

当CH554通过USB线与电脑相连时,会自动安装串口,USB口驱动程序,安装成功后,重新连接电脑会有提示
还是用KEIL UV3来写程序。
在烧录时还是与一些MCU有些区别的,要先进入烧录模式,先按住S2健,同时拔动S1重亲上电,这时才进入烧录模式。根据MCU型号来选择相应的烧录方式,不过烧录是蛮快的,





手上没有杜邦线,没有看到PWM烧录进的效果,要是能提供的例程序更多点就好了。


此内容由EEWORLD论坛网友liyiui原创,如需转载或用于商业用途需征得作者同意并注明出处





</div><script>                                        var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;"   style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
                                       
                                        if(parseInt(discuz_uid)==0){
                                                                                                (function($){
                                                        var postHeight = getTextHeight(400);
                                                        $(".showpostmsg").html($(".showpostmsg").html());
                                                        $(".showpostmsg").after(loginstr);
                                                        $(".showpostmsg").css({height:postHeight,overflow:"hidden"});
                                                })(jQuery);
                                        }                </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script>

沁恒USB单片机 发表于 2017-10-23 11:09

本帖最后由 沁恒USB单片机 于 2017-10-23 11:35 编辑

更多实例请参考:https://bbs.eeworld.com.cn/thread-571344-1-1.html

这里包含了大部分USB应用的实例。
页: [1]
查看完整版本: CH554评测:PWM测试