majorshu 发表于 2024-10-26 15:08

【翌创ET6001】软件IO翻转速度

<div class='showpostmsg'><p>在flash中执行</p>

<p >#if defined(CLK_200M_D)</p>

<p >&nbsp;&nbsp;&nbsp; SystemFlash_TrimLoad(FLASH_FRQ_50M_LVL);</p>

<p >&nbsp;</p>

<p >GPIO模块,是挂在AHB总线上的</p>

<p > &nbsp;</p>

<p >AHB总线时钟配置</p>

<p > &nbsp;</p>

<p >测试程序如下:</p>

<p > &nbsp;</p>

<p >&nbsp;</p>

<p >逻辑分析仪看到的</p>

<p > &nbsp;</p>

<p >分析:</p>

<p >原则上,IO速度应该远大于3MHz,应该还有某些性能没打开。</p>
</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>

Jacktang 发表于 2024-10-27 08:59

<p>IO速度应该远大于3MHz,应该还有某些性能没打开。</p>

<p>没有打开是怎么回事</p>

秦天qintian0303 发表于 2024-10-27 12:34

<p>翌创ET6001IO翻转速度是不是设置最大最快也是50M啊</p>

kouko 发表于 2024-10-29 09:53

<p>在TCM内存里运行试试吧</p>

未必047 发表于 2024-11-5 17:49

<p>flash中执行,应该是没有开启cache, 你可以开启再试试</p>

<pre>
<code>    SCB_EnableICache();
    SCB_EnableDCache();</code></pre>

<p>&nbsp;</p>
页: [1]
查看完整版本: 【翌创ET6001】软件IO翻转速度