http://supp.iar.com/Support/?note=64424&from=note+11927 BackgroundThe STM32 devices from ST Micro have a built-in hardware CRC32 calculator. (So using CRC32 in an application does not use up code space for the algorithm.) ProblemThe CRC32 algorithm u…
http://www.st.com/web/en/resource/technical/document/application_note/CD00164185.pdf AN2586 http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/CD00211314.pdf AN2834 The device requires a 2.0 V to 3.6 V operating…
作者:HelloGitHub-小鱼干 本周最热的事件莫过于 Log4j 漏洞,攻击者仅需向目标输入一段代码,不需要用户执行任何多余操作即可触发该漏洞,使攻击者可以远程控制用户受害者服务器,90% 以上基于 java 开发的应用平台都会受到影响.通过本文特推项目 2 你也能近距离感受这个漏洞的"魅力",而特推 1 则是一个漏洞检测工具,能预防类似漏洞的发生. 除了安全相关的 2 个特推项目之外,本周 GitHub 热门项目还有高性能的 Rust 运行时项目,在你不知道用何词时给你参考词的…
IELFTOOL Checksum - Basic actions EW targets: ARM, RH850, RX, SH, STM8 EW component: General issues Last update: September 6, 2013 Below follows the steps needed to set up an CRC16 checksum calcuation, both in the EW-tool-chain and in the application…
源:STM32 CRC32与对应的软件CRC32 简单实现STM32 CRC32使用 使用前记得使能STM32 CRC时钟 //STM32硬件CRC32 byte数据计算,将数据移到最高位,低位补上FF u32 stm32_crc32_byte(u8 *pBuff, u32 len) { u32 i; u8 buff[]; u32 *p32 = (u32 *)buff; CRC->CR = ; //复位CRC寄存器 buff[] = buff[] = buff[] = buff[] = 0XFF…
一  安装准备 (ST方案) 1 嵌入式集成开发环境IAR ewarm 5.41 2 J-Link4.20 3 emberznet-4.3.0协议栈安装包 option1:tools - stm32软件 - ewarm - autorun.exe ,然后选择 install IAR ewarm(第二个) 注意:可能需要注册码,那就是购买或者学习版,路径自己选择:不会产生桌面图标,可以手动生成(找到安装的路径-common-bin- IarIdePm.exe 然后将图标发送到桌面)---ARm I…
Given a Weighted Directed Acyclic Graph and a source vertex in the graph, find the shortest paths from given source to all other vertices. For a general weighted graph, we can calculate single source shortest distances in O(VE) time using Bellman–For…
需要根据仔细根据手册来决定这两个引脚是直接接地还是电容下拉到地 转载:STM32的Vcap的问题及解决---原来经验也害人http://bbs.eeworld.com.cn/thread-499497-1-1.html(出处: 电子工程世界-论坛) 前言       我有个同事,经常也是设计电路这些的,像stm32f1,stm32f4这些的电路经常在设计,算是经验丰富吧.但是这次有个案子(平台:MDK+STM32F405RGT6(LQFP64封装)),他也参与了改版V2版(之前那个版本是别人设计…
转载地址:https://blog.csdn.net/ybhuangfugui/article/details/52597133 总结的很好!!! Ⅰ.写在前面本文讲述的内容是STM32 ST-LINK Utility介绍.下载.安装.使用方法,如需要了解更多关于STM32相关的文章,可以到我博客,或微信公众号查看并下载. STM32 ST-LINK Utility这个软件工具其实主要就是配套“ST-LINK”这个下载工具一起使用的上位机软件.因此使用STM32 ST-LINK Utility上…
目录SAIU R20 1 6 第1页第1 章. 初识STM32...................................................................................................................... 11.1. 课前预习..........................................................................................…