北方 发表于 2018-4-3 10:58

【新版CH554评测DIY】音频校音器之4

<div class='showpostmsg'>音频校音器之4——程序编译1、随开发板提供的范例程序比较完整。开发需要用的工具是MDK,对于需要安装KEIL C51,这个安装的测试版本,限制内存是2K。
2、启动程序后首先显示创建工程,

然后选择文件名和目标设备,选择任意C51内核设备均可,这里选择是SST


然后添加程序和头文件,

创建成功,

启动build和debugg,运行顺利,

但是没有形成hex文件,需要在option里面选择create HEX选项,

再次编译,显示输出hex文件,

在对应文件中显示出hex文件

3、完成以上步骤后就可以用上文的方法写入内存中,开发程序了。

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


</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>
页: [1]
查看完整版本: 【新版CH554评测DIY】音频校音器之4