mameng 发表于 2021-10-11 12:29

【超低功耗STM32U5 IoT探索套件】牛刀小试

<div class='showpostmsg'><p></p>

<p>开发板硬件:功能图 6层PCB设计,开源,YYDS</p>

<p>主控芯片为:STM32U585微控制器采用运行于160 MHz的Arm&reg; Cortex&reg;‐M33处理器内核,支持面向Armv8-M架构、DSP和浮点单元(FPU)的TrustZone&reg;技术,扩展了STM32超低功耗产品系列及其性能。STM32U585除了提供2 MB 片内Flash存储器,还提供了额外的硬件加密加速引擎(AES、PKA和OTFDEC)。</p>

<p></p>

<p></p>

<p>开发板应该自带系统了,测试如下:</p>

<p><em>Tera</em>&nbsp;<em>Term</em>是来自国外的一款界面简洁,功能实用的串口调试工具。它是Microsoft Windows的终端仿真器,支持串行端口,远程登录和SSH连接,内置的宏脚本语言。</p>

<p>配置截图</p>

<p></p>

<p></p>

<pre>
<code>STM32U585-DISCOVERY, MB1551 REV C
Test Software Build: Mar 30 2021 15:16:53
Device ID : 0x00000482
Revision : 0x00002000
Unique ID : 004F0020-35365004-2034314B
SysClock= 160.00Mhz
Test status loaded.
Flashed VrefInt raw value: 65535
Uncalibrated VrefInt in flash: 52799mV
-&gt; Using typical VrefInt value: 1210mV
VREFINT Channel value from ADC: 1497
Actual VREF: 3310mV

&lt;Press any key&gt; to launch "Production" tests or press &lt;M&gt; to select Menu


==&gt; Launch Menu mode !

=== Overall test status : Remain(8) - Pass(17) - Fail(0) ===

##############################################################
## STM32U585-DISCOVERY Test Software
## MB1551 REV C
## Build: Mar 30 2021 15:17:00
##############################################################
PRODUCTION MODE
VDD: 3310mV

Please select one of the following test :
[ 0 ]      Launch the complete sequence of tests
[ 1 ]      Reset status
[ 2 ] { OK } ST-LINK LED
[ 3 ] { OK } User LEDs
[ 4 ] { OK } User Button
[ 5 ] { OK } Boot0
[ 6 ] { OK } 32K XTAL
[ 7 ] { OK } Bluetooth
[ 8 ] { OK } Wifi
[ 9 ] { OK } USB HID (Keyboard)
[ A ] { OK } Reset button
[ B ] { OK } Arduino
[ C ] { OK } Arduino Reset
[ D ] { OK } Octo SPI Flash
[ E ] { OK } Octo SPI Ram
[ F ] { OK } Sensors ping
[ G ] { OK } STMOD I/Os
[ H ] { OK } PMOD I/Os
[ I ] { OK } Digital Microphones
[ \ ]Switch in Validation Menu
Choice &gt;</code></pre>

<p>尝试STM32CubeProgrammer,但是不识别STLINK,下一步进行Keil或者IAR 编程测试。</p>

<p>&nbsp;</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>

littleshrimp 发表于 2021-10-11 15:40

<p>USB插右边这个接口,我的STM32CubeProgrammer工作正常,不过我使用STM32CubeIDE 1.7.0的时候提示我升级,我升级过。</p>

<p>你试试能不能升级。</p>

<p> &nbsp;</p>

<p>&nbsp;</p>

<p></p>

<p>&nbsp;</p>

<p>&nbsp; &nbsp;</p>

freebsder 发表于 2021-10-11 23:02

<p>走线密密麻麻的,好看</p>
页: [1]
查看完整版本: 【超低功耗STM32U5 IoT探索套件】牛刀小试